Hi there,
how to disable screen touch while saving the score in ipad using livecode.
Thanks,
Manjula
disable screen touch while saving the score in ipad
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
disable screen touch while saving the score in ipad
Last edited by Manju123 on Thu Jan 23, 2014 5:36 am, edited 1 time in total.
Re: disable screen touch while saving the score in ipad
Hi Manjula,
I have moved your topic to a more relevant section of the forums.
Something that you should be able to use is "mobileClearTouches". This allows the buildup of any touch messages, that are not needed, to be cleared.
An example from the LiveCode dictionary is-
Kind Regards,
Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
—
I have moved your topic to a more relevant section of the forums.
Something that you should be able to use is "mobileClearTouches". This allows the buildup of any touch messages, that are not needed, to be cleared.
An example from the LiveCode dictionary is-
I hope this gives you some leads.on tellUserInstructions
play specialFolderPath("engine") & slash & "Instruction_1.mp3"
wait until the sound is "done"
mobileClearTouches
end tellUserInstructions
Here, if the mobileClearTouches call was not made, any touch events the user created while the sound was playing would be queued and then be delivered immediately afterwards potentially causing unwanted effects.
Kind Regards,
Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
—
Re: disable screen touch while saving the score in ipad
Manjula, create a rectangle graphic object that is the same size as the iPad screen, make it invisible, opaque and set it's blend level to 100. Make sure it's in front of everything else on the screen. When you need to stop users interacting with other controls just show the graphic.
Gerry
Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.