Whats wrong with this Stack?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ed_vh
Posts: 4
Joined: Sun May 15, 2011 2:57 pm

Whats wrong with this Stack?

Post by ed_vh » Sat Jul 23, 2011 4:39 pm

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
Attachments
ed1.livecode.zip
the code for my stack
(60.99 KiB) Downloaded 210 times

Klaus
Posts: 14194
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Whats wrong with this Stack?

Post by Klaus » Sat Jul 23, 2011 4:46 pm

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

Post Reply