[wxPython-users] col labels not right,
event firing after the fact?
Tim doe
myfirstmullet at gmail.com
Mon Jul 23 18:50:13 PDT 2007
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?
On 7/24/07, Robin Dunn <robin at alldunn.com> wrote:
>
> Tim doe wrote:
> > hi in my example i want to increament the value in the "number" col by 1
> > when i left click, it seems to happen after my 2nd click not the first?
>
> Does it always take 2 clicks or is it only the first one that gets lost?
>
> > and how come even though i'm setting colLabels, i still only get the
> > default label values in my grid?
>
> Because you need to override the GetColLabelValue and return the label
> string for the requested column from there.
>
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org Java give you jitters? Relax with wxPython!
>
>
> ---------------------------------------------------------------------
> 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=
24/6fbc63dd/attachment.htm
More information about the wxpython-users
mailing list