From: Kevin A. <al...@se...> - 2004-09-09 22:52:55
|
Alex added events to the grid component and the simpleGrid sample has been updated to use the PythonCard events. I may end up tweaking the events some more before the next release, but I think that most of what you would use is covered. Even if you aren't running PythonCard from cvs, you should be able to just replace your local copy of grid.py and simpleGrid.py by downloading them from the web links below. http://cvs.sourceforge.net/viewcvs.py/pythoncard/PythonCard/components/ grid.py http://cvs.sourceforge.net/viewcvs.py/pythoncard/PythonCard/samples/ simpleGrid/simpleGrid.py On a related note, the Grid, Tree, and MultiColumnList components all need simpler wrappers, assuming that is possible. At a minimum, the methods that you really need to make use of the components should have mixedCase aliases. ka |