Re: [Jmol-users] bug with echo?

2008-09-03 Thread Robert Hanson
I consider the fact that hide $my* does not extend to ECHO to be a bug. Jmol 11.6.RC13 will have hide/display/color/delete $*xxx* implemented for ECHO Bob On Wed, Sep 3, 2008 at 1:14 PM, Robert Hanson <[EMAIL PROTECTED]> wrote: > > > On Wed, Sep 3, 2008 at 12:25 PM, rspinney < > [EMAIL

Re: [Jmol-users] bug with echo?

2008-09-03 Thread Robert Hanson
On Wed, Sep 3, 2008 at 12:25 PM, rspinney <[EMAIL PROTECTED] > wrote: > I am not sure if these are bugs are not, but I have a couple of problems > with the echo command. First is set echo myecho hidden does not work, set > echo hidden does, i.e. it does not like the echo name being used. > Does

[Jmol-users] bug with echo?

2008-09-03 Thread rspinney
I am not sure if these are bugs are not, but I have a couple of problems with the echo command. First is set echo myecho hidden does not work, set echo hidden does, i.e. it does not like the echo name being used. The second one is based on the following code: x = "Point Group = " + script("calc

Re: [Jmol-users] Bug with echo 0% Y position

2008-02-16 Thread Bob Hanson
hmm, yes, I "fixed" labels in going to variable font ok, that's fixed for 11.5.8 Eric Martz wrote: >The following script worked in previous Jmol applet versions (I'm not >sure exactly how long ago): > >set echo viewNumber 0% 0%; >font echo 16 sans bold; >color echo [xCC]; >echo Now Show

Re: [Jmol-users] Bug with echo 0% Y position

2008-02-15 Thread Angel Herráez
I can cofirm Eric's observation. The problem is with 0% Y Same happens with 100% X, and it is no longer right-flushed, the text goes outside the panel even at 95% X. Maybe it's not wrong positioning, but wrong justification? It is OK in 11.4.RC5 Both 11.5.7 and 1.5.6 fail -

[Jmol-users] Bug with echo 0% Y position

2008-02-15 Thread Eric Martz
The following script worked in previous Jmol applet versions (I'm not sure exactly how long ago): set echo viewNumber 0% 0%; font echo 16 sans bold; color echo [xCC]; echo Now Showing View 1 Now, in 11.5.7, the echo is out of view, invisible, below the bottom of the Jmol viewport. If, afte