1. wxEuphoria missing wxGrid functions
- Posted by pdm Mar 15, 2009
- 945 views
Hello folks!
I'm working on a project that uses grids and i need to get the selected rows. Unfortunately, the function GetSelectedRows is not implemented in wxEuphoria V12.2. Is there another way to get the select-status of a row?
pdm
2. Re: wxEuphoria missing wxGrid functions
- Posted by ghaberek (admin) Mar 16, 2009
- 936 views
I just added the routines committed them to the SVN. They will show up in the next release, or you can check out the SVN and compile the library yourself if you need them sooner.
get_selected_cells() returns a sequence of {row,col} coordinates
get_selected_cols() returns a sequence of column numbers
get_selected_rows() returns a sequence of row numbers
get_selected_cols() returns a sequence of column numbers
get_selected_rows() returns a sequence of row numbers
-Greg
3. Re: wxEuphoria missing wxGrid functions
- Posted by pdm Mar 18, 2009
- 845 views
Thanks for this quick response, ghaberek!
I like to compile the lib on my own, but i have to find the time to prepare for this.
For the next two weeks i can live without the new functions.
Maybe the next release is available when i have to implement the selection features.
-pdm