Re: [Jmol-users] broken arrow movement 13.0.8 and 12.3.27

2012-11-14 Thread Cox, Arthur G.
Thanks Bob! I can see the control points on the arrow, if it is appropriately sized, but still no ability to move it. From: Robert Hanson [mailto:hans...@stolaf.edu] Sent: Monday, November 12, 2012 6:57 PM To: jmol-users@lists.sourceforge.net Subject: Re: [Jmol-users] broken arrow movement

Re: [Jmol-users] broken arrow movement 13.0.8 and 12.3.27

2012-11-14 Thread Robert Hanson
using SHIFT or ALT? On Wed, Nov 14, 2012 at 7:55 AM, Cox, Arthur G. a...@southuniversity.eduwrote: Thanks Bob! ** ** I can see the control points on the arrow, if it is appropriately sized, but still no ability to move it. ** ** *From:* Robert Hanson

Re: [Jmol-users] Position of JSmol Container

2012-11-14 Thread Angel Herráez
Hi Otis Try to set CSS style of the container div to be position:relative at least, or maybe you need position:absolute and see if it makes a difference The positioning works, but as I increase margin-left, mouse-zoom versus mouse-rotate creeps across the canvas from the right,

Re: [Jmol-users] Position of JSmol Container

2012-11-14 Thread Otis Rothenberger
Thanks for the suggestion Angel, but no luck. I tried several variations of position. The right zoom region is just expanding as I move the canvas position to the right. Otis -- Otis Rothenberger o...@chemagic.com http://chemagic.com On Nov 14, 2012, at 11:04 AM, Angel Herráez wrote: Hi

Re: [Jmol-users] JSmol versus Jmol Discrepancy in Inline Model Loading?

2012-11-14 Thread Robert Hanson
On Wed, Nov 14, 2012 at 12:33 AM, Evans, Michael James evan...@illinois.edu wrote: Bob et al., I'm seeing a discrepancy between JSmol and Jmol in the handling of inline data via commands like: load data model|a bunch of inline data|end model; If you visit this page, download

Re: [Jmol-users] Position of JSmol Container

2012-11-14 Thread Rolf Huehne
On 11/14/2012 04:56 PM, Robert Hanson wrote: right now there is no minimization because I haven't settled on the equivalent of a thread in JavaScript, and actually, I specifically have not included the minimization code in the JavaScript version. So it might be a little premature for this, but

Re: [Jmol-users] JSmol versus Jmol Discrepancy in Inline Model Loading?

2012-11-14 Thread Evans, Michael James
Gotcha. Replacing the vertical bars with newlines did the trick! Thanks, Bob! I still have a few kinks to work out with MO file parsing; hence the division by zero error. Cheers, Mike From: Robert Hanson [hans...@stolaf.edu] Sent: Wednesday, November 14, 2012

[Jmol-users] JSmol Question

2012-11-14 Thread Otis Rothenberger
Bob, If I am directing the page load toward HTML5 only, do I have any inherent JavaScript model loaded notice (variable) available? Otis -- Otis Rothenberger o...@chemagic.com http://chemagic.com -- Monitor your

Re: [Jmol-users] JSmol versus Jmol Discrepancy in Inline Model Loading?

2012-11-14 Thread Evans, Michael James
One thing that's been a bit puzzling: Jmol.scriptWaitAsArray is returning a string, not an array. Try it on the test page: http://chemapps.stolaf.edu/jmol/jsmol/test2.htm Opening a web console and typing the following returns a string of [object Array]s. I'm guessing that's not the intended

Re: [Jmol-users] broken arrow movement 13.0.8 and 12.3.27

2012-11-14 Thread Cox, Arthur G.
Correct. Curve can be moved with ALT or SHIFT, but not the arrow. From: Robert Hanson [mailto:hans...@stolaf.edu] Sent: Wednesday, November 14, 2012 11:03 AM To: jmol-users@lists.sourceforge.net Subject: Re: [Jmol-users] broken arrow movement 13.0.8 and 12.3.27 using SHIFT or ALT? On Wed, Nov

Re: [Jmol-users] JSmol Question

2012-11-14 Thread Robert Hanson
you have all the normal callback methods. On Wed, Nov 14, 2012 at 2:47 PM, Otis Rothenberger osrot...@chemagic.comwrote: Bob, If I am directing the page load toward HTML5 only, do I have any inherent JavaScript model loaded notice (variable) available? Otis -- Otis Rothenberger

Re: [Jmol-users] JSmol Question

2012-11-14 Thread Robert Hanson
also, if you use script commands, it probably waits anyway. There's only one thread, and all files are loaded synchronously. So it's not like Jmol, where you don't know if it is done yet. On Wed, Nov 14, 2012 at 2:47 PM, Otis Rothenberger osrot...@chemagic.comwrote: Bob, If I am directing