Board index » cppbuilder » help with wxdialog designer project

help with wxdialog designer project


2004-06-02 06:52:03 PM
cppbuilder76
Hi,
I'm looking for some help in updating my wxdialog designer program.
Couple of weeks back, I modified the Dev-cpp source code to add support
for an inbuilt wxdialog designer (So that dev-cpp will have a form
designer, class browser, code-completion and project management
features out of the box).
Even though dev-cpp is written in Delphi, people experience with VCL +
Layout management can give a helping hand. I guess people using C++ are
very much experienced with layout management.
Any help with is highly appreciated.
You can find a hacked version of Dev-cpp (with the wxdialog designer)
(executable + source) at
g.yi.org/f.php
(Dont forget to read the readme files listed in the site)
-Kathire
 
 

Re:help with wxdialog designer project

Kathire wrote:
Quote
Hi,
I'm looking for some help in updating my wxdialog designer program.
Couple of weeks back, I modified the Dev-cpp source code to add support
for an inbuilt wxdialog designer (So that dev-cpp will have a form
designer, class browser, code-completion and project management
features out of the box).
Kathire... Thats looking fantastic!
Its amazing what one guy can do while Borland is sitting on its hands...
One thing though, i've noticed that you're not actually using sizers at all
(at least that I could find). Do you plan on adding these in at all? Its a
bit of a necessity..
Quote
Any help with is highly appreciated.
I really want to help (I know I offered in the past) but am up to my
eyeballs with other work right now. If I can get back on schedule I'll send
you an email.
--
Vesty.
 

Re:help with wxdialog designer project

Very impressive!
Kathire wrote:
Quote
You can find a hacked version of Dev-cpp (with the wxdialog designer)
(executable + source) at

g.yi.org/f.php
 

{smallsort}

Re:help with wxdialog designer project

"Kathire" wrote:
If you want to work on a wx visual designer and have time for it, why not
volunteer on one of the wx IDE's in development? I would be more interested
in a cross-platform IDE built with wxWidgets than a Windows only IDE build
inDelphi when working with wxWidgets. wxWorkshop or Code Dragon can need
some help.
Peter
 

Re:help with wxdialog designer project

Peter Agricola wrote:
Quote
If you want to work on a wx visual designer and have time for it, why
not volunteer on one of the wx IDE's in development? I would be more
interested in a cross-platform IDE built with wxWidgets than a
Windows only IDE build in Delphi when working with wxWidgets.
wxWorkshop or Code Dragon can need some help.
For the past couple of years I dont see those projects going anywhere.
Apart from that I'm a wx newbie and I want to utilize my Delphi
knowledge to the full extent to kick start with wx. I just want to make
a replica of Delphi so that I can make a smooth transition (at least
for designing GUI). Of all the available designers (including the
commercial ones) nothing matches Delphi's flexibility. With Delphi, I'm
able to complete the basic IDE framework within couple of months. I'm
pretty sure the current form of the IDE can produce a decent app with
in minutes.
-Kathire
 

Re:help with wxdialog designer project

Adam Versteegen wrote:
Quote
One thing though, i've noticed that you're not actually using sizers
at all (at least that I could find). Do you plan on adding these in
at all? Its a bit of a necessity..
I want to add the concept of sizer, thats the reason I was asking for
some help with the VCL + Layouts.
VisualWx project ( visualwx.altervista.org ) has a free form
based sizer designer. I'm sure a similar thing can be implemented with
Anchors and Alignment properties tweak in VCL. I'm hoping that someone
with good knowledge on that can help me.
-Kathire
 

Re:help with wxdialog designer project

Hi Kathire
I had a look at your program running it under Wine (Linux).
Although the main menu did't work, I saw enough to be impressed.
Maybe it could be made wine compatible or even compiled with Kylix.
Synedit is ready.
Great!
 

Re:help with wxdialog designer project

Kathire wrote:
Quote

>You can find a hacked version of Dev-cpp (with the wxdialog
>designer) (executable + source) at
>
>g.yi.org/f.php
Boian Mitov wrote:
Quote
Very impressive!

And I add: very very impressive!
(top posters...)
--
Ken
planeta.terra.com.br/educacao/kencamargo/
* this is not a sig *
 

Re:help with wxdialog designer project

theo wrote:
Quote
Although the main menu did't work, I saw enough to be impressed.
I'm not sure whats the problem. Since I havent touched any of the Main
GUI, I have to check with the dev-cpp author.
Quote
Maybe it could be made wine compatible or even compiled with Kylix.
Synedit is ready.
I'll try to check it wine. Im not sure this will ever see a kylix
version. I'm using extlib for designing the forms which is purely a VCL
component.
It seems the previous version had some problem hen adding event
handlers, I have fixed the problem now. if you are interested, have a
look at it.
g.yi.org/f.php
-kathire