From: | David McMinn |
Date: | 3 Jul 2001 at 12:26:11 |
Subject: | Re: Guru 8000000b |
Hi amorel
> C=There might be a problem with that, since RTLockWindow would open up
> C=an invisible requester on your window. And since the ASL is also a
> C=requester, perhaps you cannot open 2 at the same time??
>
> Perhaps, but why didn`t anything happen on OS3.5? And nothing happened on
> OS3.0 either(an extra A1200 I got). Strange.
Not sure. I can't remember ever seeing that problem, but I don't think I
put up the two requesters before.
It might be something they broke in asl.library for OS3.1 and then fixed
again in OS3.5? I dunno, it sounds strange. I just tried this program on
OS3.1 and it seemed to work OK - it sounds similar code to what you have.
WBStartup
WbToScreen 0
Window 0,0,0,400,300,$100f,"ddd",-1,-1
g.l=RTLockWindow(0)
MaxLen pa$=256
MaxLen fi$=256
NPrint ASLFileRequest$("blah",pa$,fi$)
Delay_ 200
RTUnlockWindow 0,g
While WaitEvent<>$200
Wend
End
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie