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 » The new multicolumn combobox Collapse All
Subject Author Date
Nader Mimouni Apr 12, 2006 - 1:23 AM

Hi all,

I have two requests:
- Would you tell me how to disable the auto-complete feature of the new multicolumn combo box?
- I don’t knew if this is a bug, but when I’m trying to scroll down the drop-down list with "Down Key" on the keyboard, it cause the selection of the first item on the list and closing it up directly. How to avoid this ?

Many Thanks.
Best Regards.

Technical Support Apr 12, 2006 - 7:36 AM

You can shwitch off the auto-complete for a multicolumn combo box by setting its m_bEnableAutoComplete property to false:

m_wndCombo.m_bEnableAutoComplete = false;

Would you describe in details how to reproduce this behavior (with the multiple column combo box)?




Nader Mimouni Apr 12, 2006 - 8:19 AM

You only need to drop down the list from the multiple column combo box and then, try to navigate up or down into the list using keyboard (with Up and Down key) So you will note that once you press any of both key the list will be closed and the combo will lost the focus.
Many Thanks.

Technical Support Apr 12, 2006 - 10:57 AM

We still cannot confirm this bug. Please download and try to reproduce this with our sample. If it does not help, please send us your project.

Nader Mimouni Apr 13, 2006 - 7:56 AM

It’s OK now. There’s no bug, it was caused by a wrong message handling in my project.
Many Thanks for your help and sorry for the inconvenience.