[Jmol-users] more question about zoom factor

2011-07-18 Thread Yingjie Lin
Hi Jmol, I wonder whether there's a way to know the current zoom factor or percentage. For example, I have zoomPercent = 150; zoom {*} @zoomPercent; Then I scroll my mouse to zoom in or out. Apparently, this should change the zoom factor, but how do I know the latest zoom factor and update

Re: [Jmol-users] more question about zoom factor

2011-07-18 Thread Angel Herráez
Hi Yingie Open the script console and type show zoom -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on Lean Startup Secrets Revealed. This

Re: [Jmol-users] more question about zoom factor

2011-07-18 Thread Robert Hanson
x = getProperty(orientationInfo.zoom) On Mon, Jul 18, 2011 at 11:32 AM, Yingjie Lin yingjie@mssm.edu wrote: Hi Jmol, I wonder whether there's a way to know the current zoom factor or percentage. For example, I have zoomPercent = 150; zoom {*} @zoomPercent; Then I scroll my mouse to

[Jmol-users] a question about zoom

2008-08-19 Thread Thomas Stout
Hi All -- I've been mucking about with zoom today and wondered this: is it expected behavior that the 100% level for zoom should be held constant for a loaded model? What I mean is this: when a structure is loaded, the 100% level is calculated by Jmol to be the factor at which all atoms are

Re: [Jmol-users] a question about zoom

2008-08-19 Thread Reichsman Frieda
Hi Thomas, I think what you are looking for is fulfilled by the zoomto command. zoomto (atomset) 0 will bring the atomset to (approximately) occupy the applet display. I don't think this (the zero) is implemented for zoom, but I have not tried it. Also, zoomto has a timing parameter, so if