Ello…
In my program I'm writing/reading to the disk, but on occassions
when there is no disk in the drive, I will get the system requester that
says to "Insert" So-and-so disk. This is no problem but the requester keeps
popping up in the CLI window and NOT my screen. So what I need to do is if
I hit "Cancel" I just do a ScreenToFront() to restore my screen. But if I
hit "Retry" the program continues but the CLI window is still on and so I
need to hit ALT-M to put my screen back on. So my question is this… How
can I tell the system to put the system-requesters on MY screen and not the
CLI screen?
Thanks <phew>
David