Header Image

This was a busy week with a lot of work going on under the hood especially on the new GUI builder.
We are also working on a pretty cool new demo that we’ll ideally launch next week. Our release today
only includes the libraries making it smaller, we would probably release a plugin update next Friday as there
are many changes that warrant an update.

On stack overflow things were as usual:

Push notifications not registering on ios 10

We have users with iOS 10 devices so this is probably not the case

Read on stackoverflow…​

EDT violations are typically the reason for this

Read on stackoverflow…​

How to create Facebook-like notification badges in CodenameOne

This is a frequent enough question it warrants a sample

Read on stackoverflow…​

Launching touch events programatically

These sort of things are really easy in Codename One thanks to the lightweight nature of the framework

Read on stackoverflow…​

Center a label in the south container of a border layout in Codename One

The need for revalidate() on changes is often confusing to developers but it is pivotal to Codename One

Read on stackoverflow…​

Unable to use jar

When using a native jar code completion won’t work but it should be there…​

Read on stackoverflow…​

How to integrate Other Ads network on codename one app

The best place to start is to look at sample cn1libs that we already integrated

Read on stackoverflow…​

Which app store?

We don’t provide an API to return the source appstore URL at this time, it’s not quite portable as far as I can tell

Read on stackoverflow…​

URLImage fetch method not working

We clarified the JavaDocs for the fetch method to make it clear that this isn’t the way it would behave

Read on stackoverflow…​

Trouble reading from Storage

There are posts where you are given a lot of information and are missing just the one tiny bit that would help you
answer…​

Read on stackoverflow…​

How to insert data in codename one db using prepared statement?

That’s an interesting behavior of the sqlite implementation

Read on stackoverflow…​

After latest update the java file from the gui do strange things

We had a regression in the GUI builder that shipped with the 3.5.5 plugin which is why we had to push an update
shortly after

Read on stackoverflow…​

This frustrating issue is caused by the https restrictions of iOS

Read on stackoverflow…​

Storage throwing EOF & NullPointer Exception

There are specific API’s that are substituted by the externalization code

Read on stackoverflow…​

Codename one expect feature on DateTime Component

The picker is problematic as it is a native widget, we can’t offer anything that isn’t offered by the native OS

Read on stackoverflow…​

How to add text to the textfield inside dataChangedListener in codename one?

I am using TextField and on addDataChangedListener I am trying to add some character to the text field if length of the text field is 2 but it is not working for me.can you please help me how to …​

Read on stackoverflow…​

Workaround for applying a mask to an image in Codename One

There are some complex image modes in Codename One but most of them are convertable to standard raster images

Read on stackoverflow…​

How do I restore a deleted multi-image

We generally recommend keeping the res directory in source control so this dosen’t become an issue

Read on stackoverflow…​

FloatingActionButton Sub can’t call another form in Codename One

This should have been serialized with the dialog disposal code, it should be fixed now

Read on stackoverflow…​

How to get app version (Play / iTunes) stores using Codename one

We don’t know the itunes version but we can give you the Codename One version of the app.

Read on stackoverflow…​

How to resolve null when using webservices in codename one

This is a bit of a long thread, kudos to Diamond for taking the time on this

Read on stackoverflow…​

Back navigation does not stop youtube video in WebBrowser

This is turning into a FAQ, the destroy() method closes the browser completely

Read on stackoverflow…​


Discussion

Join the conversation via GitHub Discussions.