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 » Autocompletion StateSetCombo Collapse All
Subject Author Date
Stephan Finkler Jul 5, 2006 - 8:58 AM

Hi,

is auto completion in a inplace cmditem possible?
I’ve got dropdown comboboxes like the StyleEditor sample.

Best regards
Michael

Technical Support Jul 6, 2006 - 6:27 AM

Unfortunately text fields do not support AutoComplete but you can try doing it yourself. You can use a CExtBarTextFieldButton-derived class and override the OnInplaceControlCreate() virtual method. This method is invoked to create a dynamic edit control that is used for inplace editing. So you can either create a CEdit-derived class with AutoComplete or use the SHAutoComplete method to make the edit control use the AutoComplete feature.