Użytkownik Paul McNett napisał: > Unfortunately I don't think there is a clean way of doing this (wxPython > limitation).
Hi. Actually, there is a way to capture and handle events globally. The way to achieve this is to use dApp.UIAppClass property. Then you have to create your own class inherited from uiApp class and define the FilterEvent method in it. I'm using this method to handle barcode reader output in my applications. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
