XP theme change causes crash |
Post Reply |
Author | |
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
Posted: 02 October 2006 at 7:40am |
Hi.
Am in love with your job guys. Kudos and keep up. I experienced a crush of VB6 and the application(when its on run mode) whenever am changing the color scheme of windows XP style on the appearance tab of display properties. Just to mention also am using the ribbon bar. The code i invoked was: With CommandBarsGlobalSettings .App = App .Companyname = "*********" .Title = "**********" .Office2007Images = App.Path & "\theme\Office2007Aqua.dll" .ColorManager.SystemTheme = xtpSystemThemeSilver 'suspect line :o) End With SkinFramework.LoadSkin App.Path & "\Styles\Office2007.cjstyles", "Normalaqua.ini" SkinFramework.ApplyWindow Me.hWnd SkinFramework.ApplyOptions = xtpSkinApplyFrame Anybody out there who could help. (i wouldnot imagine my client doing something like this cuz they may outrightly make acusations on my system.) JM |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Thank you for good words.
We need to reproduce it on our side, but I failed:
I created new project aded sf and commandbars, copied themes/skins and added code
Private Sub Form_Load()
Ribbon.AddSystemButton
and don't see problem with Color schme chainging. Can you try to reproduce it with new small project? |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
|
thanks oleg.
I tried to simulate the scenarioo again but the bug was gone(or else i couldn't simulate it like it was since the code i pasted was a work around) Incase am succesful in reproducing it al post it. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |