-
1. Re: leading in combo box textfield
kennethkawamoto2 Feb 17, 2011 9:17 AM (in response to Damon Edwards)You have "ttheComboBox.textField.setStyle("textFormat", tf_arial_enabled);". Also a leading is basically a line-spacing - are you sure you want multi-line text in your ComboBox?
-
2. Re: leading in combo box textfield
Damon Edwards Feb 17, 2011 9:42 AM (in response to kennethkawamoto2)I'm not understanding what you're pointing out in your quoted text. Please ellaborate.
-
3. Re: leading in combo box textfield
kennethkawamoto2 Feb 17, 2011 10:57 AM (in response to Damon Edwards)You have the wrong ComboBox name there
-
4. Re: leading in combo box textfield
Damon Edwards Feb 17, 2011 11:30 AM (in response to kennethkawamoto2)Oh sorry I didn't see that. those instance names are irrelevant - dummy names for the forum..
-
5. Re: leading in combo box textfield
kennethkawamoto2 Feb 17, 2011 12:08 PM (in response to Damon Edwards)I thought so but just in case More importantly, are you sure you want to have multi line texts in your ComboBox?
-
6. Re: leading in combo box textfield
Damon Edwards Feb 17, 2011 2:52 PM (in response to kennethkawamoto2)no, i want to move the text up in the text field rather than have it ride the bottom of the field. looks terrible. The dropdowns all accept the leading argument and follow it beautifully. The text field doesnt.
-
7. Re: leading in combo box textfield
kennethkawamoto2 Feb 18, 2011 6:39 AM (in response to Damon Edwards)A hack
theComboBox.textField.setStyle("textPadding", -2); -
8. Re: leading in combo box textfield
Damon Edwards Feb 18, 2011 9:15 AM (in response to kennethkawamoto2)you just made my week kenneth, thanks
-
9. Re: leading in combo box textfield
srvikram13 Jun 16, 2011 7:23 AM (in response to kennethkawamoto2)Thanks..that saved a few remaining hair on my head!
God why don't they document such things!
-
10. Re: leading in combo box textfield
kennethkawamoto2 Jun 16, 2011 7:47 AM (in response to srvikram13)Surely they don't document a "hack"



