> 1. The method, if it worked, would result in a more intuitive diagram that > refelected the structure of the GUI. > > 2. The number of events required to be detected would be minimised to those > that are relevant to the tab currently displayed. >
If you wish to do this, it is possible, but it will require you to use dynamic registration. Statically registered events are always enqueing. The dynamic registration means you can change what object is registered and when it is enqueing. You might want to look at the examples ofr dynamic events first as it gets a bit more complicated. Greg McKaskle
