Create n-instances of main stack
Posted: Fri Aug 14, 2009 4:26 pm
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.
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.