> I am stuck making the JMol button 'immediate' though - in other words,
> make the button press itself as soon as it comes into existence.  in a
> Chime button, the syntax would be
>
> mode="immediate"
>
> is there any such beast for the JMol button?  I tried state="true" but
> that did not work.
 <param name="state" value="true">
Is what you do to have a Toggle or Radio be selected by default.

I can easily write this for you, but I need a little bit better
specification. Please confirm the following:

1. This "button" is never seen by an end-user
2. Only the 'script' fires, not the 'altscript'
3. It fires the 'script' as soon as the button is initialized

Rather than adding a new parameter name, it seems to me that we can reuse
the "type" button.

  <param name="type" value="immediate">

Does that make sense?

You will probably need to do the testing, because I don't have the
infrastructure set up for the infamous kludge. I can send you the compiled
applet directly via email.


Miguel





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to