Bugs item #1613231, was opened at 2006-12-11 09:44
Message generated for change (Comment added) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1613231&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: Scripting
Group: v11
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Angel Herraez (aherraez)
Assigned to: Nobody/Anonymous (nobody)
Summary:  jmolSetAppletColor is not working

Initial Comment:

jmolSetAppletColor() does not work in 11.0RC1

Example:
jmolInitialize("./")
jmolSetAppletColor('orange')
jmolApplet(400)

The applet gets orange, then quickly switches to black.




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

>Comment By: Bob Hanson (hansonr)
Date: 2006-12-15 14:03

Message:
Logged In: YES 
user_id=1082841
Originator: NO

This is a Jmol.js bug

Can someone take care of this?

The block:

  params: {
        progressbar: "true",
        progresscolor: "blue",
        boxbgcolor: "black",
        boxfgcolor: "white",
        boxmessage: "Downloading JmolApplet ...",
        bgcolor: "black"
},

needs to read just:

  params: {
        progressbar: "true",
        progresscolor: "blue",
        boxbgcolor: "black",
        boxfgcolor: "white",
        boxmessage: "Downloading JmolApplet ...",
        },


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1613231&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

Reply via email to