1. wxEuphoria 0.10 vs wxNotebookSizer
- Posted by Jerry Story <story.jerry at gm?il.co?> Oct 09, 2007
- 619 views
- Last edited Oct 10, 2007
I have most of the wxEuphoria 0.10 demos working but there is a problem with wxNotebookSizer. toolbar_notebook_grid.exw:36 wxNotebookSizer has not been declared nbs = create( wxNotebookSizer, {nb}),
2. Re: wxEuphoria 0.10 vs wxNotebookSizer
- Posted by Matt Lewis <matthewwalkerlewis at gma??.com> Oct 10, 2007
- 599 views
Jerry Story wrote: > > I have most of the wxEuphoria 0.10 demos working > but there is a problem with wxNotebookSizer. > > toolbar_notebook_grid.exw:36 > wxNotebookSizer has not been declared > nbs = create( wxNotebookSizer, {nb}), That's a bug in the demo. wxNotebooksizer was deprecated in wxWidgets, and has been removed from wxEuphoria. I neglected to update the demo for v0.10.0. Please just remove (or comment out) any references to that control, and it should work as expected. Matt