[wxPython-users] col labels not right,
event firing after the fact?
tim
myfirstmullet at gmail.com
Tue Jul 24 19:05:48 PDT 2007
ahh ok well that's how i'm doing it, good to see my solution was correct
after all!
On 7/24/07, Chris Mellon <arkanes at gmail.com> wrote:
>
> On 7/23/07, Tim doe <myfirstmullet at gmail.com> wrote:
> > the first click gets lost. I've fixed it with a hack for the moment by
> > manually setting the cursor position using event, but if there's a
> better
> > way i'm all ears?
> >
>
> It's because you're accessing the current cell by looking at the
> cursor position, but the cursor position isn't set until the base
> class event handling happens. Retrieve the information from the event
> object instead.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200707=
25/6b4dda31/attachment.htm
More information about the wxpython-users
mailing list