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 » CExtGridCellDropListComboBox and OnGridCellInputComplete Collapse All
Subject Author Date
Offer Har Oct 20, 2008 - 11:51 AM

When the user choose an option from the drop list, I need to open a dialog - the problem is that teh drop list is not closed yet. How do force close it?


Thanks,


Ron.

Technical Support Oct 25, 2008 - 8:43 AM

Try the following code before showing your dialog box:

    if(    CExtPopupMenuWnd::IsMenuTracking() )
        CExtPopupMenuWnd::CancelMenuTracking();
    CWnd::CancelToolTips();