Skining Problem |
Post Reply |
Author | |
YovenkoAlex
Newbie Joined: 07 July 2008 Location: Ukraine Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 07 July 2008 at 10:05am |
Hallo everybody, I have a problem, i use Xtreme SkinFramework ActiveX Control 11.2.0 on Vb 6.0 and when I start app I load skin and when terminate use
rSkin.LoadSkin "", "" rSkin.RemoveAllWindows but after all my app change defualt windows style(Pic 1) to some other program like Word, Commander... but must be such as |
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
This happens to me only in VB6-IDE, because VB6.EXE is also captured.
If i switch to an other application and back to IDE, the skinning is gone away.
But if you exclude the VB6.EXE you must explicit apply each Form.hWnd, but some skinning will also affect the IDE.
|
|
YovenkoAlex
Newbie Joined: 07 July 2008 Location: Ukraine Status: Offline Points: 8 |
Post Options
Thanks(0)
|
can you add some line of code what exclude the VB6.EXE?
|
|
YovenkoAlex
Newbie Joined: 07 July 2008 Location: Ukraine Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Any idea on this occasion, Has noone really faced the problem when Xtreme Skinframework change skin of theme of other applications?
|
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
Im working with version 12.0.0 and it works fine for me.
I have tried it on windows2000 and XP, no other application will be affected.
The only thing is really the VB6-IDE.
You can exclude the vb6.exe with MySkin.ExcludeModule, but this works not for the Window-Title (i don't no why).
But in this case, you must call MySkin.ApplyWindow for each Form whit is to be loaded.
I think, its only look not nice.
If i end the debugging and minimize and show normal the window, the ide is reskinned to default.
|
|
YovenkoAlex
Newbie Joined: 07 July 2008 Location: Ukraine Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Problem consists in that skin changes not only in IDE, it`s change theme style to other applications and form not my.. Often at the dialogs of windows that is created in work of OS, for example in saveDialog style lose buttons and in this time my application not run and skin Unload.
Like this... Total Commander: MS Outlook 2007: MS Outlook 2002: MS Word 2002: |
|
YovenkoAlex
Newbie Joined: 07 July 2008 Location: Ukraine Status: Offline Points: 8 |
Post Options
Thanks(0)
|
I can not understand why i do not have answer, i have obvious problem with skining and I think that it is error of Skinframework, explain how to correct it. On the following screenshot you can see that application not my but skining it.
image before start my app After You can see that languagePanel near System Tray change own color to color of my app theme. I trying to ExludeModule but it`s does not help rSkin.ExcludeModule "ctfmon.exe" |
|
YovenkoAlex
Newbie Joined: 07 July 2008 Location: Ukraine Status: Offline Points: 8 |
Post Options
Thanks(0)
|
fix after ExcludeModule "msctf.dll"
|
|
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 |