Category "codenameone"

iOS picker appears behind the sheet

On iOS devices and the simulator if a picker is selected from a sheet window the picker option appears behind the sheet. Sheet sheet = new Sheet(null, "My Sheet

IntelliJ IDEA - CodenameOne - CEF path not found after AndroidStudio installation/JDK change?

I am having this issue on a Windows10 system. I changed JDK to OpenJDK 1.8 to be able to send the Android build. On the device the app is working although I hav

How to add text under an image that display in FlowLayout() in codename one

for (Evenement r : list) { Container c3 = new Container(new FlowLayout()); Image placeholder = Image.createImage(380, 380); EncodedImage enc = Encod

How can I center a SpanLabel's text in CodenameOne?

Contrary to what is shown in the sample usage section of the SpanLabel documentation, where the text is centered by default, the text of my SpanLabel is left-al