Congrats, great progress!!
Posted: Thu Apr 13, 2006 12:37
by spannerman
Hi Scriptkid and everyone else who has worked / is working on the layout editor, I just wanted to say a big well done and thanks.
I havent looked at the editor for quite a long time now, and after downloading it and having a little play today, I was very impressed:
- The placement of widgets from different looknfeels.
- The excellant snap to grid feature.
- The ease of use and clean uncluttered interface.
Great stuff, keep up the good work!
Posted: Fri Apr 14, 2006 09:58
by scriptkid
Hi spannerman,
Thanks for the comments. Yeah: quite some additions have been made to the editor over the past couple of months, and it's becoming a team effort more and more. Which feels a bit as a relief i can say
And we've been receiving a few patches too, which proves that it's actually being used a lot
Posted: Thu Apr 20, 2006 01:43
by CadetUmfer
I'm having trouble compiling the latest version. Getting errors that appear to start in editorcanvas.h:
Code: Select all
c:\dev\celayouteditor-trunk\inc\editorcanvas.h(30) : error C2504: 'wxGLCanvas' : base class undefined
c:\dev\celayouteditor-trunk\src\editorview.cpp(66) : error C2039: 'ClearBackground' : is not a member of 'EditorCanvas'
VS2005, Windows. wxWigets 2.6.3.
Posted: Thu Apr 20, 2006 08:00
by scriptkid
Hi CadetUmfer,
both errors happen because wxWidgets is not compiled with OpenGL enabled. Have you followed the wiki page?
http://www.cegui.org.uk/wiki/index.php/ ... _wxWidgets
If that's ok, wxGLCanvas should be defined, aswell as the ClearBackground method, which is a member of that class.
Good luck and let me know if it's caused by something else!
Posted: Fri Apr 21, 2006 03:42
by CadetUmfer
Um oops, that Wiki's definately been updated since a few months ago when I first started using CEGUI.