I can't seem to catch a KeyDown event (or any KeyEvents that I've 
tried).  I have a class that subclasses dPanel, and in that class's 
afterInit I do:

self.bindEvent(dabo.dEvents.KeyDown, self.keyDown)

. . . my keyDown method is still not called when I press keys.  Is there 
something else I need to do?  I also tried doing self.Form.bindEvent 
instead, but it didn't work either.

Thanks,
-- 
--OKB (not okblacke)
Brendan Barnwell
"Do not follow where the path may lead.  Go, instead, where there is
no path, and leave a trail."
        --author unknown

_______________________________________________
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]

Reply via email to