ComboBox in a Grid

Hi everyboy, i'm trying to put in a grid's cell a ComboBox. I don't know how to put it into the cell.

Thanks!!

···

_________________________________________________________________
Consigue aquí las mejores y mas recientes ofertas de trabajo en América Latina y USA: http://latam.msn.com/empleos/

Raph wrote:

How can I control the width of a grid column when
being in a gridTableBase class, using GetAttr to get
cell attributes ?
In other words, if I set column width like this:
- col1 = 30
- col2 = 40
- col3 = 50
Now from the grid table I delete col2, send the message to
the grid, how can the new col2 resize to a width of 50 ?

self.GetView().SetColSize(1, 50)

The table's GetView method gives you the grid.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!