selected object changed

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mmiele
Posts: 55
Joined: Sun Jan 21, 2007 1:25 pm

selected object changed

Post by mmiele » Tue Jul 12, 2011 8:54 am

Hi,

I'm writing a palette stack to edit some control properties. Is there a way (a message?) to know from within the palette stack when a control is selected in another stack of the LC environment?

Thanks in advance,
Mario

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: selected object changed

Post by Mark » Tue Jul 12, 2011 9:37 am

Hi Mario,

Use the selectedObjectChanged message in a frontscript.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

mmiele
Posts: 55
Joined: Sun Jan 21, 2007 1:25 pm

Re: selected object changed

Post by mmiele » Tue Jul 12, 2011 10:02 am

Thanks Mark,

I'd forgot them...

Best regards,
Mario

Post Reply