Would be cool if there would be a list of all possible events attached to every gadget
(like in VBA) and with a single button click the function will be pre-written in the
Event-File (based on the Button's Name - like in VBA, too).
Example:
Button1_LeftClick()
Button1_RightClick()
If the Button Name is changed to "MyButton" it would be:
MyButton_LeftClick()
MyButton_RightClick()
In VBA 2010 it's a dropdown-list.
In older Versions, there was a table with a button behind every possible event -
I think that was a better handling.
In a second row there could be the possibilty to add parameters to the function, if necessary.
The Event-Handling should be automaticly written in the GUI-File (like it is now).
Thanx.
VBA Style - automatic Function Generator for possible Events
-
MachineCode
- Addict

- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: VBA Style - automatic Function Generator for possible Ev
+1
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
