Page 1 of 1

Tutorial for making plugins?

Posted: Wed May 03, 2006 11:07 pm
by Garrett
Is there a tutorial anywhere for making plugins?

Thanks
-Garrett

Posted: Thu May 04, 2006 12:22 am
by Mark
Actually, making a plugin is fairly easy. Just make a stack with a button that does something you need often. Put the stack into the Plugin folder of the Revolution folder and start Revolution. You will see it appear in the Plugins submenu.

Open the Plugin settings to make the plugin appear as a palette. In the Plugin settings, you can also see to which additional messsages the plugin may respond, if you make a more advanced plugin. E.g. you can include a revOpenStack handler that starts using your plugin.

Best,

Mark

Re: Tutorial for making plugins?

Posted: Wed Aug 31, 2011 12:40 am
by BarrySumpter
Brilliant!

Thanks for posting this.

This post is from 5 and 1/2 years ago.

Has anything changed in this context of makeing plugins?

Re: Tutorial for making plugins?

Posted: Wed Aug 31, 2011 6:47 am
by mwieder
Nothing's changed, but I wouldn't put plugins in "the Plugin folder of the Revolution folder" but rather in the user plugins folder, i.e., the one that shows up when you type "put revEnvironmentUserPluginsPath()" in the messagebox.

Re: Tutorial for making plugins?

Posted: Wed Aug 31, 2011 7:20 am
by BarrySumpter
ta