MouseEnter and MouseLeave on iPad

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Christo777
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 13
Joined: Thu Nov 16, 2006 4:34 am

MouseEnter and MouseLeave on iPad

Post by Christo777 » Tue Jun 12, 2012 6:42 pm

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

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: MouseEnter and MouseLeave on iPad

Post by gpb01 » Tue Jun 12, 2012 7:35 pm

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

Christo777
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 13
Joined: Thu Nov 16, 2006 4:34 am

Re: MouseEnter and MouseLeave on iPad

Post by Christo777 » Tue Jun 12, 2012 7:55 pm

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?

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: MouseEnter and MouseLeave on iPad

Post by gpb01 » Tue Jun 12, 2012 10:45 pm

Mmm ... you can find something here : http://lessons.runrev.com/ ...
... on the right column you have some "touch" related lessons ;)

Guglielmo

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4172
Joined: Sun Jan 07, 2007 9:12 pm

Re: MouseEnter and MouseLeave on iPad

Post by bn » Tue Jun 12, 2012 10:49 pm

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

Post Reply