FiveWin Visual IDE

Postby Detlef Hoefner » Sun Dec 02, 2007 3:56 pm

After working with C++ Builder and Delphi some years ago i found that i don't like an IDE which forms my programs.

I spent much time to repair all those cryptic constructs like
Code: Select all  Expand view
void __fastcall TForm1::FormShow(TObject *Sender)
after having renamed a variable or another component and the ide did not succeed to rename them itself.

Those IDEs slowed down my development cyclus by creating overhead to my source code which only served academic rules.
My wish would be a good resource editor to replace the good old Borland one.

Of course this is a personal question. But i prefer coding my programs by 'typing' and not by 'mousing'.
With pur FiveWin and a good RE i will develop more rapidly as with any IDE.

Just my ( personal ) 2 Cents,
Detlef
User avatar
Detlef Hoefner
 
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany

Postby Otto » Sun Dec 02, 2007 5:30 pm

Hallo Detlef,

I think I must accept that no one but me wants a IDE.

Regards,
Otto
User avatar
Otto
 
Posts: 6255
Joined: Fri Oct 07, 2005 7:07 pm

Postby Kleyber » Sun Dec 02, 2007 5:32 pm

Otto,

Otto wrote:Hallo Detlef,

I think I must accept that no one but me wants a IDE.

Regards,
Otto


You're not alone in this desire, but the options we have are not so complete and trustable as I need.

Best regards,
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
User avatar
Kleyber
 
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Postby StefanHaupt » Sun Dec 02, 2007 6:29 pm

Otto,

I am sorry, but I must agree Detlef. I am faster, too, without an IDE, I just need a resource editor and a text editor/compiler tool for xBase (like xMate, UeStudio, ...).

Understanding and correcting the generated code takes much time. Years ago (at the beginning of the "harbour century") I had to decide, to use the successor of clipper, Visual Objects, or to use fivewin. I tested both, and the cryptic code from VO was horrible, hardly to understand. So I kept using Fivewin, IMHO the best solution for me and many other users.

What we need is only a good resource editor, which fits the need of the modern operating systems.
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Postby Rick Lipkin » Sun Dec 02, 2007 6:38 pm

Otto

Lots of IDE's to chose from .. xHarbour has one ( very respectable ) .. but remember the IDE you chose determines your programming style ( libraries too ) .. Like Datlef mentions .. if your IDE doesn't like some piece of individual code ( try pure ado which is very code intensive ) .. your IDE will ( generally ) not be flexable enough to allow you to work 'outside the box'.

I have faught DreamWeaver .. our Staff has given up on Dreamweaver.. actually Borlands IDE ( c++ and delphi ) has been replaced by MS Visual Studio in our environment.

What is amazing to me is that I can write my programs in half the time the IDE'rs 'dink' with Visual Studio .. forgive me as I am not trying to be-little anyones platform .. I am not expecting for free .. SI has a ( close ) Borland replacement .. but .. not quite..

I hope Santa has been listning !!

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2657
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Postby Antonio Linares » Sun Dec 02, 2007 10:50 pm

So just a Borland Resources Workshop 32 bits clone...

:-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41858
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Rick Lipkin » Sun Dec 02, 2007 11:26 pm

Antonio

Just a 32 bit resource editor .. The componants I use most are:

1: Tool pallate and alignment pallate
2: standard windows controls and line drawings
3: Edit as text
4: generate unique id's per control
5: set order
6: double click on control to edit properties, captions, attributes, tab stop
7: create a .rc without header include statements
8: formated like this .. ( typical brw output )

AUDIT DIALOG 184, 15, 235, 120
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 6, "MS Sans Serif"
{
LTEXT "Audit Date", -1, 6, 14, 53, 12, SS_NOPREFIX | WS_BORDER | WS_GROUP
EDITTEXT 130, 65, 14, 56, 12, WS_BORDER | WS_TABSTOP
EDITTEXT 120, 65, 29, 66, 12, WS_BORDER | WS_TABSTOP
EDITTEXT 123, 65, 44, 66, 12, WS_BORDER | WS_TABSTOP
EDITTEXT 124, 65, 59, 66, 12, WS_BORDER | WS_TABSTOP
EDITTEXT 150, 7, 91, 221, 12, WS_BORDER | WS_TABSTOP
LTEXT "Auditor 1", -1, 6, 29, 53, 12, SS_NOPREFIX | WS_BORDER | WS_GROUP
LTEXT "Auditor 2", -1, 6, 44, 53, 12, SS_NOPREFIX | WS_BORDER | WS_GROUP
LTEXT "District", -1, 6, 59, 53, 12, SS_NOPREFIX | WS_BORDER | WS_GROUP
LTEXT "Comments", -1, 7, 77, 53, 12, SS_NOPREFIX | WS_BORDER | WS_GROUP
PUSHBUTTON "&Ok", 121, 148, 56, 37, 25
PUSHBUTTON "&Cancel", 122, 190, 56, 37, 25
}

This would capture most everything I need ..

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2657
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Postby Antonio Linares » Mon Dec 03, 2007 10:19 am

I need some RC files as large as possible.

Please email them to me as a ZIP file. Please don't include external files (.bmp, .ico, etc.)

They will be kept privately and they will not be published or distributed

Thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41858
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Antonio Linares » Mon Dec 03, 2007 11:55 am

Please stop sending RC files, thanks! :-)

Now I just need you to do some speed tests:
http://fivetechsoft.com/forums/viewtopic.php?t=9057

Thanks again!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41858
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Rick Lipkin » Mon Dec 03, 2007 1:43 pm

Antonio

Our Agency has the rapidshare.com site blocked .. ( wholesome workplace rules ) ..

If you would not mind sending me your test program .. I will let you know.

Rick Lipkin
lipkinrm@dhec.sc.gov
User avatar
Rick Lipkin
 
Posts: 2657
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Postby Antonio Linares » Mon Dec 03, 2007 2:04 pm

Rick,

Already sent to your yahoo email account, thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41858
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Rick Lipkin » Mon Dec 03, 2007 3:56 pm

Antonio

Got it .. opens one of my most challenging .rc's up in text mode .. not a problem... however it just has controls only.

Rick Lipkn
User avatar
Rick Lipkin
 
Posts: 2657
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Postby Maurilio Viana » Mon Dec 03, 2007 4:57 pm

We brazilians use xDevStudio (from Vailton). I ask Vailton times ago and he have plans to translate it to English and Spanish. xDev is a great (free) tool that have all MED editor have and tools like code completion that is very very good (like Delphi, VB, etc.).
The only thing xDev have not yet is a RC editor...

Regards
Maurilio
User avatar
Maurilio Viana
 
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil

Postby James Bott » Mon Dec 03, 2007 5:08 pm

Perhaps it would be helpful if everyone listed the features that they would like most to have in a new resource editor.

Rick Lipkin listed this:

1) just a clean header free ( text ) .rc and formated correctly!

I would most like it to remember the last path when loading bitmaps. Borland forgets each time and I have to make about 10-15 mouse clicks to add each bitmap. This gets very tedious.

2) Remember last path to each resource type added to the project.

Here are a couple more things I would like:

3) Be able to put a dialog on a folder inside the RE so you can get the size and position correct.

4) Be able to set the styles of controls via checkboxes rather than having to add the manifest constants.

Others?

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby MOISES » Mon Dec 03, 2007 7:42 pm

Hi!!,

Uestudio is a great tool ;). I think we better have a visual report designer rather than a resource generator or an IDE.

We can use pelles or workshop, but, what report designer that works fine and stable do we have?.

Best regards,

Moisés
MOISES
 
Posts: 838
Joined: Wed Aug 22, 2007 10:09 am

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 19 guests