Ed Leafe wrote: > On Dec 19, 2008, at 9:19 AM, MB Software Solutions General Account > wrote: > >> Great answer. Do other languages/dev-environments have this cool >> feature? I would think so, but who knows. _Steve -- does DotNet >> have this? > > > Dabo does...
Because of performance, though, it is turned off globally. Turn it on with dabo.settings.eventLogging = True. Then for the objects you want to see events for: obj.EventLogging = ["all"] ## all events # just certain events: obj.EventLogging = ["MouseLeftDoubleClick", "MouseLeftClick"] Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

