Combo Box |
Post Reply |
Author | |
Fossil
Groupie Joined: 29 April 2006 Status: Offline Points: 46 |
Post Options
Thanks(0)
Posted: 29 August 2008 at 10:47am |
Hi,
I noticed a glitch with the combo box control using style xtpComboDropDownList. When using the keyboard to navigate the list of items by typing in the first character of the item it works fine until EnableMarkup is set to true. Seems that EnableMarkup=True doesnt set the focus properly. v12.0.2 VB6 |
|
Product: Xtreme SuitePro (ActiveX) version 12.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 |
|
Fossil
Groupie Joined: 29 April 2006 Status: Offline Points: 46 |
Post Options
Thanks(0)
|
Another issue with that is setting the .Text property will not work if EnableMarkup is True.
Thanks Could this be fixed in the next release? |
|
Product: Xtreme SuitePro (ActiveX) version 12.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 |
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
I think, Markup don't know, what the control should search for.
Instead of text-property you must set the listindex-property.
To know, what the corresponding listindex matches the text, you need a copy (e.g.Array, Collection) of the combobox-data.
It's the same as an ownerdrawn-combobox.
|
|
Fossil
Groupie Joined: 29 April 2006 Status: Offline Points: 46 |
Post Options
Thanks(0)
|
I hear what you are saying, and I can get it to work that way. However, in my opinion, the design of the control should handle it just as if it was a standard windows dropdown. Any Let of .Text should go thru a collection or array which would be built when .AddItem takes place. Any Keydown/press would search in similar fashion. I guess thats what I am asking for CJ to do, is to add that functionality in. Any help???
|
|
Product: Xtreme SuitePro (ActiveX) version 12.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |