Page 1 of 1

MouseEnter and MouseLeave on iPad

Posted: Tue Jun 12, 2012 6:42 pm
by Christo777
Hi,

I'm writing an app and plan to make also iPad or iPhone version.
Are all messages handled the same way as they are on a computer ?

For example, is MouseEnter sent to a button before MouseDown, MouseEnter and MouseWithin ?

Thank You

Re: MouseEnter and MouseLeave on iPad

Posted: Tue Jun 12, 2012 7:35 pm
by gpb01
Hi,
there is NO mouse on iOS devices so, afaik, mouseDown and mouseUp I know that work like touchStart and touchEnd (... but the touch syntax can recognize multi-touch), other mouse events ... I don't think that are handled on iOS ...

Guglielmo

Re: MouseEnter and MouseLeave on iPad

Posted: Tue Jun 12, 2012 7:55 pm
by Christo777
Thanks for your reply.

I guess the touch syntax is explained only when you buy the iOS package ?
Is there a list of the touch keywords that I could see in the meantime?

Re: MouseEnter and MouseLeave on iPad

Posted: Tue Jun 12, 2012 10:45 pm
by gpb01
Mmm ... you can find something here : http://lessons.runrev.com/ ...
... on the right column you have some "touch" related lessons ;)

Guglielmo

Re: MouseEnter and MouseLeave on iPad

Posted: Tue Jun 12, 2012 10:49 pm
by bn
Hi Christo,

the iOS release notes are here:
http://www.runrev.com/downloads/livecod ... _0-iOS.pdf

here you will find a description for LiveCode 5.5
http://www.runrev.com/products/livecode/livecode-55/

at the left there are links to all the release notes.

And have a look at the dictionary. You can sort by operatiing system or platform and see if a command is supported.

mouseEnter, mouseLeave and mouseWithin are supported on iOS according to the dictionary.

Kind regards
Bernd