Re: Pinch-Zoom gesture on native textfield. How to?

2020-06-08 Thread William de Smet via use-livecode
Hi Tom,

You got it working?
Have you got any code to share?


greetings,

William




Op ma 9 mrt. 2020 om 16:38 schreef Tom Glod via use-livecode <
use-livecode@lists.runrev.com>:

> I need to do this also in the app I am working on..I will be working on it
> next weekso I will share what I got unless someone already knows of a
> solution.
>
> On Mon, Mar 9, 2020 at 7:35 AM William de Smet via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hi there,
> >
> > Is it possible to pinch zoom on a native text field to make the text
> > bigger/smaller?
> > Has anyone done this?
> >
> > Any pointers / script snippets are welcome.
> >
> > greetings,
> >
> > William
> > ___
> > 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
> >
>
>
> --
> Tom Glod
> Founder & Developer
> MakeShyft R.D.A (www.makeshyft.com)
> Mobile:647.562.9411
> ___
> 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
>
___
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


Re: Pinch-Zoom gesture on native textfield. How to?

2020-03-10 Thread William de Smet via use-livecode
Thanks!

I tested the code on a normal/standard field and it kinda works.
I changed the multitouch-pinch code form image to fld and added a  'set
textSize ...'.
However it doesn't work as expected. The field is changing faster and
bigger then the text inside the field.

Then I found this script on the forum:
https://forums.livecode.com/viewtopic.php?f=53=13435=64556=pinch+zoom+text+field=bc8d11d77d2ab8de722b07bc4863fb09#p64556
Text is resizing but not smooth.


Greetings,

William




Op ma 9 mrt. 2020 om 18:58 schreef hh via use-livecode <
use-livecode@lists.runrev.com>:

>
> http://lessons.livecode.com/m/4069/l/29112-how-do-i-use-native-text-controls-on-mobile
>
> http://lessons.livecode.com/m/4069/l/11509-how-do-i-implement-a-multi-touch-pinch-motion
> ___
> 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
>
___
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


Re: Pinch-Zoom gesture on native textfield. How to?

2020-03-09 Thread hh via use-livecode
http://lessons.livecode.com/m/4069/l/29112-how-do-i-use-native-text-controls-on-mobile
http://lessons.livecode.com/m/4069/l/11509-how-do-i-implement-a-multi-touch-pinch-motion
___
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


Re: Pinch-Zoom gesture on native textfield. How to?

2020-03-09 Thread Tom Glod via use-livecode
I need to do this also in the app I am working on..I will be working on it
next weekso I will share what I got unless someone already knows of a
solution.

On Mon, Mar 9, 2020 at 7:35 AM William de Smet via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi there,
>
> Is it possible to pinch zoom on a native text field to make the text
> bigger/smaller?
> Has anyone done this?
>
> Any pointers / script snippets are welcome.
>
> greetings,
>
> William
> ___
> 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
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Mobile:647.562.9411
___
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


Pinch-Zoom gesture on native textfield. How to?

2020-03-09 Thread William de Smet via use-livecode
Hi there,

Is it possible to pinch zoom on a native text field to make the text
bigger/smaller?
Has anyone done this?

Any pointers / script snippets are welcome.

greetings,

William
___
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