[codenameone-discussions] Re: RadioButton Question

2018-09-23 Thread Shai Almog
Generally the solution for that is to compose two labels (icon and text) in a container e.g. border layout. In retrospect we made a mistake with all the label modes and should have used layouts for everything. -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: RadioButton Question

2018-09-23 Thread mcw
Thanks for the info. I did set the text position and it did move the image to the right. But it was placed right after the text rather than aligned vertically on the right edge of the container. That makes sense, it is the way Label works. I couldn't find an answer for that so ended up using a

[codenameone-discussions] Re: RadioButton Question

2018-09-21 Thread Shai Almog
setOppositeSide applies to the radio button itself. The image is placed based on the setTextPosition property inherited from label. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving