main(argc,argv)
26-Jun-93 09:52:20
Sb: #35596-main(argc,argv)
Fm: Steve Goddard 100014,674
To: Bart Mathias 72017,1005
I can't actually remember what the problem with ASL was. Was it something to
do with putting reqs on the WB screen?
From another message you mention AllocAslRequest. As you have mentioned, the
taglist (2nd) parameter to this is a pointer to a list of tagitems. Remember
that the list must end with TAG_DONE, 0. The ASLFR_Window tag allows you to
specify which window the requester is attached to (and therefore which screen).
There is also a tag called ASLFR_Screen, which specifies which screen to use.
This overrides the window tag. The intuition function LockPubScreen will get
you a screen pointer to the WB screen.
Steve the G. [BEDFORDSHIRE, UK]