I have an AutoCompleteTextField working with a DefaultListModel. The return value from options.getSelectedIndex() always returns 0 from actionPerfo ...
I have an AutoCompleteTextField working with a DefaultListModel. The return value from options.getSelectedIndex() always returns 0 from actionPerfo ...
I downloaded the newest version of Eclipse on an M1 Macbook Pro. I downloaded the plugin from the Eclipse Marketplace. It's version 6.0 I made a new ...
Thanks to the help by Shai and Steve, I am making progress to build the iOS Xcode project in Eclipse. After installing cocoapods (Failed to build iOS ...
I am trying to build an iOS Xcode project in Eclipse on MacBook Pro using codename one's example project. Shai and Steve at Codename One have helped t ...
I was about to run the simulator in Eclipse on the example project (the initializer) on my MacBook. However when I tried to build the iOS Xcode projec ...
Overall I have found the GUI Builder to be a useful tool for creating forms. However it is non-intuitive, clunky, overly complicated and extremely slo ...
What I want is that when I lose focus and return to my app, it continues where it left off. To show the problem I have created a 45 second video at th ...
CodenameOne changed the project structure after the maven dependence manager passed to be used as the new standard for dependence management. Now exi ...
I have a Code Name One Projet that has a lot of Build-Hints. I created a new project that needs to use the same build hints. Adding manually all hints ...
A super-simple String.format("this is a test %d",5) doesn't work in my HelloWorld CodenameOne project: I get "error: cannot find symbol". It doesn't ...
I downloaded the codename one bare bones start up project and sent it to the build server, which was built with no problem. When I add the "codenameon ...
The idea is triggering an accito everytime that a Switch change from OFF/OM or viceversa. I added a bind-action but it does not work. Thank you in ...
I have a textfield 'Barcode' and a textarea 'BarcodeList'. At startup I want to set focus on the 'Barcode' field. My Android scanner works just like ...
I need to connect native java libraries for use in the ios environment. In particular, it is necessary to use ready-made support for crypto libraries. ...
I already installed the extend, but the documentation says that I have to reload the app (I've tried everything and can't do it), before it was only n ...
I am using the CodenameOne GUI builder to add an image to a button. I added the image to the res file and then clicked [Pick Image] in the Property In ...
I have a test Codename One project that includes a Spring boot project as an included module. Everything runs fine with the Spring Boot server and c ...
The CodenameOne GUI Builder seems to have a mind of its own.. I created a simple form with a button that has a green image when it is enabled and red ...
I created an app (bundle: myApp.aab) (using cn1: Android build) and tried to upload it on google-console, but it was rejected with the following error ...
I need to build a mobile app for Android and IOS that can read and write to a SMB2/3 network share. Is this possible in CodenameOne? If so is there a ...