Re: A time for patience
- From: Mike Margerum <junk@xxxxxxxx>
- Date: Wed, 07 Mar 2007 11:18:44 -0500
For the type of apps you are bullding, I wouldn't even consider managed code.
I tend to build middleware and rich client apps. I would think managed code could work well there. I allocate thousands of objects so i'm really curious to see if .net/java actually performs better because memory allocations are supposed to be faster than in say BCB. I would also think .net could help with memory fragmentation.
James Gibbons wrote:
Mike Margerum wrote:.The other thing that occurred to me is that the main reason I need a designer in BCB is to layout controls because everything is absolute. I suspect once I wrap my head around how the layouts work in QT, a visual designer might become less important.
The Designer supports both fixed layout and fully expanding forms. It tries to do everything for you and likes to size the controls based on what they hold so getting a aligned grid form setup is a little difficult. Just set the width to fixed and copy the control as needed using a grid layout as the base. The form can be set to fixed size so things don't change from your layout.
I personally use large fonts so my controls are easy to work on a touch screen, something not as easy with Win Forms or VCL, and my forms maximize to whatever the screen size is. This is to hide the Windows task bar and menu as my programs are out on the factory floor and we don't want people playing with Internet Exploder. You would be surprised how many companies have full access on their process networks to the Internet and all their office computers.
Qt offers the best resizing I have seen. It was impossible to do with MFC. On the VCL scaling is automatic but I had to write a routine that would go through all the third-party components and resize them for the current screen size which was a lot of work. Perhaps WPF will be better, but it isn't shipping yet and I don't care for .NET performance wise (yes, it is a beta technology preview so you won't bother buying Borland products). :)
James
- Follow-Ups:
- Re: A time for patience
- From: James Gibbons
- Re: A time for patience
- References:
- A time for patience
- From: Hopeful Skeptic
- Re: A time for patience
- From: Larry Maturo
- Re: A time for patience
- From: Huw Collingbourne
- Re: A time for patience
- From: Larry Maturo
- Re: A time for patience
- From: Huw Collingbourne
- Re: A time for patience
- From: Larry Maturo
- Re: A time for patience
- From: Huw Collingbourne
- Re: A time for patience
- From: Larry Maturo
- Re: A time for patience
- From: Hopeful Skeptic
- Re: A time for patience
- From: Mike Margerum
- Re: A time for patience
- From: James Gibbons
- Re: A time for patience
- From: Mike Margerum
- Re: A time for patience
- From: James Gibbons
- Re: A time for patience
- From: Mike Margerum
- Re: A time for patience
- From: James Gibbons
- A time for patience
- Prev by Date: Re: Comparison about Win32 / DotNet / CSharp on Delphi, and a wish ...
- Next by Date: Re: Comparison about Win32 / DotNet / CSharp on Delphi, and a wish ...
- Previous by thread: Re: A time for patience
- Next by thread: Re: A time for patience
- Index(es):
Relevant Pages
|