Tutorial for making plugins?

Are you developing an External using the LiveCode Externals SDK?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Tutorial for making plugins?

Post by Garrett » Wed May 03, 2006 11:07 pm

Is there a tutorial anywhere for making plugins?

Thanks
-Garrett

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Thu May 04, 2006 12:22 am

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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Tutorial for making plugins?

Post by BarrySumpter » Wed Aug 31, 2011 12:40 am

Brilliant!

Thanks for posting this.

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

Has anything changed in this context of makeing plugins?
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: Tutorial for making plugins?

Post by mwieder » Wed Aug 31, 2011 6:47 am

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.

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Tutorial for making plugins?

Post by BarrySumpter » Wed Aug 31, 2011 7:20 am

ta
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

Post Reply

Return to “Building Externals”