I am looking for a third party ComboBox with the following additoonal features:
1. Multiselect (like in FoxPro intristic ListBox)
2. Change colors or dims individual items
Any ideas?
Multiselect Combobox??? Ok. I understand how the user would select multiple items, ie. hold down CTRL while selecting items. But how would the combo box know when to retract??
One alternative is to have an invisible superimposed listbox over the combobox. In the combobox's dropdown event, set listbox.visible = .t. and listbox.setfocus(). But then, you still need a way to tell the listbox to hide itself (mimicing the combo box retracting its list portion).
2. Change colors or dims individual items
Check out thread184-12576. Jon Hawkins
jonscott8@yahoo.com
The World Is Headed For Mutiny,
When All We Want Is Unity. - Creed
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.