1. wxEuphoria missing wxGrid functions

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

new topic     » topic index » view message » categorize

2. Re: wxEuphoria missing wxGrid functions

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

-Greg

new topic     » goto parent     » topic index » view message » categorize

3. Re: wxEuphoria missing wxGrid functions

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu