You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
> The reason i mention it is of course it's handy
> but also to have replies from PB if this is
> a proper way (2 message loops??)
DIALOG SHOW MODELESS does not create a message loop. If you use MODELESS you have to "pump" messages "manually" every so often by using DIALOG DOEVENTS.
Your technique is perfectly valid when you're using the Windows API to create a dialog. I do it all the time... Create a basic window with a "loading" message, display it, use UpdateWindow, load some data, display it, etc. etc., then finally start the main message loop. But somebody from PowerBASIC will have to tell us whether or not it will interfere with the inner workings of DDT.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment