 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Kathire Guest
|
Posted: Mon Nov 17, 2003 8:02 am Post subject: wxdialog Designer proposal - 2 |
|
|
Hi All,
I have uploaded yet another revised version of the wxDialog
Designer(written with delphi 5.0 standard). I have made quite a lot of
change to the program. The designer almost resembles the Delphi like
designer. The program now generates Cpp source code for 3 types of
components - Textcontrol, Label and Button. The program can also create
a dev-CPP project file for the created Form. (support for other IDE
Project files will be included in next version)Although, I havent
received any feedback for my first posting, I'm hoping to get useful
suggestions/feedback this time.
-Kathire
|
|
| Back to top |
|
 |
Ross Guest
|
Posted: Mon Nov 17, 2003 9:22 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Uploaded to where?
"Kathire" <kathire-has-no-email (AT) email-server (DOT) com> wrote:
| Quote: | Hi All,
I have uploaded yet another revised version of the wxDialog
Designer(written with delphi 5.0 standard). I have made quite a lot of
change to the program. The designer almost resembles the Delphi like
designer. The program now generates Cpp source code for 3 types of
components - Textcontrol, Label and Button. The program can also create
a dev-CPP project file for the created Form. (support for other IDE
Project files will be included in next version)Although, I havent
received any feedback for my first posting, I'm hoping to get useful
suggestions/feedback this time.
-Kathire
|
|
|
| Back to top |
|
 |
Doug Tinkham Guest
|
Posted: Mon Nov 17, 2003 11:51 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
"Kathire" <kathire-has-no-email (AT) email-server (DOT) com> wrote
| Quote: | Hi All,
I have uploaded yet another revised version of the wxDialog
Designer(written with delphi 5.0 standard).
|
It appears as though your .zip files are corrupted. Could you post again?
Doug
|
|
| Back to top |
|
 |
Kathire Guest
|
Posted: Tue Nov 18, 2003 3:09 am Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Doug Tinkham wrote:
| Quote: | It appears as though your .zip files are corrupted. Could you post
again? Doug
|
You can grab a copy from
http://www-ec.njit.edu/~grk4352/wxdlg/wxdlgdsgn.zip
-kathire
|
|
| Back to top |
|
 |
Kathire Guest
|
Posted: Tue Nov 18, 2003 5:13 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Doug Tinkham wrote:
| Quote: | Are you going to implement some sort of visual sizer controls?
|
I'm not sure when I am going to implement it. First, I'm planning to
finish code generation for all the basic components and then focus on
the sizers.
| Quote: | I
noticed it opens the form code, but not the Application units. Do you
plan on allowing one to modify the Application units in the designer,
or is that all to be done with CBX?
|
My designer is not as intelligent as Delphi or BCB. i have implemented
the concept introduced with VC++ designer (modify the rc data and ad
code to the space enclosed within some weird comments). I alway had the
QT designer (for VC++ 6.0) concept in mind, ie, you can edit all your
code with your favourite editor and invoke the designer only when it is
required (from the Project Manager).
| Quote: | I have not tried compiling the
generated code yet.
|
I have tested the code using VC++ 2003 and Dev Cpp (the designer can
also create a project file for Dev-Cpp)
| Quote: | Can this interact directly with CBX, so you can
have CBX running connected to your designer in real time, and compile
in CBX while the form is still loaded in your designer?
|
I dont know whether you can execute an external program from the CBX
project manager, if someone know how to do it,let me know, I can
include all the details in the help. As I said before, VC++ allows
other programs (or designers) to be invoked directly from the project
manager (by clicking the form file), so you should not have any
problem. The only nagging thing about this is , when ever the form
designer make changes to the cpp/h files, your ide/editor will ask you
to confirm the reload of the modified version.
| Quote: | (You never
know when Borland will pull the plug on their designers for the
essentially free personal version of CBX).
|
Thats true. Even I dont want to spend 1k for getting a form designer
alone.
If anyone want to help me with this project, please let me know. We can
finish of the basic component design asap. What you have to do ,is
create delphi components with some modified properties and attach them
to the designer.
-Guru
|
|
| Back to top |
|
 |
Doug Tinkham Guest
|
Posted: Tue Nov 18, 2003 6:05 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
"Kathire" <kathire-has-no-email (AT) email-server (DOT) com> wrote
got it, worked great. This is the closest thing I have seen to what I really
want for a GUI interface developer.
Are you going to implement some sort of visual sizer controls? I noticed it
opens the form code, but not the Application units. Do you plan on allowing
one to modify the Application units in the designer, or is that all to be
done with CBX? I have not tried compiling the generated code yet. Can this
interact directly with CBX, so you can have CBX running connected to your
designer in real time, and compile in CBX while the form is still loaded in
your designer? (You never know when Borland will pull the plug on their
designers for the essentially free personal version of CBX).
Doug
|
|
| Back to top |
|
 |
Marcelo R. Lopez, Jr. Guest
|
Posted: Tue Nov 18, 2003 6:25 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Kathire......three words....SPEC-FREAKIN-TACULAR
This is fantastic.....( Are you listening, Borland ? )
This could be interesting......this could be VERY interesting.....kudos to
you, sir.
Marcelo
|
|
| Back to top |
|
 |
Marcelo R. Lopez, Jr. Guest
|
Posted: Tue Nov 18, 2003 6:28 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Kathire..... I wouldn't mind working on this with you. Drop me a note here
( but I'd need a real email address to contact your through ).
Marcelo
| Quote: | If anyone want to help me with this project, please let me know. We can
finish of the basic component design asap. What you have to do ,is
create delphi components with some modified properties and attach them
to the designer.
-Guru
|
|
|
| Back to top |
|
 |
ross Guest
|
Posted: Tue Nov 18, 2003 10:10 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
"Marcelo R. Lopez, Jr." <mlopez (AT) voicerite (DOT) com> wrote:
| Quote: | Kathire......three words....SPEC-FREAKIN-TACULAR
This is fantastic.....( Are you listening, Borland ? )
This could be interesting......this could be VERY interesting.....kudos to
you, sir.
Marcelo
|
I concur. This is fantastic. Exaclty what I need to start using wx
Your doing a great job. Who knows perhaps we will all be buying from Kathire Inc rather than Borland inc ;)
|
|
| Back to top |
|
 |
Doug Tinkham Guest
|
Posted: Tue Nov 18, 2003 11:33 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
"Marcelo R. Lopez, Jr." <mlopez (AT) voicerite (DOT) com> wrote
| Quote: | Kathire......three words....SPEC-FREAKIN-TACULAR
This is fantastic.....( Are you listening, Borland ? )
|
Kathire (and Marcelo),
I think it is great too. Although several have said that the preview designer
will be available for download, even for the 10$ personal edition, my hunch
is that Borland will not allow the final designer to be used with a $10
personal edition. In that case, you designer may become critically important
to folks such as myself, researchers that want simple but powerful user
interfaces (I don't need all the internet/database/pda controls and the like)
to use in a powerful, integrated debugging environment like CBX with a
top-notch compiler and multi-platform capability. The one main component I
need that is not considered 'standard' is a powerful plotting component.
So, is it likely that you will eventually be able to get wxPlot integrated
into your designer, sort of like how TeeChart is integrated with the BCB
designer? That would be just what I need to go the wxWindows route.
Doug
|
|
| Back to top |
|
 |
G.B.R. Guest
|
Posted: Tue Nov 18, 2003 11:36 pm Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Tried it, and got an error at startup. Below is the relevant information:
exception class : EZeroDivide
exception message : Floating point division by zero.
main thread ($cb0):
004bd79a dlgHelper.exe JclSysInfo 2303 GetCPUSpeed
00403a6e dlgHelper.exe System InitUnits
00403ac1 dlgHelper.exe System @StartExe
00406bc4 dlgHelper.exe SysInit @InitExe
0051b747 dlgHelper.exe dlgHelper 28 EntryPoint
....
disassembling:
[...]
004bd71d push eax
004bd71e mov eax, [ebp-$58]
004bd721 push eax
004bd722 call -$b67ab ($406f7c) ; SetThreadPriority
004bd727 ret
004bd79a
004bd79a sub_4bd79a: ; function entry point
004bd79a » fdivp st(1), st
004bd79c call -$baca1 ($402b00) ; @ROUND
004bd7a1 mov ebx, eax
004bd7a3 mov esi, [ebp-$24]
[...]
"Kathire" <kathire-has-no-email (AT) email-server (DOT) com> wrote
|
|
| Back to top |
|
 |
Kathire Guest
|
Posted: Wed Nov 19, 2003 2:14 am Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Marcelo R. Lopez, Jr. wrote:
| Quote: | Kathire..... I wouldn't mind working on this with you. Drop me a note
here ( but I'd need a real email address to contact your through ).
Marcelo
|
Marcelo,
I will send an email to your account. If you are using a proper email
address, you can get my email address from the About->Help menu.
-G Kathire
|
|
| Back to top |
|
 |
Kathire Guest
|
Posted: Wed Nov 19, 2003 2:15 am Post subject: Re: wxdialog Designer proposal - 2 |
|
|
G.B.R. wrote:
| Quote: | Tried it, and got an error at startup. Below is the relevant
information:
|
Not sure what this actually means. I'm using the latest stable release
of JVCL. The problem seems to occur in one of the JVCL unit. I dont
know any compatability issue with JVCL + Delphi 5 standard (which is
used to create the designer).
-G Kathire
|
|
| Back to top |
|
 |
Andrew Walsh Guest
|
Posted: Wed Nov 19, 2003 2:29 am Post subject: Re: wxdialog Designer proposal - 2 |
|
|
excellent beginning - congratulations and good luck!
This could be quite a useful product for us - thanks.
Are you going to open source it or try to sell it?
|
|
| Back to top |
|
 |
Kathire Guest
|
Posted: Wed Nov 19, 2003 3:14 am Post subject: Re: wxdialog Designer proposal - 2 |
|
|
Hi,
Andrew Walsh wrote:
| Quote: |
excellent beginning - congratulations and good luck!
|
Thank you.
| Quote: | This could be quite a useful product for us - thanks.
Are you going to open source it or try to sell it?
|
I'm planning to give this as opensource (with BSD style license), hope
this would make other people to add more functionality.
-Kathire
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|