Charlie, you were right about the purpose of the Screen structure's
NextScreen parameter. It reflects the depth arranging of the screens, and
does not act merely as a list of screens. This is bad (for me). I would
really like to know of a way to get a complete, dynamic list of open screens.
I find it hard to believe that Intuition doesn't give us a way to do this!
/brent
I think it is possible to look at a pointer in "IntuitionBase" data
structure. Somewhere in there it keeps a pointer to first screen, and I think
it has been documented under V1.2 , however I'm not sure if it is legit to
read it under V1.1 .
I think it is possible to look at a pointer in "IntuitionBase" data
structure. Somewhere in there it keeps a pointer to first screen, and I think
it has been documented under V1.2 , however I'm not sure if it is legit to
read it under V1.1 .