Author Topic: wx and C::B doc and articles ?  (Read 16668 times)

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
wx and C::B doc and articles ?
« on: October 08, 2006, 02:21:23 am »
Hello..,

I new in C::B . and i want ask about some doc for use C::B with wxwidgets ?
and what the difference between wxSmith project and wxWidgets project ?

this for now but i will ask if i have any help , so plz help :)

Thanks for u all for C::B and help :)

AmR EiSa

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: wx and C::B doc and articles ?
« Reply #1 on: October 08, 2006, 03:11:09 am »
Using Google I found this

wxSmith is a Code::Blocks plugin for RAD editing of wxWidgets applications. It's one of the most comfortable RADs thanks to being fully integrated with the IDE, both being Open Source, Cross Platform, and written in C++ using wxWidgets itself.

http://www.wxcommunity.com/modules.php?op=modload&name=Downloads&file=index&req=viewdownloaddetails&lid=270&ttitle=wxSmith

May wish to use wiki also.

http://wiki.codeblocks.org/index.php?title=WxSmith_Tutorial_%26_Pointers



« Last Edit: October 08, 2006, 03:13:47 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: wx and C::B doc and articles ?
« Reply #2 on: October 08, 2006, 10:33:11 pm »
Hello..,

I new in C::B . and i want ask about some doc for use C::B with wxwidgets ?
and what the difference between wxSmith project and wxWidgets project ?

this for now but i will ask if i have any help , so plz help :)

Thanks for u all for C::B and help :)

AmR EiSa

In fact you can use wxSmith in both project. The only one difference is that in wxSmith project application class is dynamically created / modified, and it has much worse (maybe even outdated) project wizard.
So I suggest using wxWidgets project :)


Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: wx and C::B doc and articles ?
« Reply #3 on: October 09, 2006, 03:55:26 am »
hi
thanks stahta01 and byo .
i will byo , but i have wxPack this Pack have wx 2.7.0 and i can't edit Global Variable for wx or project wizard for wx , i can't edit Buitin Fields ( base or include or lib or obj or cflags or lflags ) and User-defined fields , how i can do that or by wxWidgets project wizard ???
and i want say if wxSmith is old why don't use wxFormBuilder project for more power ?!
Thanks for helping me
AmR EiSa

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: wx and C::B doc and articles ?
« Reply #4 on: October 11, 2006, 10:08:48 am »
is this very hard or very easy ?

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: wx and C::B doc and articles ?
« Reply #5 on: October 11, 2006, 05:56:52 pm »
Maybe it should work with current settings, only need to set base directory for wx and configuration type. I'm not sure because wx 2.7.0 could use different directory structure. Just try to set-up wx like in 2.6

BYO

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: wx and C::B doc and articles ?
« Reply #6 on: October 12, 2006, 03:06:25 am »
Hello...,
Thanks BYO for try help , ok can you say to me how i can set base directory for wx and configuration type in wx 2.6 ??
if you can this will help me very much :)

AmR EiSa

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: wx and C::B doc and articles ?
« Reply #7 on: October 12, 2006, 09:01:59 am »
ok, first of all - what C::B version do you use ? If RC2, remove it and download lastest nightly build. When you have nightly, just try to compile and dialog box with configuration for wxWidgets library will pop-up (in fact this will be configuration for #WX variable, but it's used to configure wx) - herre you choose directory of wx and it should work with project generated using wxWidgets wizard

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: wx and C::B doc and articles ?
« Reply #8 on: October 12, 2006, 09:07:10 am »
i have oct 11 C::B ;)