combobox column in an objectlist?

Johan Dahlin jdahlin at async.com.br
Sat Oct 28 23:44:18 BRT 2006


Hi Abel
> I'd like to create a column of comboboxes in an object list. Is this
> possible "out of the box" or do I need to subclass objectlist.Column
> to do this?
>   
I just added limited support for displaying a column as a combobox in a 
treeview.
The main limitation is that it has to be of the enum type, which solves 
the problem
on how to specify the list of values.

Check out the example I created for some inspiration.

http://svn.async.com.br/cgi-bin/viewcvs.cgi/kiwi/trunk/examples/list/enumcombo.py?view=auto

You'll need subversion revision 5266 or later for this to work.

Johan


More information about the Kiwi mailing list