Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Title Bar Not Skinned under WinPE 2.1 64-bit
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Title Bar Not Skinned under WinPE 2.1 64-bit

 Post Reply Post Reply
Author
Message
RudyL View Drop Down
Newbie
Newbie
Avatar

Joined: 25 April 2008
Location: Taiwan
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote RudyL Quote  Post ReplyReply Direct Link To This Post Topic: Title Bar Not Skinned under WinPE 2.1 64-bit
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 26 April 2008 at 3:42am
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
Back to Top
RudyL View Drop Down
Newbie
Newbie
Avatar

Joined: 25 April 2008
Location: Taiwan
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote RudyL Quote  Post ReplyReply Direct Link To This Post Posted: 27 April 2008 at 11:19pm
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
 
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 28 April 2008 at 12:42am
Hello
12.0 is almost published, please update when it will be released.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
RudyL View Drop Down
Newbie
Newbie
Avatar

Joined: 25 April 2008
Location: Taiwan
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote RudyL Quote  Post ReplyReply Direct Link To This Post Posted: 28 April 2008 at 2:12am
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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 28 April 2008 at 6:15am
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
Back to Top
RudyL View Drop Down
Newbie
Newbie
Avatar

Joined: 25 April 2008
Location: Taiwan
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote RudyL Quote  Post ReplyReply Direct Link To This Post Posted: 28 April 2008 at 10:15am
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.