[EMAIL PROTECTED] wrote:
> The doubleclick does not fire unless the column is readonly or the mouse
> position is not over an editable area.
>
> g.bindEvent(dEvents.GridMouseLeftDoubleClick, self.onDistGridDblClick)
>
> def onDistGridDblClick(self, evt):
> evt.stop()
> self.Form.notifyUser('Double click')
>
> I put the code above into the sample in dGrid.py to verify.
> Any suggestions?
File a ticket; When you double-click into an editable cell, the first
click will enable the editor and the second click should emit a click
event from the editor. A double-click should emit a double-click that
you can respond to.
We can do this, we just haven't taken it this far yet. When you do the
ticket don't make it specific to double-click, but to all common
mouse/keyboard events.
Thanks!
--
pkm ~ http://paulmcnett.com
_______________________________________________
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/dabo-users/[EMAIL PROTECTED]