User forums > General (but related to Code::Blocks)

Two feature requests (wxSmith-related)

(1/1)

kencamargo:
Hello,

I've been using code::blocks for a while now, and as far as I am concerned it is THE environment for developing wxWidgets apps.

Putting it under heavy use made me think of two additions that would IMHO boost productivity even further:

1) Add the ability of importing a full set of GUI files (wxsmith .wxs files, .cpp and .h source files) to a project. I've been doing this manually editing the .cbp file but it's a pain and error-prone;

2) Add the possibility of saving partial GUI definitions that can be later imported and cloned into different projects (sort of on-the-fly composite GUI controls). For instance, one could define a standard dialog with a set of buttons, that could later be imported into different projects and populated with additional GUI elements. I have a small "navigation bar" for browsing through records in a database; this is something that I have to use quite often, it would be convenient to be able to add it to some repository and add to new projects as needed.

Are these feasible?

In any event, thanks for the excellent software, I cannot praise it enough.

Ken

oBFusCATed:
2) Why not make/use custom control?

kencamargo:

--- Quote from: oBFusCATed on January 27, 2010, 03:37:11 pm ---2) Why not make/use custom control?

--- End quote ---

Not WISIWYG on wxSmith.

Ken

oBFusCATed:
Yes, no property setting, but you can place the control, that is enough for me  :lol: .

kencamargo:

--- Quote from: oBFusCATed on January 27, 2010, 05:12:09 pm ---Yes, no property setting, but you can place the control, that is enough for me  :lol: .

--- End quote ---

It tickles my aesthetic sense the wrong way... :)

Navigation

[0] Message Index

Go to full version