1. wxEuphoria v0.11.0 Released
- Posted by Matt Lewis <matthewwalkerlewis at ?m?il.com> Oct 29, 2007
- 645 views
I've just posted v0.11.0. http://wxeuphoria.sf.net v0.11.0 - Now supports Unicode - Added rmdir - Added select_grid_col, select_grid_row, select_grid_all, is_in_grid_selection, select_grid_block, enable_drag_grid_size, set_grid_selection_mode, wait_on_connect, get_list_event_column, set_window_style, get_window_style - Added wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK - Added wxAuiManager, wxAuiPaneInfo, wxAuiNotebook - More wrappers for wxTextCtrl, wxTreeCtrl, wxGrid, wxStatusBar, wxMDIParentFrame - Added ways to destroy Non wxObjects - Added wxXmlDocument, wxXmlNode, wxXmlProperty - Filled in wrappers for wxFont - Printing (minimally) works - Added wxHtmlEasyPrinting - Added some error handling to give library ability to report errors to Euphoria
2. Re: wxEuphoria v0.11.0 Released
- Posted by Aku <akusaya at gmx.?e?> Oct 30, 2007
- 578 views
Matt Lewis wrote: > > > I've just posted v0.11.0. > > <a href="http://wxeuphoria.sf.net">http://wxeuphoria.sf.net</a> > > v0.11.0 - Now supports Unicode A very surprising thing for me! Does it mean that we can utilize the sequence data structure in Eu as sequence of unicode characters? i.e., will set_text(ctl, {#3020, #3021}) work?
3. Re: wxEuphoria v0.11.0 Released
- Posted by Matt Lewis <matthewwalkerlewis at g?ail?com> Oct 30, 2007
- 579 views
Aku wrote: > > Matt Lewis wrote: > > > > v0.11.0 - Now supports Unicode > > A very surprising thing for me! > Does it mean that we can utilize the sequence data structure in Eu > as sequence of unicode characters? > > i.e., will set_text(ctl, {#3020, #3021}) work? Yes, that will work now. I sort of got pushed into it. I wanted to be able to support the wxWidgets that is supplied by Ubuntu, which happens to be a unicode build. At first, I used the unicode build, but didn't really allow using it. Then it occurred to me that it would actually be easier using wide characters, since they correspond 1-1 with the elements of a sequence. It required some really simple changes, so it seemed silly not to do so with windows as well (which previously wasn't built with unicode). Matt
4. Re: wxEuphoria v0.11.0 Released
- Posted by Jerry Story <story.jerry at gmail?c?m> Oct 30, 2007
- 561 views
Matt Lewis wrote: > > > I've just posted v0.11.0. > > <a href="http://wxeuphoria.sf.net">http://wxeuphoria.sf.net</a> It's not downloading.
5. Re: wxEuphoria v0.11.0 Released
- Posted by Matt Lewis <matthewwalkerlewis at gmail.?o?> Oct 30, 2007
- 574 views
Jerry Story wrote: > > Matt Lewis wrote: > > > > > > I've just posted v0.11.0. > > > > <a href="http://wxeuphoria.sf.net">http://wxeuphoria.sf.net</a> > > It's not downloading. Looks like I messed up the link on the web page. Here's the correct link: http://downloads.sourceforge.net/wxeuphoria/wxeu-bin-ubuntu-710-0-11-0.tar.gz Or you can go through the project page: http://sf.net/projects/wxeuphoria I'll fix the web page. Matt
6. Re: wxEuphoria v0.11.0 Released
- Posted by Jerry Story <story.jerry at g?ai?.com> Oct 31, 2007
- 579 views
On this webpage http://wxeuphoria.sourceforge.net/download.php I got the Ubuntu version, but the Win32 version doesn't download.
7. Re: wxEuphoria v0.11.0 Released
- Posted by Matt Lewis <matthewwalkerlewis at gmail.?o?> Oct 31, 2007
- 565 views
Jerry Story wrote: > > I got the Ubuntu version, but the Win32 version doesn't download. Sorry, same problem. Fixed the link. Matt