12-05-2010 10:09 AM
I have a little vocal about the lack of a layout engine that supports QNX controls in a lightweight and easy to use way. I found seveal AS3 only layout engines and have settled with BaseUI at
http://www.soundstep.com/blog/2010/07/05/as3-layou
(use v4).
It cuts down on the number of lines of code significantly and will make it easier when orientation chagnes occurs than having to do absolute, coordiante base placement. It works well with Tweener too.
There are others, so if anyone is using those, please let us all know your experience with them.
12-05-2010 12:18 PM
Have you tried the built-in qnx Container class? It works pretty well for me.
The package location is qnx.ui.core.Container
12-05-2010 09:02 PM
Dekerta wrote:Have you tried the built-in qnx Container class? It works pretty well for me.
The package location is qnx.ui.core.Container
containers do the job but leave you wishing for more sometimes. the spacing and positioning is a little off in some places.