Hi,
The custdict editor and list editor are great. However, I've thought about
having a customized grid object which would allow the following:
1. Ability to add clickable cells (I use them as butons for actions). The
current row is passed to the calling function, as well access to the model.
2. Ability to define width and field types, formatting functions, etc.
3. Disable sorting
4. Make data read only
This widget would be used like a web page to display data with clickable
cells.
Along the same lines, as a sheet store object for the above widget. It
would be nice to have a spreadsheet like dict. a = {} where you could do
a[0,1] = "hello"
a[1, 2] = clickable func. While you are initializing or updating the cells
you disable events and reenable them after you are done with all the
updates.
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.