I have a couple of questions that I hope you can help me with. I didn't realize that some of these issues existed until I loaded the plugin on a non-development machine.
What would be the proper way to write a text file containing your configuration settings for you app to the %public%\Documents\EZ-Builder\Plugins\[GUID] directory or should I be writing this file somewhere else?
Is there a way to allow some functions in my plugin to be startable from a script? If so, can you please let me know how this is done?
I think this is all for now, but I am sure that I will come up with some more in time.
Thanks
David
Asked
— Edited
http://www.ez-robot.com/Tutorials/UserTutorials/146/12
Follow that tutorial and you're good to go!
If you need additional examples on how to use it, check the source of my plugins. They all have a configuration screen.
The entire scripting engine is exposed. I'll direct you to the commands if I understand the question. Are you asking to bind to a controlcommand()?
Commandcontrol command in the script engine is what I want to use.
There's two override methods you care about. One method will return the possible ControlCommand() parameters. The other will bind to the control command.
Take a look at any of the plugins