[REBOL] Re: call in view pro
From: anton:lexicon at: 31-Oct-2002 22:19
> >Not that I've found. You always get a little bit of a flicker, even
> >using --nowindow. Under Windows, you can use the ShellExecute API to do
> it
> >though.
>
> So you're suggesting use ShellExecute via shell32.dll as an external
> library?
> Is there the same problem on Unix flavored versions of Rebol? of course
> I suppose there a shell popping up is a symbol of respect. :)
I very doubt that. In the unix world, the console rules.
They don't usually make any assumptions about window
managers being open or graphics libraries present etc.
The reason we get a console window popping up in windows
is because windows console support sucks.
Anton.