-
```
I'm having trouble in creating a list that is obtained from a web service. The
following error appears the first time we press the action button but once we
press ok to the error and re-press th…
-
```
IMPORTANT: This is not a place to ask questions! Please ask questions here:
http://www.codenameone.com/discussion-forum.html
If you are unsure about an issue go to the discussion forum first. Remo…
-
```
What steps will reproduce the problem?
1. Following code causes an exception with ios.newVM=true flag.
int currentYear = Calendar.getInstance().get(Calendar.YEAR);
2.
3.
What is the expected o…
-
```
I added a ContainerList to a view in my designer, created an event for "List
Model" that isn't fired.
I added a breakpoint to the function setListModel() in my class extending the
UIBuilder, bu…
-
```
What steps will reproduce the problem?
1.Create an app with GUI Builder
2.Add a WebView to the main form
3.Deploy the app to an Android deice
What is the expected output? What do you see instead?…
-
```
Preferences get(key,default) returns exception on long
long test = 4128196123300l;
Preferences.set("test", test);
System.out.println(Preferences.get("test", 0));
java.la…
-
```
Please clearly state whether the issue relates to a device/the simulator or
the tools.
Tested in the Simulator.
If related to a device be sure to specify exactly which device with as much
details…
-
```
Using CodeName One v1.0.0.201305011553.
1. in the designer create a container and add a Button
2. set the UIID of the button to "ComboBox" to make it look like a combobox
3. in the code using the…
-
```
I have a problem with TextArea. The behaviour is "occasional" but I'm able to
reproduce it. There are two cases:
1. when I write quickly sometimes it throws exception (see stack trace below)
2. w…
-
```
This is part of tracking down crashes in the DataMapper library. I'll be
posting a more minimal case when I have narrowed it down. Crash occurs here:
void set_field_java_lang_Integer_value(COD…