Print Page | Close Window

Menu bar becomes blank when I open a dial

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=12263
Printed Date: 17 May 2024 at 9:38pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Menu bar becomes blank when I open a dial
Posted By: Ashok
Subject: Menu bar becomes blank when I open a dial
Date 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. https://forum.codejock.com/uploads/20080926_073009_test.rar - uploads/20080926_073009_test.rar




Replies:
Posted By: Ashok
Date Posted: 29 September 2008 at 2:38am
zzzzzzzzzz, anybody is there?


Posted By: Oleg
Date 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


Posted By: Ashok
Date 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;

}



Posted By: Oleg
Date Posted: 29 September 2008 at 2:40pm
Hi,
Send message to mailto:support@codejock.com - support@codejock.com  with sample that can reproduce problem.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net