Re: [Jmol-users] unexpected image scaling

2008-08-27 Thread Robert Hanson
Thanks. [States as attachments would be better] That's fixed for 11.6.RC11. On Tue, Aug 26, 2008 at 3:03 PM, Thomas Stout <[EMAIL PROTECTED]>wrote: > > I have a stripped down Jmol implementation that I am using for debugging. > It contains nothing but the applet: > > > > > > > Testing Jmol >

Re: [Jmol-users] unexpected image scaling

2008-08-27 Thread Thomas Stout
So, just to be thorough: it still does it for me in version 11.6RC10. I've tested Firefox 3.0 on linux, Firefox 3.0.1 on WinXP, IE on WinXP and Safari on WinXP -- all behave similarly. Turning on and off "set antialiasdisplay" does appear to be the trigger -Tom Here's a state dump: # Jmol

Re: [Jmol-users] unexpected image scaling

2008-08-27 Thread Robert Hanson
yes, absolutely you must use the latest version if you are using any RC at all. On Tue, Aug 26, 2008 at 3:03 PM, Thomas Stout <[EMAIL PROTECTED]>wrote: > > I have a stripped down Jmol implementation that I am using for debugging. > It contains nothing but the applet: > > > > > > > Testing Jm

Re: [Jmol-users] unexpected image scaling

2008-08-26 Thread Thomas Stout
I have a stripped down Jmol implementation that I am using for debugging. It contains nothing but the applet: Testing Jmol jmolInitialize("./"); jmolSetAppletColor("black"); jmolApplet(512, "script testecho.spt;", 0); And the script "testecho.spt" contains the following: set antia

Re: [Jmol-users] unexpected image scaling

2008-08-26 Thread Robert Hanson
I cannot reproduce this problem. Are you sure you have not already defined mybackground PRIOR to the set fontscaling false command? set fontscaling only affects echos created after its invocation. On Mon, Aug 25, 2008 at 5:34 PM, Thomas Stout <[EMAIL PROTECTED]>wrote: > > Interesting. > > I

[Jmol-users] unexpected image scaling

2008-08-25 Thread Thomas Stout
Interesting. I have found today that "set antialiasDisplay ON" forces scaling of images even when "set fontscaling false" is set. Expected or no? I was surprised & it took me a while to narrow it down to this one setting -Tom Here are some commands for testing: set antialiasDisplay ON