Good morning, Everyone.
I have a simple Hello World application created from basic "Hello World" template. I've added simple button on the main form (in a CodeNameOne GUI designer) and I'm trying to fire an action event by clicking "Action Event". I am saving GUI designer contains before to make an event as it described here - CodeName One, Action event not working- need explanation
But GUI designer ask me to choose some filename instead to simply auto-create an event handler in NetBeans IDE as it shown in every manual. The main problem - I can not to select any file in this window. I don't know which file types GUI Designer need, but all *.java files from my projects are gray in this window and not accessible accordingly.
Event handler is created too in "StateMachine.java", but not always. For example, event handler created for button, but not created for Tabs.
Mac OS version is 10.8.3 (under Oracle Virtual Box) NetBeans IDE is 7.3 and Java version is 1.6.0_43
Help me, please, this project is very nice, but I can not continue to develop my application while this problem not resolved.