-
Notifications
You must be signed in to change notification settings - Fork 31
Using Standard GuiControls
Clive Galway edited this page Sep 20, 2016
·
2 revisions
UCR allows the Plugin Author to add normal AHK GuiControls (eg EditBoxes, CheckBoxes etc) but have them store their contents between runs. It also provides a handy mechanism for getting notification when the user changes the contents of the GuiControl.
These GuiControls are generally used to allow the end-user to tweak various aspects of the plugin - eg an EditBox might be used to allow the user to type in a number which dictates how quickly a rapid-fire plugin sends output when the input is held.