Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: byo on February 13, 2006, 12:39:02 pm

Title: Back to the business :)
Post 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.
Title: Re: Back to the business :)
Post by: Michael on February 13, 2006, 12:48:01 pm
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
Title: Re: Back to the business :)
Post by: MortenMacFly on February 13, 2006, 01:02:06 pm
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.
Title: Re: Back to the business :)
Post by: yop on February 13, 2006, 01:27:09 pm
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...
Title: Re: Back to the business :)
Post by: byo on February 13, 2006, 02:20:59 pm
Wow, thx :)

That really motivates to work :)
Title: Re: Back to the business :)
Post by: cyberkoa on February 13, 2006, 07:52:12 pm
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 :)
Title: Re: Back to the business :)
Post by: byo on February 13, 2006, 09:15:57 pm
Have You got latest cvs version ? I had similar problems few weeks ago - just automake files were outdated.
Title: Re: Back to the business :)
Post by: cyberkoa on February 14, 2006, 08:21:11 am
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 ...