Hi, I am Aleksander
And I am a little new to this SDK and programming launguage, but I saw some mistakes when a new project is created. For example when I create a project of any kind it searches for *.csscene file for each scene and if it is not created manualy the project breaks or trows Null pointer exception if this file is empty.
Q1: Do you have some kind of documentation what should this file look like, or what should it contains?
Also the templates which are used for creating new project are a little misguided, the coordinates of the buttons or the graphics are shown outside of the device display and are unaccessable.
Q2: Is there a way to get the bounds of the device display?
Q3: Is there a way to make the app run on different display resolutions (not only 320x480) but more than one resolution or side ratio?
Also a good practice when a new project is created each different resource to be put in separate folder, for example, all *.lua files containing code to go in folder named src or source, *.lua files containing scene code to be in folder scene and all other file like images, icons and others in folder named resources.
Q4: Do you have a SDK package, or have you think of a package which is integratable with Eclipse IDE?
Currently I am using Koneki LTD package for Eclipse.