Re: no-graphic application

2004-07-21 Thread maxence . bernard
> > Yes there is ; it allows you to run scripts saved as > plain text files, similar to how Perl works ; that's > why this version is often referred to as the 'cgi' > version -- however it works just fine as a > command-line interpreter. > To know more about how to use this command-line > version,

Re: no-graphic application

2004-07-20 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > > I think your solution lies with using the > command-line version. Use it > > to run a short script that brings in your stack. > > Excuse me, but what do you mean by the "command-line > version" ? Is there a > command-line version of Revolution ? > > Maxence BERNA

Re: no-graphic application

2004-07-13 Thread Dar Scott
On Jul 13, 2004, at 3:45 AM, [EMAIL PROTECTED] wrote: Problem: when launched with cron, the appli needs a graphical environment. Is there a way to create an application without graphics (windows...), and how can I do this ? I think your solution lies with using the command-line version. Use it

no-graphic application

2004-07-13 Thread maxence . bernard
Hello, I have to create an application with two modes : one, normal with a graphic window, and the other, when launched with "crontab", in shell mode. In order to run the application in console mode, I did like this : on startup put the visible of stack "mystack" to false end startup Problem: wh