1. wxEuphoria: get_next_tree_child() Issue
- Posted by euphoric (admin) Apr 16, 2015
- 1456 views
See this code for the problem (just a modified tree_list_demo.exw).
I'm getting 0 for items 2 and 3, when they should not be 0.
2. Re: wxEuphoria: get_next_tree_child() Issue
- Posted by ghaberek (admin) Apr 18, 2015
- 1486 views
Apparently I had fixed these bugs, as you reported them, quite a while ago.
- #17 "cookie" parameter for get_first_tree_child() missing
- #18 delete_tree_item( myTree, {} ) Does Not Work as Documented
These fixes should be in that "alpha3" release I've been handing out. I will try to do some additional testing today.
-Greg
3. Re: wxEuphoria: get_next_tree_child() Issue
- Posted by ghaberek (admin) Apr 18, 2015
- 1467 views
I pulled the latest source and built the library and wxWidgets 2.8.12 from scratch. Everything seems to work.
> eui tree_list_demo2.exw child_count = 3 list: {41405504,67341728} cookie = 67341728 item #2 = 41392112 item #3 = 41392400
Here is a new "alpha4" build with the seemingly-working functionality.
wxEuphoria-0.17.0-win32-alpha4.exe (3.68 MB)
wxEuphoria-0.17.0-win32-alpha4.zip (5.84 MB)
Good luck.
-Greg
4. Re: wxEuphoria: get_next_tree_child() Issue
- Posted by euphoric (admin) Apr 20, 2015
- 1379 views
Here is a new "alpha4" build with the seemingly-working functionality.
Good luck.
Works for me now (again)! Thanks, Greg!