Page 1 of 1
Curl Effect
Posted: Tue Nov 08, 2011 4:00 am
by jeanvouillon
Hi,
I have just noticed that the Curl visual effect doesn't work anymore... (LC5)
Is it just for me??
Thanks.
Re: Curl Effect
Posted: Tue Nov 08, 2011 8:42 am
by rvanar
When LC5 came out I noticed that curl effect card to card worked fine. When I have to go from stack to substack that it wasn't working. I submitted a ticket and they said it was a bug and added it to their bug support.
I also noticed that i get an error in debugger every time I use the code "visual effect"
Re: Curl Effect
Posted: Tue Nov 08, 2011 1:34 pm
by jeanvouillon
Thank you, rvanar!
Re: Curl Effect
Posted: Wed Nov 09, 2011 9:24 pm
by CALL-151
rvanar wrote:I also noticed that i get an error in debugger every time I use the code "visual effect"
Try this:
Code: Select all
lock screen for visual effect
go card "cardname"
unlock screen with visual effect "curl up"
Re: Curl Effect
Posted: Fri Nov 11, 2011 1:37 am
by rvanar
CALL-151 wrote:rvanar wrote:I also noticed that i get an error in debugger every time I use the code "visual effect"
Try this:
Code: Select all
lock screen for visual effect
go card "cardname"
unlock screen with visual effect "curl up"
I did try that code visual effects for me work just fine card to card it's stack to substack that it fails. I tried that code that you gave me (going from stack to substack) and in the simulator it crashed.
Re: Curl Effect
Posted: Fri Nov 11, 2011 9:33 am
by gpb01
rvanar wrote:I did try that code visual effects for me work just fine card to card it's stack to substack that it fails. I tried that code that you gave me (going from stack to substack) and in the simulator it crashed.
If you look into the documentation, you will find that the visual effect work on Cards but not on Stacks.
Opening the dictionary suggest you :
the visual effect command affects only navigation within a window. If you want to create a transition effect when moving between stacks, use the go...in window form of the go command
Guglielmo
Re: Curl Effect
Posted: Fri Nov 11, 2011 10:16 am
by Mark
Hi,
"Go stack... in window" doesn't work on iOS. You have to use "go stack" without "in window"
Best,
Mark