On OS X 10.4.8 Intel using RB2007r1 UB
I found in my own app that press enter key or use the mouse to close
a msgbox, generate not the same code execution.
Put this code in the App.Open and set default window to none.
If you use the enter key the frontmost window is the "Second window",
if you use the mouse the "First Window" is frontmost.
The first window is never opened before the msg box.
<code>
dim w as Window1
w = new Window1
w.Title = "First Window"
MsgBox "Press Enter Key"
w = new Window1
w.Title = "Second Window!"
</code>
Sven E
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>