On Feb 22, 2005, at 1:51 PM, Eirik Karlsen wrote:
If my suspicions are correct then this particular CheckBox's
Event/Open happen before the Window's Events/Open.
This is true as far as I know.
There is some fuzzy info as to what is officially the order of events.
Technically the order is undefined, but I do believe that Window Open
events occur after it's controls.
If you really must find out the order (of course the order is
undefined), just add a logging mechanism to find out which control
event is fired first. You can use System.DebugLog although I do not
know how to use that on Windows (Mac OS X sends it to the Console). Or
you can setup a method to write the messages to a text file.
BTW, have you signed up for the NUG list yet? There is a lot more
traffic there but I certainly learn a lot from questions other users
post and their answers.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|