Code acting oddly
Posted: Tue Feb 10, 2015 9:22 pm
Hi
I have the following code on a button mouse up event
Global tWords
On mouseUp
set the visible of field "Dict" to true
put "Dictionary decompressing - please wait" into field "Dict"
put decompress(the cMaximumtext of this stack) into tWords
lock screen for visual effect
Go to card id 1005
unlock screen with visual effect push left
End mouseUp
What I want to do is display a wait message whilst the dictionary is being decompressed but on IOS the button just appears depressed and the message only appears after the dictionary has decompressed and then displays the next card.
Any advice please?
Thanks
I have the following code on a button mouse up event
Global tWords
On mouseUp
set the visible of field "Dict" to true
put "Dictionary decompressing - please wait" into field "Dict"
put decompress(the cMaximumtext of this stack) into tWords
lock screen for visual effect
Go to card id 1005
unlock screen with visual effect push left
End mouseUp
What I want to do is display a wait message whilst the dictionary is being decompressed but on IOS the button just appears depressed and the message only appears after the dictionary has decompressed and then displays the next card.
Any advice please?
Thanks