click at location not working

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kcwvc52
Posts: 49
Joined: Sun Jun 12, 2011 9:55 pm

click at location not working

Post by kcwvc52 » Sat Jul 02, 2011 5:15 am

livecode has randomly stopped allowing me to to use the click at the location command on a single page. it makes not sense an suggestions other than the object is covered by another object i checked that?

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10354
Joined: Wed May 06, 2009 2:28 pm

Re: click at location not working

Post by dunbarx » Sun Jul 03, 2011 5:17 pm

Hi.

Are you saying that if you run:

click at the loc of button "yourButton"

and there is a mouseUp handler in that button, that the handler is not invoked?

If not, can you try this as an experiment?

Craig Newman

Post Reply