[SOLVED] MDI Skinning Issue |
Post Reply |
Author | |
Hemesh
Senior Member Joined: 10 August 2010 Status: Offline Points: 135 |
Post Options
Thanks(0)
Posted: 22 September 2010 at 10:33am |
Hi, Has anyone seen this issue before? All skinned nicely (VB6 ide and in compiled exe) Result of a message box from a child form after the OK click. This is in the VB6 ide *AND* the compiled exe! Note the same happens after clicking OK in the VB6 ide after a msgbox straight from the menu (ok in the compiled exe). I tried a couple of skins just to check but it does it on all of them. I've uploaded some Demo Code. Its very very basic and shows the issue every time Thanks
|
|
Product: Xtreme SuitePro (ActiveX) version 18.5.0
Platform: Windows 7 Enterprise (64-bit) Language: Visual Basic 6.0 |
|
Hemesh
Senior Member Joined: 10 August 2010 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
Quick update. It also does this for the latest version V13.4.1
|
|
Product: Xtreme SuitePro (ActiveX) version 18.5.0
Platform: Windows 7 Enterprise (64-bit) Language: Visual Basic 6.0 |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Don't skin the ribbon.....ribbon handles all skinning for main frame.
SkinFramework1.LoadSkin App.Path & "\Styles\" & "Office2007.cjstyles", "NORMALBLACK.INI" SkinFramework1.ApplyOptions = xtpSkinApplyMetrics Or xtpSkinApplyFrame Or xtpSkinApplyColors Or xtpSkinApplyMenus CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\" & "Office2007Black.dll" CommandBars1.EnableActions With CommandBars1.Options .KeyboardCuesShow = xtpKeyboardCuesShowAlways .KeyboardCuesUse = xtpKeyboardCuesUseNone .ShowKeyboardTips = True End With ....... |
|
Hemesh
Senior Member Joined: 10 August 2010 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
That did it thanks!
That had got left in as I was deciding between between using the ribbon bar (with the system button) or just the command bars. One of those frustrating doh! moments.
|
|
Product: Xtreme SuitePro (ActiveX) version 18.5.0
Platform: Windows 7 Enterprise (64-bit) Language: Visual Basic 6.0 |
|
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 |