Feature Requests item #2217513, was opened at 2008-11-03 09:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379136&aid=2217513&group_id=23629
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: cpudney (cpudney) Assigned to: Nobody/Anonymous (nobody) Summary: loadType parameter for JmolApplet Initial Comment: G'day, There are instances in which the Resolver infers the wrong format for data passed to JmolApplet using the loadInline parameter, e.g. http://www.mail-archive.com/[EMAIL PROTECTED]/msg11466.html It would be useful if it were possible to bypass the Resolver by specifying to the applet the format of the data in the loadInline parameter. This would mirror the behaviour of the "load" script command: http://chemapps.stolaf.edu/jmol/docs/#load One possible approach might be to add a loadType parameter which is passed one of the supported format identifiers. If loadType is not supplied (or is invalid) then the Resolver is used to determine the data format, e.g. <param name="loadType" value="MopacGraphF" /> <param name="loadInline" value=" 4 MOPAC-Graphical data Version 2007.7.156W| 8 0.0000000 0.0000000 0.0000000 -0.4225| 6 1.2108153 0.0000000 0.0000000 0.2364| ..." /> would solve the problem in the aforementioned example. The Jmol.js library could also provide an interface to this new parameter. Thanks, Chris. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379136&aid=2217513&group_id=23629 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
