1. WxEuphoria MDI
- Posted by xfox26 Mar 19, 2009
- 910 views
How can I create an MDI window qith a toolbar?
I've started by modifying the MDI demo, but with no luck.
Thanks
2. Re: WxEuphoria MDI
- Posted by ghaberek (admin) Mar 20, 2009
- 943 views
How can I create an MDI window qith a toolbar?
I've started by modifying the MDI demo, but with no luck.
Apparently, you need to call SetToolBar, which we haven't wrapped yet. I'll try to get some more functions wrapped today and update the SVN.
-Greg
3. Re: WxEuphoria MDI
- Posted by xfox26 Mar 20, 2009
- 888 views
Okay, thanks!
wxEuphoria is a great lib, keep up the great work
4. Re: WxEuphoria MDI
- Posted by achury Mar 20, 2009
- 879 views
Would be great to have WxIDE it running soon.
What is the problem? only the namespace conflict? Is someone working on it? I have not tried to fix it as I suposse there is someone working on it, I just end fixing my copy of ExEuphoria when was released the correction so I want not to duplicate work again...
Some time ago I comment at IRC that may factible to modify the simple window designer included with Andrea's EuWinGUI and add an option to generate Wx code.
5. Re: WxEuphoria MDI
- Posted by mattlewis (admin) Mar 21, 2009
- 858 views
Would be great to have WxIDE it running soon.
What is the problem? only the namespace conflict? Is someone working on it? I have not tried to fix it as I suposse there is someone working on it, I just end fixing my copy of ExEuphoria when was released the correction so I want not to duplicate work again...
Some time ago I comment at IRC that may factible to modify the simple window designer included with Andrea's EuWinGUI and add an option to generate Wx code.
The GUI designer code in wxIDE, as it exists now, is simply really bad. Lots of stuff about it simply doesn't work. I plan to scrap that bit entirely, and redo it in an entirely different way. It would be great to get some help. I just don't have enough time to work on it right now.
Matt
6. Re: WxEuphoria MDI
- Posted by ghaberek (admin) Mar 24, 2009
- 887 views
Please note: the first character in wxEuphoria, wxWidgets, wxIDE, etc. is lower-case. Thanks.
-Greg
7. Re: WxEuphoria MDI
- Posted by ghaberek (admin) Mar 25, 2009
- 929 views
I just updated the SVN with better support for MDI, and expanded mdi.exw into mdi_editor.exw to show off all the features of the MDI interface. I haven't tested it on Linux yet...
-Greg
8. Re: WxEuphoria MDI
- Posted by ghaberek (admin) Mar 25, 2009
- 843 views
Here's an image of the new MDI editor. You could use this as a replacement for Notepad if you wanted!
-Greg