On Donnerstag, 16. September 2010, danny wrote: > Yet another quick question. I have two sub-projects in a multi-project. One > is the main project. I am trying to run a script in the non-main project > via F2, and the Eric Run Script dialog comes up. I set the working > directory to a place in the non-main sub-project directory where I am > keeping some important files. A dialog runs at the opening of the > application where I am trying to load one of the important files. > Unfortunately, the load file dialog is starting at the location of .e4m > file, not the working directory I specified in the Run Script dialog. Once > again, am I doing something wrong here?
Did you load the .e4m file via a file selection dialog? If so, you see the normal Qt behavior because Qt remembers the last location the file dialog was used (unless you tell the file dialog otherwise). Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
