Subject RE: [IBO] TIB_Combobox problem
Author Ales Kahanek
I encountered the same problem. It can be solved by setting the
ComboBox.Style property. I cannot remember what the property should be, but
try csDropDownList or csDropDown and you will always see only the Item
text, not the Item value.
On the other hand - you will not be able to enter another item value
manually.
Ales Kahanek

> -----Original Message-----
> From: Tobias Giesen [mailto:tobias_subscriber@...]
> Sent: Tuesday, February 05, 2002 6:09 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] TIB_Combobox problem
>
>
> Hello!
>
> I have a nice combobox with these Items:
> Task, Question, Message, and Reply.
>
> The ItemValues are: T,Q,M,R.
>
> Now: I do not want the user to ever see any of the
> ItemValues. However,
> after a selection is made and the focus moves away from the
> Combobox, it
> shows the ItemValue rather than the full text.
>
> If this is really how it is designed, I could
> a) add a property "AlwaysShowFullItemText", and/or
> b) add an event "GetDisplayText" which is missing anyway.
>
>
> Cheers,
> Tobias
>


[Non-text portions of this message have been removed]