debian/unstable python 2.1 wxGTK 2.3.0
Is there any way to hide or get rid of the wxGrid cursor. It seems to be giving my CellRenderer problems.
···
--
Ross Brattain
netmgr@canterburycrest.org
Canterbury Crest Nursing Services
Tigard, OR
debian/unstable python 2.1 wxGTK 2.3.0
Is there any way to hide or get rid of the wxGrid cursor. It seems to be giving my CellRenderer problems.
--
Ross Brattain
netmgr@canterburycrest.org
Canterbury Crest Nursing Services
Tigard, OR
Is there any way to hide or get rid of the wxGrid cursor. It seems to
be giving my CellRenderer problems.
Try grid.SetCellHighlightPenWidth(0)
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!
Ross Brattain wrote:
debian/unstable python 2.1 wxGTK 2.3.0
Is there any way to hide or get rid of the wxGrid cursor. It seems to be giving my CellRenderer problems.
self.SetGridCursor(self.GetNumberCols()+1, self.GetNumberRows()+1)
--
Ross Brattain
netmgr@canterburycrest.org
Canterbury Crest Nursing Services
Tigard, OR
> debian/unstable python 2.1 wxGTK 2.3.0
>
> Is there any way to hide or get rid of the wxGrid cursor. It seems to
> be giving my CellRenderer problems.
>self.SetGridCursor(self.GetNumberCols()+1, self.GetNumberRows()+1)
I don't think that will work as he needs the current cell to stay the same,
but just doesn't want the highlight to show.
--
Ross Brattain
netmgr@canterburycrest.org
Canterbury Crest Nursing Services
Tigard, OR
^^^^^^^^^^
Howdy neighbor!
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!