Re: Wx.Grid and popup over cells

2008-10-14 Thread Massi
On 14 Ott, 16:13, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Oct 14, 5:21 am, Massi <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > > I'm writing a python script which uses a grid (PyGridTableBase) whose > > cells can contain very large values (not only numbers, but also > > strings). I've als

Re: Wx.Grid and popup over cells

2008-10-14 Thread Mike Driscoll
On Oct 14, 5:21 am, Massi <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm writing a python script which uses a grid (PyGridTableBase) whose > cells can contain very large values (not only numbers, but also > strings). I've also written a custom renderer which dinamically shows > only the first n

Wx.Grid and popup over cells

2008-10-14 Thread Massi
Hi everyone, I'm writing a python script which uses a grid (PyGridTableBase) whose cells can contain very large values (not only numbers, but also strings). I've also written a custom renderer which dinamically shows only the first n characters (according to the width of the cell) replacing the la