It's intentional. Note that with Jmol 11.9.2 you have the option to load the script and override any paths in that file. I'm pretty sure that's what you want, Jonathan.
# new feature: script LOCALPATH "xxx" and write script LOCALPATH "xxx" # either on reading or writing sets all LOCAL file references in script # to be within the path indicated. For example, # # write script LOCALPATH "" "tx.spt" # # will create a script "tx.spt" stripping all file paths from file names -- that is, # a script that assumes all files are in the current directory. # # script LOCALPATH "data" "tx.spt" # # will convert a reference "C:/temp/myfile.xyz" in script "tx.spt" to "data/myfile.xyz" # # file references including the LOCALPATH will be truncated: # "C:/temp/data/myfile.xyz" will become simply "data/myfile.xyz" # # new feature: script REMOTEPATH "xxx" and write script REMOTEPATH "xxx" # same as LOCALPATH, but only changes http: https: or ftp: references # On Thu, Dec 17, 2009 at 3:59 PM, Jonathan Gutow <[email protected]> wrote: > As I've been playing with making user changes in the Jmol view > transfer to pop-up applets I've run into the fact that the returned > stateinfo does not include the setting of defaultdirectory. Is this > intentional? If so I can work around it. If not are there any > objections to putting it in? > > Jonathan > Dr. Jonathan H. Gutow > Chemistry Department [email protected] > UW-Oshkosh Office:920-424-1326 > 800 Algoma Boulevard FAX:920-424-2042 > Oshkosh, WI 54901 > http://www.uwosh.edu/facstaff/gutow > > > > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Jmol-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jmol-developers > -- Robert M. Hanson Professor of Chemistry St. Olaf College 1520 St. Olaf Ave. Northfield, MN 55057 http://www.stolaf.edu/people/hansonr phone: 507-786-3107 If nature does not answer first what we want, it is better to take what answer we get. -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
