Author Topic: Back to the business :)  (Read 8522 times)

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Back to the business :)
« 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.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Back to the business :)
« Reply #1 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Back to the business :)
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Back to the business :)
« Reply #3 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...
Life would be so much easier if we could just look at the source code.

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: Back to the business :)
« Reply #4 on: February 13, 2006, 02:20:59 pm »
Wow, thx :)

That really motivates to work :)

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
Re: Back to the business :)
« Reply #5 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 :)

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: Back to the business :)
« Reply #6 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.

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
Re: Back to the business :)
« Reply #7 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 ...