Bugs item #955762, was opened at 2004-05-18 11:50 Message generated for change (Settings changed) made by migueljmol 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 (migueljmol) 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: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
