CompuServe Messages

Modula and IDCMP

    05-May-87 23:07:35
Sb: #66457-Modula and IDCMP
Fm: Steve Faiwiszewski 74106,425
To: Mike Lawrence 70030,160
That's an interesting problem. As far as I know (and I MAY be wrong) an IDCMP message is the only way to get requester events. How do you know that the AutoRequester does exactly that? Maybe it just replies to the NewSize event without really processing it (and just letting Intuition resize the window)? A workaround would be to call the procedure to set up and open the requester, but then immediately return to your main loop. Then you process further IDCMP msgs, until you get one for the open requester. Then you main loop can call another procedure to handle it. This may not be elegant, but it should work. – Steve –