Jacqueline,
I routinely use dynamic path allocation (i.e., relative to the stack). For example, to set the path to the folder "data" in the same folder as the stack, I routinely use (in Metacard/RR):
  --
  --  Get/Set Paths
  --
  put the filename of this stack into thePath
  set the itemdelimiter to "/"
  delete the last item of thePath
  put thePath&"/data/" into datapath

But, although this approach works with Metacard and RR, it doesn't work with DreamCard (at least, not DreamCard Player); I believe the archives of this list document this fact.


On 1-Feb-06, at 2:17 AM, [EMAIL PROTECTED] wrote:

John Vokey wrote:
A common problem with DreamCard is that the file paths are not the same
as MetaCard/RR.  So, if your stack loads images or other stacks,  it
will fail to locate them if you use dynamic path allocation.

I haven't had any trouble so far...how are they different? Is there
something I should be watching for?

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com

--
Please avoid sending me Word or PowerPoint attachments.
See <http://www.gnu.org/philosophy/no-word-attachments.html>

-Dr. John R. Vokey



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to