Hi all,
I’ve run into a small problem when using the director class and the widget library together.
When I insert new text on the screen without the widget library it aligns as it should. Once I include
local widget = require("widget")
my layout is completely wasted.
Another problem that I have: when I want to insert
local myToolbar = widget.newToolbar( "My App" )
localGroup:insert(myToolbar.view)
I get an error. Although in the documentation it says to insert the .view property into a display group.
Thank you for any help.
Jürgen [import]uid: 19590 topic_id: 15591 reply_id: 315591[/import]