Bugs item #955762, was opened at 2004-05-18 11:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=955762&group_id=23629

Category: Scripting
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Miguel (michaelthoward)
Assigned to: Miguel (michaelthoward)
Summary: script queuing

Initial Comment:


---------------------------- Original Message
---------------------------- Subject: Re:
[Jmol-developers] Jmol goes Strap
From:    "Miguel" <[EMAIL PROTECTED]>
Date:    Tue, May 18, 2004 0:18
To:      [EMAIL PROTECTED]
Cc:      [EMAIL PROTECTED]
--------------------------------------------------------------------------

[snip]

> However, I can not send two commands directly  one
after the other. I have to sleep after each command.

The best way to send multiple commands is to just send
a longer script. Commands are separated by newlines (or
semicolons);

longScript = stript1 + "\n" + script2;

> Is this intended ? How long should I sleep ?

Hmmm ... I am sure that the current behavior is
probably buggy if you send one script immediately after
another.

Currently, scripts do not queue.
I am not sure exactly what to do about this.
It has been a while since I thought about it ... it
needs some work.

Q: Why do you want to send two scripts, one immediately
after the other?

Q: To solve your immediate problem, can you accomplish
what you need to by concatenating your scripts?


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to