07-03-2010 05:35 AM
Hi all,
I have a problem with an ObjectChoiceField, I have a HorizontalFieldManager on a PopupScreen and inside that I have another HorizontalFieldManager which overrides sublayout to fix the width, inside this I have an ObjectChoiceField (with no label and FIELD_LEFT).
The effect I'm after is a choice field followed by a button - all on one line, I want the choice field to truncate the text to fit but instead it is wrapping like this:
My question is how to force it to use the ELLIPSIS style (I've tried the obvious DrawStyle.ELLIPSIS on the choice field).
Thanks!
Bruce
12-15-2010 10:45 AM
I've got the same problem but in reverse. How did you get the ObjectChoiceField to wrap like that?