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 General Discussion » CExtToolControlBar Collapse All
Subject Author Date
Timur Davidenko Aug 28, 2002 - 10:03 AM

When placing combo box on CExtToolControlBar,
clicking on this combo box still generate a toolbar command, its probably not desirable in most cases.

Another this is that CExtToolControlBar not support
standart DropDown arrow style for buttons,
so it leaves out quite an important functionality.
yes, providing menu for a button solves the problem but only partly, because:
1st: i dont want to provide menu for button, i want to create specialized popup dialog when drop down arrow clicked, (like Undo drop down in Visual Studio)
2nd: I want still be able to just click the toolbar button (just like the same Undo button).

Sergiy Lavrynenko Aug 29, 2002 - 10:33 AM

Thanks for your comments.

I have fixed the bug with the HWND-based buttons sending their commands from the toolbar.

The toolbar button that contains the separated drop-down menu is in my TO-DO list. Besides, I am going to feature the toolbar with the custom drop-down windows and tear-off controls.