Visvalor
December 3rd, 2009, 23:16
Looking through the FG tutorial stuff and looking through the coding of the random rulesets I have access too and I can't seem to figure out how to name a numberfield/control with an onMouseOver style event like you have in the buttons at the top right
Looking through the code I see basedesktop.lua and it lists the name for the onMouseOver event , for example
DesktopManager.registerStackShortcut("button_pointer", "button_pointer_down", "Colors", "pointerselection");
"Colors" is the text displayed... how does one attach an onMouseOver "text" to a generic control or any other object?
Looking through the code I see basedesktop.lua and it lists the name for the onMouseOver event , for example
DesktopManager.registerStackShortcut("button_pointer", "button_pointer_down", "Colors", "pointerselection");
"Colors" is the text displayed... how does one attach an onMouseOver "text" to a generic control or any other object?