i have added a new item on help menu , that calls one of my plugin's methods.
But when i click it , amsn freezes until the plugin executes , that take a little time , because i have at least 1  "after 10000"


My plugin method method is something like:
    
while  something [it will execute at most 3 times] {
     ::MSN::changeStatus "NLN"
      a lot of things ...
      after 10000
      a few things
      ::MSN::changeStatus "BSY"
}


any help ?




On 5/20/06, Youness Alaoui <[EMAIL PROTECTED]> wrote:
after 10000 "command" should not block amsn and it should work for
delaying the execution of the command.. see if the blocking is not because
of something else (like a tkwait or something)

KKRT

On Sat, 20 May 2006 17:11:13 -0400, Salatiel Filho
<[EMAIL PROTECTED]> wrote:

> Hi ,  how can i delay the execution of one line of my plugin ?
> I tried to use after 10000 COMMAND , but apparently this blocks amsn
> entirely.
> Is there another command that doesn't block amsn ?
>
>



--
KaKaRoTo


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel



--
[]'s
Salatiel

"O maior prazer do inteligente é bancar o  idiota
   diante de um  idiota que banca o inteligente".

Reply via email to