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
Whats wrong with this Stack?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Whats wrong with this Stack?
- Attachments
-
- ed1.livecode.zip
- the code for my stack
- (60.99 KiB) Downloaded 209 times
Re: Whats wrong with this Stack?
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
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