At 11:07 PM -0800 1/12/02, John Cuccio wrote:
>1. When I set the lockscreen to true I still get a flick of the screen.
>White then back to the starting point. I am useing push & pop card.
>
>on handler
>lock screen
>push card
>go to stack "order"
>pop card
>end handler

I think this is a bug, but you can minimize the flash (on my computer, at least) by 
substituting actual references for the push and pop:

on handler
lock screen
go stack "order"
--do something, presumably
go stack "original stack"
end handler

Another thing to consider is whether you actually need to go to the other stack. If 
you're not going to show the user something while you're there, just reference 
everything including a stack reference -- put "something" into fld "some field" of 
stack "order" That, or try the defaultStack property.

regards,

geoff 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to