[wxPython-users] MakeCellVisible makes too little

Raffaello Barella barbarossa.platz at gmail.com
Thu Mar 20 04:16:56 PDT 2008


Perfect, Andrea. Thanks.

2008/3/20, Andrea Gavana <andrea.gavana at gmail.com>:
>
> Hi Raffaello,
>
>
> On Thu, Mar 20, 2008 at 10:55 AM, Raffaello Barella wrote:
> > MakeCellVisible does nothing if the grid is not visible: the most common
> > case, the frame is still in building.
> > Is there a way to delay the  action of this command until the frame has
> been
> > properly shown on screen?
> >
> > My OS is Windows XP
>
>
> Does anything change if you use something like:
>
> wx.CallAfter(theGrid.MakeCellVisible, row, col)
>
> Or:
>
> wx.CallLater(500, theGrid.MakeCellVisible, row, col)
>
> ?
>
>
> Andrea.
>
> "Imagination Is The Only Weapon In The War Against Reality."
> http://xoomer.alice.it/infinity77/
>
> ---------------------------------------------------------------------
> 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/200803=
20/9a7a4146/attachment.htm


More information about the wxpython-users mailing list