[Jmol-users] JSmol Question

2013-01-23 Thread Otis Rothenberger
Bob, I've discovered that iPad actually has a hover that allows me to select a bond in JSmol prior to a conformation rotation. So this hover/click movement sets me up for conformation. I'm currently using the following binding for this: bind CTRL-LEFT select WITHIN(BRANCH,{atomno=rot1},

[Jmol-users] help - Question about JSmol

2013-01-23 Thread Jonathan Gough
Firstly I would like to thank everyone for their hard work on JSmol and Jmol; Incredible, I love it! I am working on a website to help students here at LIU who are taking organic chemistry. I believe I have figured out how to implement JSmol. In my testing however, I have only been able to get

Re: [Jmol-users] help - Question about JSmol

2013-01-23 Thread Robert Hanson
Thank you -- glad you find it useful. When you copied the files, whatever program you used inadvertently added extra linefeeds between the lines. So You got: 'div id=__jsmolformdiv__ style=display:none\ form id=__jsmolform__ method=post

Re: [Jmol-users] JSmol Question

2013-01-23 Thread Robert Hanson
you can certainly use UNBIND LEFT to unbind LEFT-CLICK. On Wed, Jan 23, 2013 at 7:34 AM, Otis Rothenberger osrot...@chemagic.comwrote: Bob, I've discovered that iPad actually has a hover that allows me to select a bond in JSmol prior to a conformation rotation. So this hover/click

Re: [Jmol-users] help - Question about JSmol

2013-01-23 Thread Jonathan Gough
Thanks for getting back to me Bob, I am using a mac, but I didn't edit those files. In fact, I re-downloaded everything and the problem is the same. I even used wget from a linux box to grab the files from your machine and they are identical. if you go to

[Jmol-users] What do you need so the left click-menu pops up?

2013-01-23 Thread Jonathan Gough
I can't seem to figure out what needs to be present in your code such that the menu of options pops up when you right click on a window in jsmol? Thanks jonathan -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012,

Re: [Jmol-users] help - Question about JSmol

2013-01-23 Thread Robert Hanson
On Wed, Jan 23, 2013 at 4:09 PM, Jonathan Gough jonathan.d.go...@gmail.comwrote: Thanks for getting back to me Bob, I am using a mac, but I didn't edit those files. In fact, I re-downloaded everything and the problem is the same. I even used wget from a linux box to grab the files from

Re: [Jmol-users] JSmol Question

2013-01-23 Thread Otis Rothenberger
Bob, OK, finally. I was screwing up with missing quotes on the bind. I had them in what I pasted below, but they were missing in my code. You can conformation rotate about a bond on an iPad. The hover on the bond is a bit tricky, but there's a learnable rhythm involved - touch/up/touch/up. It

Re: [Jmol-users] JSmol Question

2013-01-23 Thread Robert Hanson
isn't that called a double-click? :) On Wed, Jan 23, 2013 at 9:56 PM, Otis Rothenberger osrot...@chemagic.comwrote: Bob, OK, finally. I was screwing up with missing quotes on the bind. I had them in what I pasted below, but they were missing in my code. You can conformation rotate about a

Re: [Jmol-users] What do you need so the left click-menu pops up?

2013-01-23 Thread Robert Hanson
you're not supposed to need anything. It's the same problem in j2s/core/coremenu.z.js that you had with the JSmolCore.js - unterminated string literal. You need to unzip http://chemapps.stolaf.edu/jmol/jsmol.zipand use those files, transferring them properly to your server. I'm pretty sure that's