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 » Combo Box is not Drawn on the Popup Window after clicking chevron button Collapse All
Subject Author Date
Jagdish Vasani Dec 4, 2007 - 4:13 AM

Hi,

It is nice that Now ,I am able to create Toolbar With ATL Composite Dialog !!
Thanks a Lot !!

Now i am getting one more issue,

I have added Combo Box ( CExtComboBox) on Toolbar (CExtToolControlBar) .Now if i decrize size of main application ,such that all buttons will hide from toolbar and that all will be under chevron button,Now if I click chevron button then Combo Box is not drawn insted its static icon is displayed,althought all other control are draws perfectlly.

Can you please drive me to right path so that i can achive that one.

Thanking you.

Technical Support Dec 4, 2007 - 1:09 PM

The combo box common control cannot be inserted into menus. This common control requires focus to make you able typing text in it or show its popup list box. The popup menu is focus-less UI element. If you need combo boxes and edit fields both in toolbars and menus then you should use a frame window with customizable toolbars and menus like demonstrated in the StyleEditor sample application. The customization subsystem implemented in the CExtCustomizeSite class supports built-in text fields and combo fields which can be inserted into both toolbars and menus.