option menu on iPad
Posted: Sat Mar 24, 2012 3:46 am
I'm using 5.5 and the option menu doesn't seem to work on the iPad. I'm using the following code as the button script:
on menuPick theItem
switch theItem
case "Topic1"
go to card 5
break
case "Topic2"
go to card 6
break
case "Topic3"
go to card 7
break
end switch
end menuPick
where "Topicx" is the item in the menu item list
Any ideas? Works fine in LiveCode. The picker comes up fine on the iPad, just doesn't do anything
on menuPick theItem
switch theItem
case "Topic1"
go to card 5
break
case "Topic2"
go to card 6
break
case "Topic3"
go to card 7
break
end switch
end menuPick
where "Topicx" is the item in the menu item list
Any ideas? Works fine in LiveCode. The picker comes up fine on the iPad, just doesn't do anything
