GaNi
17th July 2010 18:08 UTC
[Help] Splash Plugin
Hello guys,
I just wanted to know, is there a way to Use Splash plugin until a process has finished executing ?
newadvsplash:: show xxxxxxxxxxxxxx
ExecWait "blabla.exe"
So that is splash would show an image until the process has exited. is there a way to do this, as i see all splash plugins have fade in,fade out and delay timer.
Which I donot wish to use.
Thank you!
MSG
17th July 2010 21:09 UTC
Try setting the timer to 99999999 and destroying it after the execwait is finished.
GaNi
18th July 2010 03:39 UTC
Thanks neko! aka MSG :)
MSG
18th July 2010 06:44 UTC
(I did in fact already tell you that, though.)
GaNi
18th July 2010 12:18 UTC
destroying it after the execwait is finished.
This phrase enlightened my mind up. In IRC i didn't get the idea because i was told only to set the delay timer to "99999999"..
Thanks!