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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to