Reference of Standard Handlers & Properties
Posted: Fri Dec 13, 2013 3:42 pm
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....
????
Text Entry Field
Handlers
mouseDown
mouseMove
mouseUp
textChange ????
????
Properties
name (string value)
toolTip (string value)
disabled (true/false)
visible (true/false)
opaque (true/false)
etc....
????
(I had this list formatted but that seems to be removed)
This would be a big help if there was such a thing for download. Tutorials are fine and I've learned some from them, but a reference such as this would be a big help.
At this point I'm reduced to guessing.
A lot of false starts and frustrated attempts.
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....
????
Text Entry Field
Handlers
mouseDown
mouseMove
mouseUp
textChange ????
????
Properties
name (string value)
toolTip (string value)
disabled (true/false)
visible (true/false)
opaque (true/false)
etc....
????
(I had this list formatted but that seems to be removed)
This would be a big help if there was such a thing for download. Tutorials are fine and I've learned some from them, but a reference such as this would be a big help.
At this point I'm reduced to guessing.
A lot of false starts and frustrated attempts.