1. include objtable.e as table
- Posted by Vinoba May 04, 2011
- 1433 views
include objtable.e as table
This appears in mdi-editor.exw of wxEuphoria but it does not seem to be there. I used Windows Search and also RapidEuphoria archives search for it, but could not find it. Perhaps Matt could enlighten me.
2. Re: include objtable.e as table
- Posted by Vinoba May 06, 2011
- 1347 views
Matt: I wonder if you can help me find objtable.e I looked at all past versions of wxEuphoria up to version 10, and also at wxEDB and could not find it.
3. Re: include objtable.e as table
- Posted by mattlewis (admin) May 06, 2011
- 1350 views
Matt: I wonder if you can help me find objtable.e I looked at all past versions of wxEuphoria up to version 10, and also at wxEDB and could not find it.
Looks like it was in the svn repo at one point.
It relies on stringhash.e, which is part of the Euphoria Unofficial Standard Libraries project that has stuff that (mainly) CK and I have reused in various places. A lot of the functionality is probably covered by the 4.0 std library.
I've never gotten MDI to work well. Should probably take that demo out entirely.
Matt
4. Re: include objtable.e as table
- Posted by Vinoba May 06, 2011
- 1339 views
Thanks for the explanation. I will forget about its existence for the time being anyway.