-
```
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…
-
```
@Override
public void back(Component c) {
System.out.println("in back()"); // never prints ???
super.back(c);
}
Function back() never seems to be called. Expected to be called w…
-
```
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…
-
```
@Override
public void back(Component c) {
System.out.println("in back()"); // never prints ???
super.back(c);
}
Function back() never seems to be called. Expected to be called 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…
-
```
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…
-
```
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…
-
Sample code
```
```
When 'MainMenu2' first is initialized and children are added it has no size calculated. I don't know why - this._width is empty. S…
-
```
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…
-
```
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…