Another very newbie question.

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
Kevin
Posts: 74
Joined: Fri Oct 02, 2009 3:47 pm

Another very newbie question.

Post by Kevin » Sat Oct 03, 2009 4:48 am

Is is possible to list in the editor all the available system messages like for a button onMouseUp etc?

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

Post by Mark » Sat Oct 03, 2009 9:03 am

Hi Kevin,

I'm not sure what you mean by "list in the editor" but the commandNames, functionNames and propertyNames function might help you.

Best,

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

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

Post by bn » Sat Oct 03, 2009 12:21 pm

Hi Kevin,

if you open the dictionary you can select on the left side under objects different controls like field or button etc. then you see all available messages and properties for that control, by clicking on Typ in the result headline you sort them by message, property etc.

If that is what you mean?

regards

Bernd

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Post by FourthWorld » Thu Oct 15, 2009 10:46 pm

If you want to watch them fire off in real time see Development->Message Watcher
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply