Hi
You could also try wxglade and xrced.
I use WxDesigner a bit for the odd dialog. It kind of helps up to a
point, especially with more complicated dialogs, but then sometimes it
won't support some control, or you come across a bug (like using "@" in
text fields which isn't properly escaped in the resulting perl) and then
you are back to fixing the generated code up again... Also I don't
really like how it does certain things like naming (or lack of)
generated controls.
On the other hand it's quite nice to be able to stub out events.
I use DialogBlocks for the odd C++ project and quite like it. However,
it's C++ only or XRC, hence the desire to see how I could use it with
WxPerl (which I like a lot more than bashing c++...)
Cheers for any advice or tips
Ed W