Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
RAD TOOL developers wanted
byo:
--- Quote from: Takeshi Miya on November 14, 2005, 08:01:30 pm ---My current solution: use DialogBlocks until wxSmith gets stable (I'm refering not that it's crashing, but stable on the API and code generation)
--- End quote ---
DialogBlocks seems to be good suggestion - I haven't working with it but it seems to be very usefull :)
takeshimiya:
Yep, it's the current most well featured RAD for wxWidgets, it's similar to Code::Blocks (supports multiple compilers).
And it's developed by Julian itself, so that says something :D
The best about DialogBlocks is that it blends well the C++ code and the widgets, so every time you edit a widgets the changes get reflected in the code (or the XRC)
It automatically inserts code (or XRC handling) between ////@begin and ////@end like:
--- Code: ---////@begin WxCoolBarSampleApp initialisation
// Remove the comment markers above and below this block
// to make permanent changes to the code.
#if wxUSE_GIF
wxImage::AddHandler( new wxGIFHandler );
#endif
wxCoolBarSampleFrame* mainWindow = new wxCoolBarSampleFrame( NULL, ID_FRAME );
mainWindow->Show(true);
////@end WxCoolBarSampleApp initialisation
--- End code ---
And you can insert validators and variables to each widget in your dialogs.
Fortunately wxSmith is catching up very fast!
baboo:
"RAD tool is included in Windows version of RC2 installer but not selected by default."
....
Man... RAD tool is included on Windows version and not on linux version? ... hmmm :? :cry:
Why?
byo:
--- Quote from: baboo on November 17, 2005, 05:14:00 pm ---"RAD tool is included in Windows version of RC2 installer but not selected by default."
....
Man... RAD tool is included on Windows version and not on linux version? ... hmmm :? :cry:
Why?
--- End quote ---
There is source code but must be manually compiled in C::B (wxSmith is not yet included into automake build :() and some files need to be copied into wxSmith's data directory . There's post about this somewhere :). I have some difficulties with current CVS version, but RC2 should work fine :)
mandrav:
--- Quote from: byo on November 17, 2005, 06:13:55 pm ---(wxSmith is not yet included into automake build :()
--- End quote ---
This is because you 're adding/removing files all the time :)
Seriously, I can (and probably will) add it in the build system but are you willing to add/remove files to/from the build when you change the project? I.e. you will have to keep it in sync with the project files...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version