Hello,
I'm creating a program which uses external plugins. These plugins are created as "rev" files.
Now I need to load those files at runtime and use them.
My problem is I need to store only Revolution code (events/functions/messages), or small items like a button, and I don't want to create a new stack. Is there any way to store a single button (or only code) in a rev file (I need to load it when the program is running)?
Thank you!
How to store a single button in a rev file
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Dear ale870,
It is not completely clear to me what you want, but you can copy a button from one stack to another:
copy btn 1 of stack x to stack y
Best,
Mark
It is not completely clear to me what you want, but you can copy a button from one stack to another:
copy btn 1 of stack x to stack y
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode