Callbacks can now be loaded from widget files.
The widget files need to contain lines like these:
You can pass multiple callbacks by placing a comma between them:
Also because of how the new form builder is written, you will also be able to change the callbacks from within the form builder.
The widget files need to contain lines like these:
Code Select
Callback = LeftMouseClicked
CallbackId = 1You can pass multiple callbacks by placing a comma between them:
Code Select
Callback = Focused, UnfocusedAlso because of how the new form builder is written, you will also be able to change the callbacks from within the form builder.