Shoutbox

Automatically change status after file transfer? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: Automatically change status after file transfer? (/showthread.php?tid=75556)

Automatically change status after file transfer? by Tuxman on 06-23-2007 at 02:36 PM

Hi,

is there a possibility to automatically go invisible when file transfers are completed?


RE: Automatically change status after file transfer? by absorbation on 06-23-2007 at 07:08 PM

There appears to be no function to detect when a file transfer ends. The Messenger API is very limited for file transfers :).


RE: Automatically change status after file transfer? by toddy on 06-23-2007 at 07:10 PM

quote:
Originally posted by absorbation
There appears to be no function to detect when a file transfer ends. The Messenger API is very limited for file transfers :).
OnEvent_DownloadFileComplete ?
RE: Automatically change status after file transfer? by absorbation on 06-23-2007 at 07:12 PM

quote:
Originally posted by toddy
OnEvent_DownloadFileComplete ?

Really, wow :O. I feel really stupid now, I must of totally missed it :$.
RE: Automatically change status after file transfer? by toddy on 06-23-2007 at 07:14 PM

events reference > messenger plus! events


RE: Automatically change status after file transfer? by pollolibredegrasa on 06-23-2007 at 07:33 PM

That event is nothing to do with file transfers, it is only for files downloaded using scripts:

quote:
OnEvent_DownloadFileComplete:
The OnEvent_DownloadFileComplete event is fired when a download operation previously initiated by MsgPlus::DownloadFile completes.

absorbation was correct in stating there is unfortunately no built in method to detect the end of a file transfer.
RE: Automatically change status after file transfer? by toddy on 06-24-2007 at 01:28 AM

quote:
Originally posted by fatfreechicken
That event is nothing to do with file transfers, it is only for files downloaded using scripts:



absorbation was correct in stating there is unfortunately no built in method to detect the end of a file transfer.
well i wasn't sure.

i'd had a mess around with OnEvent_DownloadFileComplete, but couldn't get it to work. i was working off the fact that i'm a newb when it coming to scripting tho, so thought it may be possible for the more advanced, get not !
RE: Automatically change status after file transfer? by Tuxman on 06-24-2007 at 05:21 PM

So there's no chance? :(

Well, thanks..