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 ...
Search found 2 matches
- Fri Dec 13, 2013 3:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Reference of Standard Handlers & Properties
- Replies: 3
- Views: 2515
- Mon Dec 09, 2013 9:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Control Array
- Replies: 11
- Views: 5622
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 ...