Zoom a tablet-size app on a phone, then scroll?

Roger Eller roger.e.eller at sealedair.com
Wed Dec 11 10:45:08 EST 2013


Thanks Colin.  I agree that exactFit will have very limited uses because of
aspect ratio squishing.  With the combination of timing and polling the
target, I think you've given me a good starting point.

~Roger

On Wed, Dec 11, 2013 at 10:35 AM, Colin Holgate <coiin at verizon.net> wrote:

> Although it may occasionally be useful to switch full screen modes, you
> generally would not do that. And, I think exactFit will rarely be what you
> want.
>
> That aside, the general problem of being able to drag an area that has
> buttons in it can be solved by noting the target on mousedown, the target
> on mouseup, and how much time had past. If the mousedown target = the
> mouseup target, and the time is less than say 30 ticks, send a domouseup to
> that target. If it’s longer than 30 ticks, the user was mostly likely
> dragging.
>
> Or you could use a mousestilldown approach to set a global that says to
> ignore the next mouseup.
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list