Title Bar Not Skinned under WinPE 2.1 64-bit |
Post Reply |
Author | |
RudyL
Newbie Joined: 25 April 2008 Location: Taiwan Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 25 April 2008 at 9:56am |
Hi, everyone
I have a program that need to be run on WinPE (Windows Preinstallation Environment) 2.1.
I have used Skin Framework and it works fine on Vista 32-bit, WinPE 2.1 32-bit and Vista 64-bit version, but not on WinPE 2.1 64-bit. The title bar, message boxes and controls were not skinned at all.
I also tried the sample program "SkinControls" on WinPE 64-bit, the various controls in the dialog are shown correctly but the title bar is not skinned.
Does anyone have related issues on WinPE?
Thanks.
Rudy
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Thanks, we made some changes, hope it will fix problem. Sorry, don't have WinPE to test.
Please download http://www.codejock.com/public/download/win64/SkinMDISample2.zip file and check it to be sure it was fixed.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
RudyL
Newbie Joined: 25 April 2008 Location: Taiwan Status: Offline Points: 6 |
Post Options
Thanks(0)
|
oleg,
Thanks for your reponse.
I have tested the sample you provided on WinPE 2.1 and it worked perfectly!
How could I get this update for my own project?
Please be informed that we're using Xtreme ToolkitPro 11.1.0 in our project.
Thank you for your help.
Best Regards,
RudyL
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello
12.0 is almost published, please update when it will be released.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
RudyL
Newbie Joined: 25 April 2008 Location: Taiwan Status: Offline Points: 6 |
Post Options
Thanks(0)
|
oleg,
You mean that we're not going to get this issue fixed if we stick to Xtreme ToolkitPro 11.1.0?
I'm afraid that our subscription has expired such that we cannot upgrade to 12.0.
Thanks for the information.
Rudy
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
I didn't test 11.1.0.
try to add
in BOOL CXTPSkinManagerApiHook::IsSystemWindowModule(WNDPROC lpWndProc, BOOL* pbAvail) method
if ((HMODULE)mbi.AllocationBase == GetModuleHandle(_T("NTDLL.DLL")))
return TRUE; and rebuild project.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
RudyL
Newbie Joined: 25 April 2008 Location: Taiwan Status: Offline Points: 6 |
Post Options
Thanks(0)
|
oleg,
Thanks for your quick response.
I have tested the solution you provided and it works as expected.
Thank you very much for the timely support.
Regards,
Rudy
|
|
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 |