Bugs item #1506572, was opened at 2006-06-15 05:11
Message generated for change (Comment added) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1506572&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: Applet
Group: None
Status: Open
>Resolution: Works For Me
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Bob Hanson (hansonr)
Summary: Default background color

Initial Comment:
Hi,

With earlier versions of jmol, the user could setup the
default color for background, which I prefer to be
white instead of black.

With this new version this is not possible, unless jmol
is started with a startup script with a line
"background white". This procedure is not very obvoius.
However if I want to open a new window this will appear
with a black background. Couldn't the new window have
the same background as parent window?

Luis

----------------------------------------------------------------------

>Comment By: Bob Hanson (hansonr)
Date: 2006-06-15 08:22

Message:
Logged In: YES 
user_id=1082841

Luis,

Although this was tagged "application", I think it refers to
the applet. Just use

  jmolSetAppletColor("white");
  jmolApplet(300,...);

I'm not sure what you mean by "a new window" in this
context. If you are opening browser windows, you have full
control over what the background is using CSS or HTML. If by
"window" you mean the applet frame itself, then just use the
jmolSetAppletColor() command from Jmol-js.

Bob Hanson



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1506572&group_id=23629


_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to