Re: wxEuphoria 0.12.1 Released
- Posted by ghaberek (admin) Jan 09, 2009
- 999 views
DanM said...
Great work Greg!
I found the following demos failed:
DanM said...
display_demo.exw: can't find: xrc_demo.xrc
Lame. I must have forgot to include the file in the zip.
DanM said...
list.exw : procedure Click_Button1() type_check failure, index is {1} (when SECOND item had been selected; is {0} if first item) (also, "index = get_selection( List1 ) if index = -1 then" looks to be wrong, doc for "get_selection" says: "The return is always a sequence, or an empty sequence, if nothing is selected. The other types of controls return -1 is no item is selected")
Dang, I thought I caught all those. It's supposed to be get_list_selection(), which should be a function in that file.
DanM said...
search.exw : find_from has not been declared pos = find_from( delim, text, last )
You need to upgrade to Euphoria 3.1.1. It includes the find_from() function.
DanM said...
xrc_demo.exw : wxEuphoria\include\wxeud.e:20069 in function xrc_load_frame()
Simply put, I cannot guarantee all the demos work. I'm gradually ironing out these issues. (Some functions are not linking properly to the DLL.)
DanM said...
Oh, and doc says ver. 12.0 insteadof 12.1,
and also neglects to credit your work on it
I noticed that, too. Again, more to update. I'm still getting used to this whole "release" thing.
-Greg