Feature Requests item #1659295, was opened at 2007-02-13 14:58
Message generated for change (Comment added) made by hansonr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1659295&group_id=23629
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface Improvements
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Dean Johnston (deanjohnston)
>Assigned to: Bob Hanson (hansonr)
Summary: Force applet not to repaint
Initial Comment:
I'd like to be able to load and set up a molecule without the user seeing all
the setup (loading, rotating, bond creation, etc.) Since the new molecule is
virtually identical to the currently loaded molecule, the user doesn't need to
know that a new molecule has been loaded.
I've implemented this locally as a new "set noRepaint true | false" scripting
option. I'd like to see it incorporated in the official version.
Here is what I've done locally, but there's probably a better way:
(from Viewer.java)
private void render1(Graphics g, Image img, int x, int y) {
if (g == null || noRepaint)
return;
...
The noRepaint value gets set in the setBooleanProperty method.
Dean Johnston
----------------------------------------------------------------------
>Comment By: Bob Hanson (hansonr)
Date: 2007-02-20 10:14
Message:
Logged In: YES
user_id=1082841
Originator: NO
this was a bug in "set refreshing false"
it is fixed for 11.1.14 - no need for another variable.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1659295&group_id=23629
-------------------------------------------------------------------------
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