Hi Dan.
I believe that you want the user to be able to read the contents of
the window.
So before you close it, you should wait for something else to happen,
such as, having the user do a mouseclick in the About window.
You could also set a timer with some period of 10 seconds or more to
automatically close the window, if the user does not close the window
first.
Russ
On Feb 27, 2006, at 8:56 AM, Dan Berghult wrote:
Hi!
On My App.Open event I'd like to open an about window so I do
AboutWd.Show
and after that some initialization code is done and after that
AboutWd.Close
My problem is that the window is opened and closed without the
content of the window being shown. The window itself is seen.
So I feel like I've missed something in the manual... How do I
force my window to be completely painted before it is closed?
Thanks
Dan
_______________________________________________
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>