Search found 2 matches

by Perry
Fri Dec 13, 2013 3:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reference of Standard Handlers & Properties
Replies: 3
Views: 2066

Reference of Standard Handlers & Properties

Is there a standardized List of Properties and Handlers for each control? Push Button Handlers mouseDown mouseMove mouseUp ???? Properties name (string value) label (string value) toolTip (string value) style (string value) visible (true/false) opaque (true/false) showName (true/false) etc.... ???? ...
by Perry
Mon Dec 09, 2013 9:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Control Array
Replies: 11
Views: 4634

Control Array

I'm coming from VB6 so I have to rethink some conventions that I'm used to. VB controls can be made as control arrays. For instance they can be referred to as controlname(x).. Button(x) ... or Image(x). This has the potential to shorten code considerably, because they would use the same handler but ...