Hi Bob,

> Dave, the latest uses
> 
> file.model
> 
> so you have in that case
> 
> 1.1
> 1.2
> 2.1
> 
> 
> Since you can use "2.1" now in any situation now that you would have 
> otherwised used "2001", shall I just change _modelnumber to read "1.1" 
> "2.1" etc. , in the cases of multifile loading? 

That would be nicer IMHO. What I would really like at the 
moment is two separate variables 
_fileNumber and _modelNumberInFile, so 
you could use some command like

echo File: %{_fileNumber} Model: %{_modelNumberInFile}

and get 
File: 1 Model: 1
File: 1 Model: 2
File: 2 Model: 1

or 

echo filename Model: %{_modelNumberInFile}

i.e. decouple the file number from the model number for 
circumstances where you don't want to display both.
Like I said, nit-picking! No big deal if it's difficult.

Thanks,

Dave

> It could still be the 
> model number 1 2 3 in the case of single-file loads (PDB MODEL tag 
> number in those cases).
> 
> Bob
> 
> 
> [EMAIL PROTECTED] wrote:
> 
> >Bob,
> >
> >Thanks for the work you've done on the frame
> >command and the variable access. I've got
> >a nit-picky suggestion :
> >
> >I've been using echo %{_modelNumber} with multiple
> >files loaded, and find that you get the numbers
> >in the format 1001, 1002.. 2001 etc, which is
> >a bit confusing to the end user. Would
> >it be possible to have separate variables _fileNumber
> >and _modelNumber (or whatever names you prefer), so 
> >you could echo things like "File 1, Frame 2" ?
> >
> >
> >Thanks,
> >
> >Dave
> >  
> >
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Jmol-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
-- 
  Dave Evans
  [EMAIL PROTECTED]
  http://www.davidaevans.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to