Anton

Results 13 issues of Anton

Unlike the Simulator, local JavaSE builds use JavaFX instead of CEF Ideally now that CEF is an option JavaSE builds should have the option to use it instead of relying...

I already do it in my app, but I thought of sharing it here as I think that most apps (and CN1 as a platform) would benefit from this 1....

help wanted
good first issue
first-timers-only
up-for-grabs
your-first-pr

This is a strange one. I could have sworn that this wasn't happening before, but I don't see any change affecting the Picker in the commits. The following minimal code...

Button b = new Button("aa"); Border lineBorder = Border.createLineBorder(1, 0xd6d6d6); Border emptyBorder = Border.createEmpty(); Border newBorder = Border.createCompoundBorder(lineBorder, emptyBorder, lineBorder, lineBorder); b.getAllStyles().setBorder(newBorder); This should create 1px border on top, on...

Android Studio's latest version doesn't work with the gradle version set by default in CN1's sources. Gradle can be changed to latest version manually but Gradle's latest version doesn't like...

Having a MultiLine TextField set with autogrow on iPad that starts off from having 1 or 2 rows results in the top rows being hidden when a new line is...

I can't tell for sure when this has stopped working. The issue seems to only affect the developer's account, but it could be affecting user logins too. I have verified...

As discussed here (video inside) https://stackoverflow.com/questions/63221810/is-there-a-way-to-get-rid-of-brief-browsercomponent-white-flash-during-form-in-o/63223272#63223272

Take the following code: Form hi = new Form("Test", new BorderLayout()); hi.setFormBottomPaddingEditingMode(true); hi.add(BorderLayout.NORTH, new Label("Top")); Container c = new Container(new BoxLayout(BoxLayout.Y_AXIS)); c.setScrollableY(true); hi.add(BorderLayout.CENTER, c); hi.add(BorderLayout.SOUTH, new TextField("", "hint", 1000, TextField.ANY));...

This issue describes the needed improvements to support Android SDK 31 known for now. There might be more 1. When building locally with ``` android.sdkVersion=31 android.targetSdkVersion=31 android.xactivity=android:exported="true" ``` build hints,...