I get it.
2011/9/23 Angel Herráez
> > What's the goal of JmolToSigned?
> >
> > Looks to me like it just returns a file name.
>
>
> It **assigns** a file name to the _jmol.archivePath variable. This
> allows the page to destroy an applet and replace it with the signed
> applet.
>
> Or that's the
> What's the goal of JmolToSigned?
>
> Looks to me like it just returns a file name.
It **assigns** a file name to the _jmol.archivePath variable. This
allows the page to destroy an applet and replace it with the signed
applet.
Or that's the idea
--
What's the goal of JmolToSigned?
Looks to me like it just returns a file name.
On Fri, Sep 23, 2011 at 8:01 AM, Jonathan Gutow wrote:
> Once you've got the state, all I did was make a little function that
> toggles the setting to use the signed applet in Jmol.js. You could do it
> from outside
Good; thanks, Jonathan
I vote for having this jmolToSigned() added to Jmol.js
I know it may need further testing, but it seems to work fine and
having it there is the good way to have it tested.
--
All of the data ge
Once you've got the state, all I did was make a little function that toggles
the setting to use the signed applet in Jmol.js. You could do it from outside
Jmol.js, but I think that is a bad programming habit. Here's the function I
added to Jmol.js in the form of a patch.
@@ -139,6 +139,10 @@
Thanks Bob!
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes thi
var state = jmolGetPropertyAsString("stateInfo")
...
jmolScript(state)
2011/9/23 Angel Herráez
> Jonathan, I'm trying to use this idea of replacing the applet with
> the signed vesion on request.
> Coud you share the scripts you use for retrieving the state and
> applying ti again after the app
Jonathan, I'm trying to use this idea of replacing the applet with
the signed vesion on request.
Coud you share the scripts you use for retrieving the state and
applying ti again after the applet has been replaced? I'm stuck
trying jmolEvaluate('state'), show state, print state...
Thanks a
Sorry, I've been in transit for about the last 16 hours and didn't get all
these messages in order. Below are my comments based on testing.
On Jun 18, 2011, at 10:55 AM, Robert Hanson wrote:
> There you go - that's it! #2. Just use the code at
> http://chemapps.stolaf.edu/jmol/docs/examples-12/
There you go - that's it! #2. Just use the code at
http://chemapps.stolaf.edu/jmol/docs/examples-12/JmolPopup.htm
I think it's as easy as opening that page from the original with the ?SIGNED
option on the command line.
Bob
2011/6/18 Angel Herráez
> Hi Jonathan
>
> I have not strong confidenc
Hi Jonathan
I have not strong confidence on this, but I will drop a couple of comments
1. I'd guess that changing the archive parameter on the fly will need thorough
cross-browser
evaluation. Do your Sage pages have a single JmolApplet in them? Otherwise,
the shift will
not work. As I recall
11 matches
Mail list logo