Skin only 1 form |
Post Reply |
Author | |
moe188
Senior Member Joined: 27 March 2006 Status: Offline Points: 220 |
Post Options
Thanks(0)
Posted: 19 July 2008 at 8:12pm |
Hello, can you skin only the main screen (including all the controls within this form) without skining the other forms? thank you
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, Set AutoApplyNewWindows = False and remove xtpSkinApplyColors from Apply Options.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
moe188
Senior Member Joined: 27 March 2006 Status: Offline Points: 220 |
Post Options
Thanks(0)
|
hi,
can you a little bit clear about: remove xtpSkinApplyColors from Apply Options?
thank you,
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Add
SkinFramework.ApplyOptions = xtpSkinApplyMetrics + xtpSkinApplyFrame
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Oleg,
Just tried that and it seems that the controls in the main form don't get skinned.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
+ sure ApplyWindow for this form :)
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
You mean like this:
SkinFramework.ApplyOptions = xtpSkinApplyMetrics + xtpSkinApplyFrame
SkinFramework.ApplyWindow frmMain.hWnd or
SkinFramework.ApplyWindow frmMain.hWnd
SkinFramework.ApplyOptions = xtpSkinApplyMetrics + xtpSkinApplyFrame
I tried both, maybe it would make a difference... but it doesn't.
To reproduce, just add SkinFramework and PropertyGrid to form, add a few items to propgrid and you will see that expand/collapse buttons don't get skinned. If you remove line: SkinFramework.ApplyOptions = xtpSkinApplyMetrics + xtpSkinApplyFrame save and re-open project Huhhhhh ???? yes re-open project otherwise it still doesn't work. I feel something bubbling up and it aint a fart YES, its an issue
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, without ApplyColors these buttons will be not skinned. its thing.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Its thingy or not thingy... So you can't just skin one form properly...
It's not that I need it anyway, but for the member who wants this, it's still an issue!
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
moe188
Senior Member Joined: 27 March 2006 Status: Offline Points: 220 |
Post Options
Thanks(0)
|
Aaron,
you are right it is an issue...
thank you
|
|
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 |