simulator problem with livecode 5.0
Posted: Tue Nov 22, 2011 9:56 am
hallo,
i use livecode 5.0 with xcode 4.2 and iOS 5 on snow leopard.
my simulator is version 5.
i made an app that uses visual effects when navigating to anohter card:
when i test the app and i push the button to navigate to anohter card the app is gone away, i have to start it again. this problem is new, everything worked fine on livecode 4.5 and xcode 3.2.5.
the problem is this line:
when i comment it out everything works fine.
what can i do ?
thank you for your help!
fred.
i use livecode 5.0 with xcode 4.2 and iOS 5 on snow leopard.
my simulator is version 5.
i made an app that uses visual effects when navigating to anohter card:
Code: Select all
on mouseup
lock screen
go card "mycard"
unlock screen with visual effect push left very fast
end mouseup
the problem is this line:
Code: Select all
unlock screen with visual effect push left very fast
what can i do ?
thank you for your help!
fred.