neurus
15th April 2003 10:35 UTC
not showing NSISdl window
I'm using the NSIS download plugin to download a file but I don't see any window of download progress or something similar. I see the downloading is done cos I can see the file.exe in my directory.
I use
NSISdl::download http://host/file.exe file.exe
Is it maybe because i'm using it inside the Function .onInit?
kichik
15th April 2003 10:52 UTC
Yes, it's because you're calling it from .onInit. In .onInit there's no window yet that NSISdl can take over so it shows nothing. If you want the window to show before any other window you can create a custom page and put the code in its creator function.
neurus
15th April 2003 12:21 UTC
it woks, tnxs
Hag Sameach
kichik
15th April 2003 12:55 UTC
Hag Sameach :)
(happy holiday in Hebrew)