Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: byo on February 13, 2006, 12:39:02 pm
-
Ok, wxSmith in svn haven't changed very much in last 1,5 months. But it don't mean I haven't work on it :)
I've totally rewritten properties system and now I'm going to integrate it with wxSmith.
Maybe it won't change the visual part of wxSmith, but new properties system should be much more stable and is almost totally separated from the rest of wxSmith code (so it may be used for objects not related to wxSmith too).
I've also tried to document new code, so almost everthing is doxygen-commented.
I also plan to write some small tools usefull for managing properties and wxSmith widgets - that would be really helpful :)
So please be patient since it will take some time to upgrade wxSmith.
-
Hello,
That's is indeed a very good new :D. Most probably, I will use wxSmith in a near future for my project to build a or some small GUI(s).
Thank you :).
Best wishes,
Michael
-
Maybe it won't change the visual part of wxSmith, but new properties system should be much more stable and is almost totally separated from the rest of wxSmith code (so it may be used for objects not related to wxSmith too).
Sounds good to me! I am using it already in a (private, non-business) project for about 2 month now and it really looks and works great so far. Thank you!
Morten.
-
Byo I don't really know how many times we 've thanked you for this wonderfull plugin. I can't wait to see what else you've come up with...
-
Wow, thx :)
That really motivates to work :)
-
I just come back from my vacation , really sorry cannot help in the rewritting during this few weeks.
anyway , these two days I am trying to build the wxSmith project under Linux inside CB , it seems like can be compiled but cannot load properly .. still trying to resolve ..
and plan to switch developing wxSmith in Windows to Linux soon ... hope that it helps the wxSmith to run properly in both Linux and Windows at the same time :)
-
Have You got latest cvs version ? I had similar problems few weeks ago - just automake files were outdated.
-
yup , I get the latest SVN . I can build it with automake , no problem .
The problem that I mention is building in CB . I have created a wxSmith-unix.cbp to build wxSmith under CB, it managed to compile but loading fail on run, even by running the script run.sh that export the LD_LIBRARY_PATH before calling the binary codeblock
Still not sure what happened ...