Page 1 of 1

Whats wrong with this Stack?

Posted: Sat Jul 23, 2011 4:39 pm
by ed_vh
Just trying to make a simple stack. It has 3 cards and the three buttons should let you move between the cards. Works in livecode but does not work on the ipad simulator or real device. Cant get it to move between cards. Only button that seams to work is the Main button.

Any help appreciated!

Thanks
Ed

Re: Whats wrong with this Stack?

Posted: Sat Jul 23, 2011 4:46 pm
by Klaus
Hi ed,

I am not familiar with "MobGUI" but it looks like you did not include the "MobGUI" script library?
So the handler "mobGUIUntouch the long id of me" is not found and the script will stop at this point on iDevices!

Check the docs that came with MobGUI on how to include the necessary lib(s).


Best

Klaus