openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Form getBackCommand() method returns null after having called setBackCommand() #1309

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set the back command of a Form using setBackCommand()
2. Try to get the back command which was set using getBackCommand()

What is the expected output? What do you see instead?
I expect to receive the back command which was set, but I receive null instead.

What version of the product are you using? On what operating system?
The latest. Windows 7.

Original issue reported on code.google.com by tuga...@gmail.com on 25 Jan 2015 at 2:42