OK, Nico, anytime you want to build 11.0.RC1 (Is that what we are 
calling it?) is OK with me. Nothing in the works from this end. I have 
updated the interactive documentation to reflect 11.0 as a static entity 
and 11.1 as the development version.

Egon, remember our discussion of command option lists? Check out the new 
method now part of 11.1:

public static String Token.getCommandSet(String strBegin)

This delivers viable commands based on initial letters. It should be 
what you were interested in in terms of showing people what options are 
available. This won't be extended past the first word of the command -- 
the command name -- as many of the parameters are not tokenized. But at 
least between it and checkCommand(String command) it should allow for 
better user feedback. Have you checked out how this works at the Jmol 
application command prompt? Color indicates if you have a valid command.

Also, about MNG. Are you still interested in this? It wouldn't be hard 
at all to set up a frame-based animation sequence as MNG. It would only 
involve putting together a few more PNG-like records that introduce the 
PNG frames. TransformManager moveTo() or in general scripted animations 
would be trickier but probably doable.

By the way, I noticed that compression was not enabled in the PNG 
writer. With a compression level of 2 we get at least 10:1 compression, 
so I set it there after some experimentation.

Bob





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to