Hello,
I'm creating a special text editor using RunRev, and I created a main stack which acts as the editor window.
Now I wanted to be able to create more instances of this main window (main editor window), so the user will be able to open several editors without launching another executable file.
How can I create more instances of the same main stack? Can I make something like (just for example):
new stack "stackMain"
(but I do not want a new empty stack, I want another instance of the existing stack).
Thank you.
Create n-instances of main stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
See the clone command.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 47
- Joined: Sat Nov 17, 2007 6:04 pm
Hi ale870,
I wrote an article on my site a few months back (later published in the Rev newsletter). It might help you with what you're trying to do.
www.theworcestersource.com
There's also a demonstration stack there too.
All the best,
Steve
I wrote an article on my site a few months back (later published in the Rev newsletter). It might help you with what you're trying to do.
www.theworcestersource.com
There's also a demonstration stack there too.
All the best,
Steve