Re: revGoURL help

2003-11-07 Thread Paul Stary
At 11:15 am -0800 7/11/03, Paul Stary wrote: At 10:22 AM -0800 11/7/2003, Paul Stary wrote: This works great from within Revolution, but can't build a standalone of the stack that will open a Rev stack on the remote server. Don't see how that would be possible, as a Rev stack is a Revolution file,

Re: revGoURL help

2003-11-07 Thread Dave Cragg
At 11:15 am -0800 7/11/03, Paul Stary wrote: At 10:22 AM -0800 11/7/2003, Paul Stary wrote: This works great from within Revolution, but can't build a standalone of the stack that will open a Rev stack on the remote server. Don't see how that would be possible, as a Rev stack is a Revolution file,

Re: revGoURL help

2003-11-07 Thread Paul Stary
At 10:22 AM -0800 11/7/2003, Paul Stary wrote: This works great from within Revolution, but can't build a standalone of the stack that will open a Rev stack on the remote server. Don't see how that would be possible, as a Rev stack is a Revolution file, and as such needs the application Revoluti

Re: revGoURL help

2003-11-07 Thread Jeanne A. E. DeVoto
At 10:22 AM -0800 11/7/2003, Paul Stary wrote: This works great from within Revolution, but can't build a standalone of the stack that will open a Rev stack on the remote server. Don't see how that would be possible, as a Rev stack is a Revolution file, and as such needs the application Revoluti

Re: revGoURL help

2003-11-06 Thread Roger Guay
ubject: Re: revGoURL help To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" on 11.06.03 2:22 PM, Roger Guay wrote: I now understand what Klaus and others are saying about file path problems

RE: revGoURL help

2003-11-06 Thread Roger . E . Eller
> on mouseUp >set the itemDelimiter to "/" >put (item 1 to -2 of the effective fileName of this stack)&"/" into > myFolderName >get "file:"&myFolderName&"gen.html" >revGoURL it --- This works in Runtime but not in standalone > end mouseUp on mouseUp set the itemDelimiter to "/"

Re: revGoURL help

2003-11-06 Thread Tereza Snyder
on 11.06.03 2:22 PM, Roger Guay wrote: > I now understand what Klaus and others are saying about file path > problems, but how can I package my standalones (Mac and PC) with a file > "GenHTML" and have them able to locate and open this file? I solve the problem of packaging files, resources, and

RE: revGoURL help

2003-11-06 Thread Roger Guay
Thanks to all for a lot of useful information, but I'm still not achieving my goal. Which is to build a Standalone for Mac and PC and to have each of these to be able to open a file "Gen.html". I've got a file "Gen.html" on my desktop (OS X) along with my RunRev application. The following scri

Re: revGoURL help

2003-11-06 Thread Klaus Major
Hi Roger, Thanks very much, Klaus but I get the same result with your script. Hmmm... My file is still on the desktop . . . is that OK? Yes, as long as your standalone is also on the desktop... Means as long they are in the same folder it should work. Roger Regards Klaus Major [EMAIL PROTECTED]

Re: revGoURL help

2003-11-06 Thread Roger Guay
Thanks very much, Klaus but I get the same result with your script. My file is still on the desktop . . . is that OK? Roger Message: 11 Date: Thu, 6 Nov 2003 20:04:24 +0100 From: Klaus Major <[EMAIL PROTECTED]> Subject: Re: revGoURL help To: How to use Revolution <[EMAIL PROTECTED]>

Re: revGoURL help

2003-11-06 Thread Tereza Snyder
on 11.06.03 12:58 PM, Tereza Snyder wrote: >> I've got a file "Gen.html" on my desktop (OS X) along with my RunRev >> application. The following script will open "Gen.html" while in >> Runtime but the Standalone does not work: >> >> on mouseUp >> set the itemDelimiter to "/" >> put (item 1 to

Re: revGoURL help

2003-11-06 Thread Alex Rice
On Nov 6, 2003, at 11:40 AM, Roger Guay wrote: I've got a file "Gen.html" on my desktop (OS X) along with my RunRev application. The following script will open "Gen.html" while in Runtime but the Standalone does not work: Roger, I think in an OS X standalone, the defaultFolder refers to the fo

Re: revGoURL help

2003-11-06 Thread Klaus Major
Hi Roger, I've got a file "Gen.html" on my desktop (OS X) along with my RunRev application. The following script will open "Gen.html" while in Runtime but the Standalone does not work: on mouseUp set the itemDelimiter to "/" put (item 1 to -2 of the effective fileName of this stack)&"/" int

Re: revGoURL help

2003-11-06 Thread Tereza Snyder
on 11.06.03 12:40 PM, Roger Guay wrote: > I've got a file "Gen.html" on my desktop (OS X) along with my RunRev > application. The following script will open "Gen.html" while in > Runtime but the Standalone does not work: > > on mouseUp > set the itemDelimiter to "/" > put (item 1 to -2 of the

revGoURL help

2003-11-06 Thread Roger Guay
I've got a file "Gen.html" on my desktop (OS X) along with my RunRev application. The following script will open "Gen.html" while in Runtime but the Standalone does not work: on mouseUp set the itemDelimiter to "/" put (item 1 to -2 of the effective fileName of this stack)&"/" into myFolde