Hi
I am thinking in using widget buttons, but i can use button.toFront(), why?
the error:
bad argument #-2 to ‘toFront’ (Proxy expected, got nil) [import]uid: 26056 topic_id: 21338 reply_id: 321338[/import]
Hi
I am thinking in using widget buttons, but i can use button.toFront(), why?
the error:
bad argument #-2 to ‘toFront’ (Proxy expected, got nil) [import]uid: 26056 topic_id: 21338 reply_id: 321338[/import]
try
button.view.toFront() [import]uid: 53732 topic_id: 21338 reply_id: 84503[/import]
Yeh the solution is button.view:toFront() Thanks
[import]uid: 26056 topic_id: 21338 reply_id: 84513[/import]