Print Page | Close Window

blank popup window

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=16261
Printed Date: 06 May 2025 at 12:05pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: blank popup window
Posted By: iftekhar
Subject: blank popup window
Date Posted: 24 February 2010 at 5:05am
Hi,
 
Whenever a popup is displayed with no controls in it a square shaped button like item (I guess the default popup window with no item) pops up. I would expect it to show nothing if there is no item in the popup bar. CAn anybody tell me is there any way to disable this behavior so that no popup is displayed when there is no controls in the popup bar.
 
The image with the most might show the problem.
 
Thanks in advence
 


-------------
IAT



Replies:
Posted By: znakeeye
Date Posted: 26 February 2010 at 6:24am
If you create the menu dynamically, then you can simply choose between CXTPControlPopup and CXTPControlButton:
 
Handle ON_XTP_CREATECONTROL...
 
if (icons.count() > 0)
    pControl = new CXTPControlPopup(...);
else
    pControl = new CXTPControlButton(...);


Posted By: iftekhar
Date Posted: 26 February 2010 at 7:02am
Hmm...
 
This partially solves the problem. Then I am not creating them dynamically all my menus.
 
Also I get similar window for context menu as well. If there is no item in the context menu then this empyt window pops up again. This can happen on CXTPCommandBars::TrackPopupMenu.
 
Any suggestion for this.
 
Ideally I would like this behavior to be turned off throughout the application.


-------------
IAT


Posted By: SuperMario
Date Posted: 26 February 2010 at 8:58am
Maybe you would prefer some disabled button added by default to empty popups?  The text can read "no items" or whatever you like.  Or you can convert the popup to a label when no controls are added.



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