I have a stripped down Jmol implementation that I am using for debugging.
It contains nothing but the applet:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="English" />
<title>Testing Jmol</title>
<script type="text/javascript" src="Jmol.js"></script>
<script type="text/javascript" src="new.js"> </script>
</head>
<body>
<script type="text/javascript" mayscript="true">
jmolInitialize("./");
jmolSetAppletColor("black");
jmolApplet(512, "script testecho.spt;", 0);
</script>
<br>
</body>
</html>
And the script "testecho.spt" contains the following:
set antialiasdisplay ON;
set echo none;
set frank off;
set fontscaling false;
set echo depth 0;
set echo mybackground 43% 83%;
set echo mybackground image "star2.gif";
I am still using the applet of version 11.6RC7 -- perhaps I should download
and test whatever the most current RC version is today.....
-Tom
On Tue, Aug 26, 2008 at 8:56 AM, Robert Hanson <[EMAIL PROTECTED]> wrote:
> I cannot reproduce this problem. Are you sure you have not already defined
> mybackground PRIOR to the set fontscaling false command?
> set fontscaling only affects echos created after its invocation.
>
>
>
> On Mon, Aug 25, 2008 at 5:34 PM, Thomas Stout <[EMAIL PROTECTED]>wrote:
>
>>
>> Interesting.....
>>
>> I have found today that "set antialiasDisplay ON" forces scaling of images
>> even when "set fontscaling false" is set.
>>
>> Expected or no? I was surprised & it took me a while to narrow it down to
>> this one setting....
>>
>> -Tom
>>
>> Here are some commands for testing:
>>
>> set antialiasDisplay ON; #ON results in scaling the star, OFF gives
>> no scaling
>> set echo none;
>> set fontscaling false;
>> set echo depth 0;
>> set echo mybackground 50% 50%;
>> set echo mybackground image "star2.gif";
>>
>>
>> PS -- This is all prior to loading a molecule. I am having the Applet
>> come up with a "logo" and then urging the user to pick a structure for
>> display....
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Jmol-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jmol-users
>>
>>
>
>
> --
> Robert M. Hanson
> Professor of Chemistry
> St. Olaf College
> Northfield, MN
> http://www.stolaf.edu/people/hansonr
>
>
> If nature does not answer first what we want,
> it is better to take what answer we get.
>
> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Jmol-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users