Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

wxMDIChildFrame crash

<< < (3/6) > >>

rickg22:
YAY! :D I'm so glad!

Note: Why not use templates or something to change the code?

Like //#begin:something
(object definitions here)
//#end:something

And of course, why not to xrc? It's much easier to manage - of course, knowing your have to use xml...

byo:

--- Quote from: rickg22 ---Note: Why not use templates or something to change the code?

Like//#begin:something
(object definitions here)
//#end:something

--- End quote ---


Basically it will be based in something like this, the main problem I've found while testing wxFormBuilder was that it was generating whole class (with additional note that files with generated code shouldn't be modified outside) - so using it would mean parsing, splitting into some pieces and then putting modified parts inside real code. Huh, a lot of work...


--- Quote ---
And of course, why not to xrc? It's much easier to manage - of course, knowing your have to use xml...
--- End quote ---


Using XRC is very good idea but my dream is to create editor which would be easily extensible (such extensibility was used f.ex. in C::B  :wink: ) and I'm not sure if XRC allows it

...just imagine that You need some database components but wxWidgets are not providing tools You need, just few clicks and You have new widget downloaded directly from internet, fully integrated with Your project...

ok, back to the reality. I'm planning to use XRC but first I need to supply something that would work in any way.

rickg22:
Hey byo! Got a work for you. Someone is donating some resource editor program to Code::Blocks, and I'd like you to work on the plugin. Please see the "RAD Developers wanted" thread on the developers forums.

byo:

--- Quote from: rickg22 ---Hey byo! Got a work for you. Someone is donating some resource editor program to Code::Blocks, and I'd like you to work on the plugin. Please see the "RAD Developers wanted" thread on the developers forums.
--- End quote ---


Yep, already working on it, but had to leave it up till now. Now I'm back and will try do do my best :). Here's proove that i'm not kidding:

mandrav:
Byo,

I 'm amazed  :shock:  :D

Yiannis.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version