Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Menu bar becomes blank when I open a dial
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedMenu bar becomes blank when I open a dial

 Post Reply Post Reply
Author
Message
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Direct Link To This Post Topic: Menu bar becomes blank when I open a dial
    Posted: 26 September 2008 at 7:31am

Hi,

  I am using Xtreme ToolkitPro v11.1.0, my problem is whenever I am opening a dialog, the menu bar goes blank (ie. menu items are not visible). If I close the dialog the menu items are visible, I have attached a file which contains the screeshots of my problem. Please Help.uploads/20080926_073009_test.rar

Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Direct Link To This Post Posted: 29 September 2008 at 2:38am
zzzzzzzzzz, anybody is there?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Direct Link To This Post Posted: 29 September 2008 at 3:10am
Hi,
I very recommed update toolkit. 11.1 version is quite old. Try to download evaluation 12.0.2 version and check if you can reproduce problem with this vresion.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Direct Link To This Post Posted: 29 September 2008 at 10:54am
Hi,
   When I open a dialog via domodal(), where RunModalLoop makes my menu bar blank, until then it is ok while crossing the below line in debug mode it is making the menu bar blank.
 
code in wincore.cpp
int CWnd::RunModalLoop(DWORD dwFlags)
{

// show the window when certain special messages rec'd

if (bShowIdle &&

(pMsg->message == 0x118 || pMsg->message == WM_SYSKEYDOWN))

{

ShowWindow(SW_SHOWNORMAL);

UpdateWindow();

bShowIdle = FALSE;

}

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Direct Link To This Post Posted: 29 September 2008 at 2:40pm
Hi,
Send message to support@codejock.com with sample that can reproduce problem.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.156 seconds.