On Sep 15, 2010, at 8:38 AM, Nate Lowrie wrote:

> I thought that I should mention that if I bind the GridContextMenu event 
> to a grid, it never fires on Windows when you right click on a grid 
> cell.  Not sure about *nix. This is why I have traditionally bound 
> GridMouseRightClick instead.  Is this standard Windows behavior?  Also, 
> what is the context menu button?  I have never seen it in apps before...


        I don't know if this is standard Windows behavior, but it sure doesn't 
sound correct.

        What happens if you drop to the wx layer? IOW, do:

grid.Bind(wx.EVT_CONTEXT_MENU, grid.onWxContextTest)

...and add that method to the grid. Run the form, and let me know if it's 
firing.



-- Ed Leafe



_______________________________________________
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