fullscreenmode and btn and iPad bug?
Jim sims
sims at ezpzapps.com
Thu Jul 24 03:31:21 EDT 2014
Anyone also see this?
Is it a bug?
Make simple stack with one button and set the fullscreenmode.
Without the fullscreenmode the popup box display next to the btn on a iPad
with arrow correctly placed.
With the fullscreenmode the popup box does not display next to the btn.
sims
---
*on preOpenStack*
*set* the fullscreenmode of me to "noBorder"
*end* preOpenStack
*--Button Script*
*local* isDragging
*on* mouseDown
*put* true into isDragging
*end* mouseDown
*on* mouseMove pX, pY
*if* isDragging *then* *set* the loc of me to pX,pY
*end* mouseMove
*on* mouseUp
*put* false into isDragging
mobilePickDate
*end* mouseUp
More information about the use-livecode
mailing list