Quote:
when window turned on ....
i can use timer ... but wondered if there is any easyer way ..


the only way to do what you want, would be to use a timer (i believe). and it's not that hard either :tongue:
could be something like :
Code:
On *:TEXT:(words):#: {
  /window @test 
  /timerwclose 1 3 /window -c @test
} 
 


the above code is just an example of one way it could be done.
and as for the fading... you got me on that one.. perhaps someone else maybe able to help with that..

thx smile
my code already working with a timer .
i thought maybe there is something im missing and can be done without it ...
is there a code to add infornt of a code to wait few secs for the execute of it ? :P
and again , maybe there is a command to pop up a program that runing infront of everything without all this mess ?
thx

hope this helps ya some.. [/quote]