Open a new console from another one
[1/6] from: ale870::gmail at: 15-May-2006 12:09
Does anybody know if there is a way to open several Rebol
console-instances using a command?
E.g.:
>> console/new
then it open a new console.
Thank you!
--Alessandro
[2/6] from: volker:nitsch:gma:il at: 15-May-2006 13:11
On 5/15/06, Alessandro Manotti <ale870-gmail.com> wrote:
> Does anybody know if there is a way to open several Rebol
> console-instances using a command?
>
> E.g.:
> >> console/new
>
> then it open a new console.
>
On windows launch. and a little script with 'halt in it.
On linux [call join "xterm -e " script]
> Thank you!
>
> --Alessandro
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
--
-Volker
Any problem in computer science can be solved with another layer of
indirection. But that usually will create another problem.
David
Wheeler
[3/6] from: ale870::gmail at: 15-May-2006 13:26
Is that way the only way?
The problem is those console "live" in two separate contexts, and
cannot share memory.
--Alessandro
On 5/15/06, Volker Nitsch <volker.nitsch-gmail.com> wrote:
[4/6] from: volker::nitsch::gmail::com at: 15-May-2006 13:54
AFAIK yes. Except if you simulate own ones in /view. Bu then, where
should 'print print and such questions.
On 5/15/06, Alessandro Manotti <ale870-gmail.com> wrote:
> Is that way the only way?
> The problem is those console "live" in two separate contexts, and
<<quoted lines omitted: 40>>
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
--
-Volker
Any problem in computer science can be solved with another layer of
indirection. But that usually will create another problem.
David
Wheeler
[5/6] from: massung:gm:ail at: 15-May-2006 9:24
Aside from starting another process, at the moment it is not possible.
However, my understanding is that REBOL3 will support multi-tasking, which
should make this easily possible.
Jeff M.
--
massung-gmail.com
[6/6] from: ale870::gmail::com at: 15-May-2006 17:35
Thank you!
I will try to follow another way: which one? Mhm... I need to make
some tests using VID.
(Jell Console Manager is waiting for me! ;-)
--Alessandro
On 5/15/06, Jeff Massung <massung-gmail.com> wrote:
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted