Bugs item #1613231, was opened at 2006-12-11 16:44
Message generated for change (Comment added) made by aherraez
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: Closed
>Resolution: Fixed
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: Angel Herraez (aherraez)
Date: 2006-12-15 22:01

Message:
Logged In: YES 
user_id=1065324
Originator: YES

Fixed, tested and commited.

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

Comment By: Angel Herraez (aherraez)
Date: 2006-12-15 21:59

Message:
Logged In: YES 
user_id=1065324
Originator: YES

Thanks, Bob

I knew it is Jmol.js, but didn't dare to fiddle with the code.
Since you've given the solution, I'll apply it and commit the change. 



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

Comment By: Angel Herraez (aherraez)
Date: 2006-12-15 21:52

Message:
Logged In: YES 
user_id=1065324
Originator: YES

Thanks, Bob

I knew it is Jmol.js, but didn't dare to fiddle with the code.
Since you've given the solution, I'll apply it and commit the change. 



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

Comment By: Bob Hanson (hansonr)
Date: 2006-12-15 21: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