Board index » delphi » Re: Delphi refocussing on .Net - good or bad?
Markus.Humm
![]() Delphi Developer |
Markus.Humm
![]() Delphi Developer |
Re: Delphi refocussing on .Net - good or bad?2008-07-13 04:09:46 PM delphi135 Hello, for voting you should use the Win32 client available from the tools menu but be sure to update it first. You can cast up to 10 votes for each QC item then! Formerly one single QC user only had a total of 10 votes QC wide... I really hope they get that long promised QC web client overhaul out of the door asap! Greetings Markus |
m. Th.
![]() Delphi Developer |
2008-07-13 04:49:50 PM
Re: Delphi refocussing on .Net - good or bad?
Bob Dawson writes:
QuoteSame warning as to Q--remember that CG considers the main editor the 'real' features) because I didn't figured out why 'sometimes' the 'New edit window' makes a 2nd copy and 'sometimes' not. Thanks again for the clue. -- m. th. |
Robert Giesecke
![]() Delphi Developer |
2008-07-13 05:15:02 PM
Re: Delphi refocussing on .Net - good or bad?
m. Th. writes:
QuoteBob Dawson writes: VS.Net can do that just fine. And not just since VS2005. So it wasn't Winforms. And it still is around in the D2007, so what now? Quote
|
VT Venkatesh
![]() Delphi Developer |
2008-07-13 08:38:54 PM
Re: Delphi refocussing on .Net - good or bad?
Nick Hodges (Embarcadero) writes:
Quote
Can you confirm to what extend Eco 5 will be supported in the Tiburon due this year end. ECO team is planning for partial classes & partial methods in Eco V. Will they be available in Tiburon or we will only have ECO IV in Tiburon As Michael Swindell has admitted Delphi .net has found more favor with asp.net & eco makes asp.net development really a breeze. Hence having the latest eco features in delphi will add lot of value to delphi .net.Else lot of developers will drift away to VS venkatesh |
Bob Dawson
![]() Delphi Developer |
2008-07-13 10:38:04 PM
Re: Delphi refocussing on .Net - good or bad?
"Dan Barclay" wrote
Quote
And of course I can have a half dozen dicuments tabbed in the additional editor(s), all available for viewing without losing focus on the one I'm primarily working on. QuoteYes, I would love to have more than a window splitter but fer cryin' out loud monitors. bobD |
Bob Dawson
![]() Delphi Developer |
2008-07-13 10:43:00 PM
Re: Delphi refocussing on .Net - good or bad?
"Dan Barclay" wrote
Quote
The area of potential overlap is basically the area of the non-visual VCL. Stuff which CG is unlikely to rework at this point. bobD |
Bob Dawson
![]() Delphi Developer |
2008-07-13 11:01:33 PM
Re: Delphi refocussing on .Net - good or bad?
"Robert Giesecke" wrote
Quoteshowing code and design at the same time. debt. QuoteJust don't believe these things. bobD |
Robert Giesecke
![]() Delphi Developer |
2008-07-13 11:34:45 PM
Re: Delphi refocussing on .Net - good or bad?
Bob Dawson writes:
Quote"Robert Giesecke" wrote VS.Net makes no difference between a design surface or a text editor. So you can see the designer and either the user code, or the designer code, or both at the same time. Quote>Just don't believe these things. someone from CG. |
Bob Dawson
![]() Delphi Developer |
2008-07-14 12:30:33 AM
Re: Delphi refocussing on .Net - good or bad?
"Robert Giesecke" wrote
Quote
I notice that it is not completely live (changes made visually to the form don't show up in the code editor until you click on it and vice versa), but I can live with that. I can see this being very useful for those with super-wide monitors--i'd still prefer moving an entire tab group to floating mode and over to my second monitor over the embedded approach, but this is much better than I'd found before ... I stand corrected--and I appreciate it. bobD |
Robert Giesecke
![]() Delphi Developer |
2008-07-14 12:44:31 AM
Re: Delphi refocussing on .Net - good or bad?
Bob Dawson writes:
Quote
I'd love to see a mixture of what VS can do (that cool splitting) and what CDS can do (new tabgroups) It just *gotta* more intuitive than what you have to do in CDS to get a new tabgroup. Dragging a document out of the main window should be sufficient to create a new tabgroup, or put it into an existing one. |
Rene Tschaggelar
![]() Delphi Developer |
2008-07-14 01:29:20 AM
Re: Delphi refocussing on .Net - good or bad?
Nick Hodges (Embarcadero) writes:
QuoteRene Tschaggelar writes: beside each other to develop concurrently. While writing code, the form tells me a lot about other objects, their naming, their events and such. I develop an application iteratively. With a rough idea of the functionality in mind I start with a few button and memos on a form and add functional parts while testing them. Only of the trivial components I know every detail. Of the more complex and more seldom used ones I explore their possibilities while developping the application. The form is part of the process and cannot be swapped away without loosing much overview. My forms hardly ever exceed 600 pixels in square and fit nicely on my 1600x1200 sceen together with the rest of the IDE. As to the embedded designer... what was [considered] its advantage over the classical Delphi IDE, beside being a Visual studio clone ? Rene -- Ing.Buero R.Tschaggelar - www.ibrtses.com & commercial newsgroups - www.talkto.net |
m. Th.
![]() Delphi Developer |
2008-07-14 02:00:09 AM
Re: Delphi refocussing on .Net - good or bad?
Bob Dawson writes:
QuoteI notice that it is not completely live (changes made visually to the form if one wants an 'embedded' designer, why should refactor the entire architecture? Imho, something like the following code will give an 'embedded' designer while keeping the architecture unitary: pnlDesigner.Visible:=True; //the 'docking' site frmDesigner.Parent:=pnlDesigner; {...here we'll have code to persist the original Left & Top coordinates, perhaps in ExplicitLeft, ExplicitTop, in order to keep the original Left & Top for RTM & for the case of 'undocked' } //...and after this reset it in panel: frmDesigner.Top:=0; frmDesigner.Left:=0; ...or, if the want, they can implement a full fledged docking engine for the designer (ie. having the designer as a docking panel etc. etc.). ...but perhaps I am missing something? -- m. th. |
m. Th.
![]() Delphi Developer |
2008-07-14 02:18:49 AM
Re: Delphi refocussing on .Net - good or bad?
Robert Giesecke writes:
Quote> this is much more constructive (and here I don't imply you necessary). For me, as a humble outsider, a designer which targets VCL, WinForms, QT, dfm, XAML etc. etc. it is a matter of form format generator. Well, perhaps isn't everything straightforward, but with a plug-in/driver architecture, imho, this is quite doable. Something like: TFormGenerator = class(<whatever>) //manyLOC end; TVCLGen = class(TFormGenerator) //manyLoc end; TWinFormsGen = class(TFormGenerator) //manyLoc end; TQTGen = class(TFormGenerator) //manyLoc end; //...etc... TFormDesigner = class(...) ... function GenerateForm(aGenerator: TFormGenerator): TGenStatus; ... end; ...where's the problem? (...and (un)fortunately I don't ask you Robert - btw thanks for the clarifications) AFAIS now, the main problem with supporting a gazillion of libs shouldn't be the designer... even if, of course, the complexity grows. But perhaps the wanted to leverage something already done from Microsoft (I remember vaguely something about 'hardwired' things in Allen's explanations about 'dropping WinForms support'). HTH, -- m. th. |
m. Th.
![]() Delphi Developer |
2008-07-14 02:20:13 AM
Re: Delphi refocussing on .Net - good or bad?
Robert Giesecke writes:
Quote
QuoteIt just *gotta* more intuitive than what you have to do in CDS to get a m. th. |
Bob Dawson
![]() Delphi Developer |
2008-07-14 02:57:19 AM
Re: Delphi refocussing on .Net - good or bad?
"Robert Giesecke" wrote
Quote
window. And you could also drag it back where it would snap in as a tab again. A lot of parentage/ownership issues to deal with, but definitely do-able. I don't find the context menu approach all that obscure, but then I do tend to be a mouser, and given the number of people who don't seem to know it's there ... bobD |