Hi, I need to capture entire keyboard input at the form, not at the control level. Unfortunately wx.EVT_CHAR_HOOK (which isn't wrapped by Dabo) didn't capture alphanumeric keys :( Only working solution I found till now is to play with ResumePropagation() method. Disadvantage is, I need to subclass all controls in form to make it working. Any advices please?
-- 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]
