Automated BindEvents Procedure!
Posted: Wed Dec 04, 2013 1:05 pm
At this time there is an automatic generated event-function (loop) if activated.
Good would be if this could be bindevents, if possible with the option to choose possible events and procedure name to jump to on event.
Like this:
Button Gadget.
Button Name: "Test"
Bind Event "Left Click" -> Procedure "Button_Test_LeftClick()"
Bind Event "Right Click" -> Procedure "Button_Test_RightClick()"
(Procedure Names should be automatic offered by Button Name and event Type - would be much easier!
Dropdown List of procedures would maybe just a nice extra.)
Ultimate would be if there would be a small Button and if pressed, IDE opens a specific Codefile, Cursor jumps to end
and prints Procedure Name. But no automatic changes (to easy add parameters manually or something else)
Bindevents in a Procedure in another Codefile, autamatic generated on every change.
That would be similar to VBA, and a big advantage for fast GUI designing/programming.
Thank You.
Good would be if this could be bindevents, if possible with the option to choose possible events and procedure name to jump to on event.
Like this:
Button Gadget.
Button Name: "Test"
Bind Event "Left Click" -> Procedure "Button_Test_LeftClick()"
Bind Event "Right Click" -> Procedure "Button_Test_RightClick()"
(Procedure Names should be automatic offered by Button Name and event Type - would be much easier!
Dropdown List of procedures would maybe just a nice extra.)
Ultimate would be if there would be a small Button and if pressed, IDE opens a specific Codefile, Cursor jumps to end
and prints Procedure Name. But no automatic changes (to easy add parameters manually or something else)
Bindevents in a Procedure in another Codefile, autamatic generated on every change.
That would be similar to VBA, and a big advantage for fast GUI designing/programming.
Thank You.