From: Alex T. <al...@tw...> - 2005-12-19 00:06:23
|
Don Taylor wrote: > Is there a list somewhere of which events can be handled by the > Background? Or, which code should I look at to fiigure this out? I don't think there is, because it's an aspect of the control for which the event is initially generated, but which has no control-specific handler - not an aspect of the background. Or to say it another way, the background should be able to handle any event which could have been handled by any control, simply by specifying the general handler (on_<event>) rather than the control-specific one (on_<control>_<event>), but the events will only occur relative to those controls which could have handled the event. -- Alex Tweedly http://www.tweedly.net -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: 16/12/2005 |