Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Custom Grid Control Collapse All
Subject Author Date
Mike Van Duzee Jan 12, 2006 - 5:47 AM

I am trying to create a custom grid control but have run into a small problem. I want my control to work like the CExtGridCellDateTime but instead of popping up the calendar control, I want a small dialog resource to be displayed. I have the dialog being displayed when the cell’s drop-down button is pressed, but I can’t seem to get it to go away when it should. With the CExtGridCellDateTime, it will go away when the mouse is clicked off of the control, but my dialog control requires me to click 2 or 3 times before it will go away.

I am using the CExtPopupControlMenuWnd to display my dialog from my custom control.

Do you have any idea what may cause this?

Technical Support Jan 12, 2006 - 1:34 PM

Your task is really interesting. We have never tried to create a dialog window inside a popup menu and make it working like a color picker popup or like a list box popup. We guess there is something wrong with the message delivery when the compound popup is displayed. We need to debug your project to find out what’s wrong. Otherwise we will have to make an unreasonable number of guesses.