RE: name of .exe Rev app that sublaunches .rev file

2003-09-29 Thread Chris Sheffield
When your “stub” launcher has done its job, do you leave it in memory?  If
so, you could set a custom property in the main .exe and have your second
stack “get” that once it’s downloaded.  Just one idea off the top of my
head.  It’s no different from accessing properties for objects in different
stacks.

Chris Sheffield
Software Development
Read Naturally
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob Gould
Sent: Monday, September 29, 2003 4:11 PM
To: use-revolution use-revolution
Subject: name of .exe Rev app that sublaunches .rev file

I've got a Revolution app that is launched by an .exe file that I created in
Revolution as a stub launcher.  This stub launch has just 1 line of code
in it that tell it to run another .rev file from a web-site.  Is there a
way, within that .rev file on the web-site to determine the name of the .exe
file that launched it?  


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: name of .exe Rev app that sublaunches .rev file

2003-09-29 Thread Richard Gaskin
Rob Gould wrote:

 I've got a Revolution app that is launched by an .exe file that I created in
 Revolution as a stub launcher.  This stub launch has just 1 line of code in
 it that tell it to run another .rev file from a web-site.  Is there a way,
 within that .rev file on the web-site to determine the name of the .exe file
 that launched it?

If you're writing the standalone, why not just include a function in the
mainstack script to return any data you need?

If that won't work, you could get the staacks and walk through the list
getting the filename of each

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge: Publish any database on any Web site
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
 Tel: 323-225-3717   AIM: FourthWorldInc

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution