I am building an app using codename one
I have a radiobutton with a very long text.
When i focus on this radio button , the text of that radio button starts scrolling.
What I wish to do is show all the text associated with the radiobutton on the screen.
So i tried radiotbutton.setUIID("TextArea");
But with this, only the appearance of the radiobutton changes. THe radio button's text does not spill over to multiple lines.
I want to show the radio button's text all at once (no matter how long it is) . How do i do it?