Requesters (Modal Windows)

3 posts / 0 new
Last post
dbstastny
dbstastny's picture
Offline
Last seen: 2 years 3 months ago
Joined: 2017-02-04 00:01
Requesters (Modal Windows)

I have been reading about using Requester and creating a Modal Window. The Requester looks like it only works for a single window. So how would I approach disabling multiple windows with one Requester. As example of what I am questioning. If I run DM2 there are 3 application windows 2 directories and one command window. If I open the Preferences from the menu it makes all 3 of those windows disabled for input while the modal preference requester is open.

Can someone point me in right direction?

Regards
Doug

broadblues
broadblues's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2012-05-02 21:48
Re: Requesters (Modal Windows)

Do

SetAttrs(windowobject,WA_BusyPointer,TRUE,TAG_DONE);

for each window you need disabled.

then back to FALSE after the requester window closes.

broadblues
broadblues's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2012-05-02 21:48
Re: Requesters (Modal Windows)

double post someow....

Log in or register to post comments