1. wxEuporia wxListCtrl

Have created and populated a wxListCtrl. It has 6 columns.

So far I can only retrieve the data in the first column, 0.

procedure clicked_list_item( atom this, atom event_type, atom id, atom event ) 
    sequence listItemNum = get_selection(lpanelList) 
    object listItem = get_list_string ( lpanelList, to_integer(listItemNum[1])) 
    puts(1,"clicked List" & listItem & CrLf)		    
end procedure 
set_event_handler( lpanelList, ID_REL_LIST, wxEVT_COMMAND_LIST_ITEM_SELECTED,routine_id("clicked_list_item") ) 

The puts prints only column 0.

Any way to get the other columns?

new topic     » topic index » view message » categorize

2. Re: wxEuporia wxListCtrl

buzzo said...

Any way to get the other columns?

Unfortunately not right now. Same problem as we had here...

http://openeuphoria.org/forum/126098.wc?last_id=126283#126259

ghaberek said...

However, the problem is that these functions were added in wxWidgets 2.9.1 and the latest version of wxEuphoria is still based on the 2.8 series, so they are not currently wrapped in wxEuphoria.

Same response as well, I'm afraid...

ghaberek said...

I have not been in the business of updating wxEuphoria recently but that should happen sooner than later so I will see if I can get something together soon.

It seems I'm acquiring a list of necessary updates to wxEuphoria.

-Greg

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

3. Re: wxEuporia wxListCtrl

Thanks for the reply..

Buzzo

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

Search



Quick Links

User menu

Not signed in.

Misc Menu