-
```
Preferences get(key,default) returns exception on long
long test = 4128196123300l;
Preferences.set("test", test);
System.out.println(Preferences.get("test", 0));
java.la…
-
```
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…
-
Originally reported on Google Code with ID 6352
```
Found in GWT Release 2.3.0
Encountered on OS / Browser: Windows Vista Home Premium / Firefox 4.0.1
I generated a new GWT Project (without MVP) usi…
-
```
Preferences get(key,default) returns exception on long
long test = 4128196123300l;
Preferences.set("test", test);
System.out.println(Preferences.get("test", 0));
java.la…
-
```
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…
-
```
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…
-
```
Wiab needs search functionality, and imho the first step would be to add search
toolbar UI on the left panel.
```
Original issue reported on code.google.com by `vega113` on 25 Dec 2010 at 6:30…
-
```
Wiab needs search functionality, and imho the first step would be to add search
toolbar UI on the left panel.
```
Original issue reported on code.google.com by `vega113` on 25 Dec 2010 at 6:30…
-
```
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…
-
```
On Android a "Back" menu item is automagically added when navigating from one
Form to the next. When returning from the next form, however, this menu item is
not added.
What steps will reproduc…