Question
TextArea and TextInput text properties
Hi,
how can I set text properties like direction, textAlign, fontSize etc. for TextArea and TextInput? The only way I found was to set these on their textView property, but I don't know if this is the right way. I tried it with setAttributes() but it's not working.
Setting properties through textView is also not working for TextInput. Is this a bug or it's not implemented yet?
If it must be done through textView, where's the right place to do it? In creationComplete() of the Application object I get null object exception.
** Update: ** I found the place, I did it in the creationComplete() event of the TextArea it self!
Bye,
Haykel
how can I set text properties like direction, textAlign, fontSize etc. for TextArea and TextInput? The only way I found was to set these on their textView property, but I don't know if this is the right way. I tried it with setAttributes() but it's not working.
Setting properties through textView is also not working for TextInput. Is this a bug or it's not implemented yet?
If it must be done through textView, where's the right place to do it? In creationComplete() of the Application object I get null object exception.
** Update: ** I found the place, I did it in the creationComplete() event of the TextArea it self!
Bye,
Haykel
