Using this for a button sets the button's format to look like a hyperlink.

submit.getSelectedStyle().setTextDecoration(Style.TEXT_DECORATION_UNDERLINE);

Problem now is deleting this line off does not return button to its normal 
format.

ALL BUTTONS on the form now takes the hyperlink look! Without the presence 
of this line in any of the classes, like it was cached.

Setting to this does nothing.

submit.getSelectedStyle().setTextDecoration(Style.TEXT_DECORATION_NONE);

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/558c8110-3a5e-432a-b229-89c6c87fe49d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to