Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Jewe on December 20, 2005, 09:44:04 am

Title: Creating XRC
Post by: Jewe on December 20, 2005, 09:44:04 am
Hi,

i was wondering if Code::blocks will be able to create xrc file in the future?
my reason for asking is that I use c++ and python for programs.

At this moment rc2 only creates the cpp files and I would like to use one program for creating the xrc files.
(at this moment xrced does not support the things I want like a date picker)

kind regards,

Jewe
Title: Re: Creating XRC
Post by: David Perfors on December 20, 2005, 10:19:51 am
You can produce xrc files with wxSmith a plugin that comes with the Code::Blocks installation (also in RC2)
Title: Re: Creating XRC
Post by: mandrav on December 20, 2005, 10:30:20 am
This "Hello world" tutorial (http://wiki.codeblocks.org/index.php?title=WxSmith_Tutorial_%26_Pointers) for wxSmith might come in handy :)
Title: Re: Creating XRC
Post by: Jewe on December 20, 2005, 03:27:11 pm
Gentlemen,

thank you for the reply.
I found out after the post that a file was saved.
(bummer that it is not included in the project, and that you can not edit it later on. but you can not have it all :))

so at this moment the plug in is not very usefull for me.

well i'll be.....  :shock:

found it just right now, under the resource item...
Going to play with it... :D
Title: Re: Creating XRC
Post by: squizzz on December 20, 2005, 04:28:53 pm
(at this moment xrced does not support the things I want like a date picker)

Try unofficial build of SVN HEAD (instead of RC2) Code::Blocks: http://paginas.terra.com.br/informatica/mauricio/codeblocks/
Date Picker is already implemented and wxSmith got MUCH improved since RC2...
Title: Re: Creating XRC
Post by: Jewe on December 23, 2005, 08:55:05 am
Ok, I got it running...


And I like it...  :D

some minor items... put I'll put a thread up for it.