Hi all..
getting a little frustrated here and would very much LOVE some help.
Here is my problem:
I cant understand ( nor find ) this option that will allow Opus to search my publication on its own and find the data I need.
the ONLY way I can achieve this is to " HARD-WIRE" my paths....
for example I create a project that reads a name address and age.
Firstly, I create a new directory on my C drive ( for example ) and call the project " Who are you Version 1.0"
then , on my C:\ drive , I create ANOTHER folder called "DATA". -INSIDE that folder there are 3 more separate folders NAME, ADDRESS, AGE. with a "text" file containing the required information in each.
During development, this all works fine for example:
to find these variables here is how its done step by step...
ON SHOW
read from disk file C:\ DATA\NAME\name.txt save to variable < name>
read from disk file C:\ DATA\ADDRESS\address.txt save to variable <address>
read from disk file C:\ DATA\AGE\age.txt save to variable <age>
At this point, lets assume that when it runs the name address and age are displayed. ( fine so far )....BUT!!!!
when I publish ( as you realize ) I have to take this folder called "DATA" which contains the name address and age folders ( and their text files ) and manually place that on the C drive on every machine Im going to be using that publication on...and why? - obviously, because this is the set path opus needs to find these elements.
what I am VERY unclear about is this....
I have looked up in Opus help for these things called cheverons ( double chevrons ? ) cant find it any place.... << >> are these the symbols? how do I use hem?
if I DO find these things ( apparently these are the things I need to use in order for Opus to find my " Data" folder on its own.
1: When does Opus find these files by self searching?. ...during development or ONLY AFTER publication?
I am unsure here...even IF I manage to have opus "find" my "DATA" folder, do I have to copy and paste the DATA folder MANUALLY after I PUBLISH the project for Opus to find it? - or can Opus do that for me as well during the publication process?
2:.....when I'm actually DESIGNING the project...where should this "DATA" folder reside inside? is it the RESOURCE folder?, or will within the folder I am using to hold my .imp files?
Hard-wire a path back and forth is easy ( THAT bit I get ) but how the HECK does Opus manage to find the files I want ? - and if it searches and finds them on its own, does that mean I can just create a single folder and toss all the needed .txt files and pics into a single folder and let Opus sort them out without having to split them up into.. name\name.txt ( for example )...... and just dump it all in one big folder?
its soooooo confusing!!!!