The problem is happening in Windows XP Pro with Dir 10.1 (I left this out in my
earlier post):
I'm trying to restore minimized MIAWs using Dir's window.restore() method in
this call in my projector (invoked by a mouse click):
locWinList = _player.windowList
repeat with CurrWin in locWinList
if CurrWin.sizeState = #minimised then
CurrWin.restore()
end if
end repeat
The above block does restore the minimised MIAWs, but for each MIAW I see only
the window title and border. Within the border, I see the desktop and pieces of
windows that happened to be there at the moment.
When I use the restore() method from the Message window on each MIAW, this does
not happen: the MIAWs are restored as expected.
What am I doing wrong?
Thanks!
Slava
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]