Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
69 views

I have installed the Bluetooth extension from Codename One Settings and follow the demo example, to get list of devices but cannot execute the "start scan" process hi.add(new Button(new ...
Giovanbattista Di Nuzzo's user avatar
1 vote
1 answer
68 views

I am using a GridLayout on the GlassPane for my small ScaleImageButtons. I have a smaller GridLayout on the Content Pane. The GlassPane containers are set to DropTarget(false), and I use the following ...
curtjacobs1's user avatar
2 votes
1 answer
49 views

I have a L10N Localization res file and wonder where do people put it in their CN1 maven project. Docs are slim to non existant. When I put it in the common\target\classes folder of a netbean CN1 ...
Ben Thacker's user avatar
1 vote
1 answer
29 views

As I continue testing my app I find I am having trouble "grabbing" the SpanLabels to move them to a new container on my grid. I cannot grab the SpanLabel unless the cursor is exactly in the ...
curtjacobs1's user avatar
1 vote
1 answer
53 views

Shai and the Codename One team are working on providing better access to Desktop settings for javase builds, but has anyone had success setting the JFrame size in a javase build for Windows using code ...
curtjacobs1's user avatar
-4 votes
1 answer
113 views

Some videos like this which was recorded on Android 15 device doesn't fit in MediaPlayer. In simulator it need to be scrolled up & down to see the full video as in the following screenshot; In ...
Eric's user avatar
  • 622
1 vote
0 answers
76 views

Media & MediaPlayer are playing audios & videos in simulator & Android 10 but they don't in Android 15. I tried using CN1 version 7.0.211 and the following test case: package com.example....
Eric's user avatar
  • 622
Best practices
0 votes
12 replies
189 views

I have started testing my code on both macOS and Windows Desktops before I build for the iPad. The macOS build opens at almost iPad Mini size and everything in the app is useable. When the build opens ...
curtjacobs1's user avatar
1 vote
1 answer
62 views

In Codename One version 7.0.210, Android Studio is detecting the following warnings when building debug & release apps. /{project path}/myapp/android/target/myapp-android-1.0-SNAPSHOT-android-...
Eric's user avatar
  • 622
1 vote
1 answer
67 views

I am using Drag and Drop to move characters around the screen, recording the location on the screen, then running the movement of the characters showing the characters moving to each grid location. ...
curtjacobs1's user avatar
2 votes
1 answer
56 views

Using the codenameone bare bones java app here and launching the javase build on a mac or a windows PC, how to have the app launch in a window with a width and height that fills 90% of the desktop ...
Mike Clonts's user avatar
1 vote
1 answer
26 views

Is it possible to style component to overflow beyond the container bounds, something like this - The start button has an icon and blue background which overflows beyond the boundaries of the toolbar. ...
arjun's user avatar
  • 1,624
1 vote
0 answers
54 views

In Android 15, ToastBar is overlayed by navigation buttons. The following is a test case Form form = new Form("Hi World", BoxLayout.y()); Button helloButton = new Button("Hello ...
Eric's user avatar
  • 622
1 vote
1 answer
42 views

I tried to use StringBuilder.append to add blank spaces to a string. The code didn't work and I deleted it from the app, but I started getting an [INFO] Warning: com.touchlineassistant.myapp....
curtjacobs1's user avatar
1 vote
1 answer
44 views

Setting form.setSafeArea enables components to fit at the bottom without being overlayed by Android navigation buttons. But this seems to push Toolbar downwards affecting background color of the ...
Eric's user avatar
  • 622

15 30 50 per page
1
2 3 4 5
334