mouse events over the group

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bohmgyorgy1990
Posts: 23
Joined: Wed Feb 19, 2014 2:33 am

mouse events over the group

Post by bohmgyorgy1990 » Mon Jun 16, 2014 8:00 pm

Hy

So i have a group control,

mobileControlCreate "browser"
put the result into sBrowserId
mobileControlSet sBrowserId, "rect", the rect of group "Browser"

this group is my own browser, the problem is it isnt handle any mouse event.
Can i capture any mouse event over the group? exactly mouseUp, mouseDown or etc.

splash21
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 369
Joined: Sun Dec 19, 2010 1:10 am
Contact:

Re: mouse events over the group

Post by splash21 » Mon Jun 16, 2014 10:41 pm

bohmgyorgy1990 wrote:So i have a group control,
You don't have a group - you've just got a native browser :P

Check out mobileControlCreate in the dictionary - there are links in the 'See Also' section to various messages that apply to the native controls.
LiveCode Development & Training : http://splash21.com

Post Reply