Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Asynchroneous WaitOnDialog() ?


1 reply to this topic

hickscorp

hickscorp
  • Members
  • 3 posts

Posted 01 March 2005 - 13:27

Hello there,

No answer to my previous question, so i try something else:

I have a DLL which downloads some files from the internet, everything is handled by a thread. I want to display progress of download on some SdDialog. So the code should looks like this:

while (nDownloadStat==0)
nDownloadState = DllDownloadStatusFunc();
WaitOnDialog("MyCustProgressDialog");
endwhile;

The problem is that WaitOnDialog blocks and so i need some asynchroneous function to check the form events...

Any help appreciated.
Thanks a lot!

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 March 2005 - 16:30

It's possible (SdShowMsg does this) but I don't remember how. Try looking at the samples and searching the help. Or maybe someone else remembers?