3
votes
4answers
179 views
File Version Vs. Product Version
In the Delphi Project Properties dialog, there are settings for the "Product Version" and the "File Version". Can anyone explain the philosophical differences between the two?
0
votes
2answers
74 views
How can I add a new application / new file wizard to the Delphi IDE “New …” dialog?
Are there examples and resources (source code and documentation) available which show how a 'New xyz Application' or 'New xyz Document' wizard can be created with Delphi which then will appear in the …
3
votes
8answers
252 views
Help with strange Delphi 5 IDE problems
Ok, I'm going nuts here. For the last (almost) four years, I've been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include:
Seemingly random errors in coride50.bpl
…
1
vote
4answers
145 views
Delphi IDE - How to make disabled toolbar buttons grayscaled?
Seams like this one is for real Delphi geeks only.
This is how it looks (sorry, can't post images)
Delphi IDE ugly toolbar
What's wrong - disabled Delphi IDE toolbar and menu buttons are ugly …
1
vote
3answers
155 views
Is there a Delphi IDE plugin for XML file editing, validation, formatting?
Are there (free or commercial) IDE editor plugins for Delphi which
show valid XML tags and parameters automatically while editing (like CodeInsight for HTML does it already) or suggest the correct …
1
vote
3answers
216 views
Freeware “Structural Highlighting” for Delphi 2007 IDE
I'm in the middle of sorting out a nested set of if/then begin/end pairs, and missing the heck out of CodeRush's structural highlighting (which I used to have in Delphi 6, and loved). Is there a …
1
vote
3answers
175 views
Is there some way to load the TSQLConnection params from an ini file in design time?
I have a SQLConnection which is shared between projects, in runtine it reads the configuration from an ini file, is there some way to load this same configuration in design time?
0
votes
4answers
218 views
Adding Delphi 6 third party component to Delphi 2010?
Hi,
I have a few Delphi 6 third party components which I need to add to Delphi 2010 to begin my migration. Is it possible? The interface seem a lot different and I can't seem to find a way to do …
0
votes
2answers
136 views
delphi 2010 IDE ‘error insight’ error
Hello
when I open concrete projects the error insight mark with red lines incorrect areas of the screen. Also when I compile It, error messages are shown, but the line number displayed in the message …
0
votes
4answers
227 views
Can I map Caps Lock to something useful for the Delphi IDE?
OK, so I know I can remap the Caps Lock key in Windows registry, but is there something useful I can map it to in the Delphi 2009 IDE? I was hoping for Code Completion (Ctrl-Space), is there a way to …
2
votes
2answers
319 views
WinForms floating windows (like Delphi7 IDE)
I want to setup my WinForm to look like the Delphi7 IDE. Basically that means the window has no background (the desktop shows through), and child windows float around.
Here's a sample image:
I can …
0
votes
1answer
114 views
Delphi 2009 IDE Structure View Collapse function…
Hi,
Does anyone know now to collapse all items in Delphi 2009 IDE structure View?
I have no idea to collapse all items and that make me hard to find my class from the view.
Thanks
Terrance
8
votes
2answers
317 views
Is “implicitly imported” always a bad thing in Delphi packages?
Trying to rearrange my packages for a set of TFrame-descendent components, I'm finding it seemingly necessary to break out some of my utility TFrame descendents separate from the dialog forms which …
1
vote
3answers
159 views
Is there a way to change the default generated code wrapping width in the Delphi IDE Editor?
Now that I have a widescreen monitor, I can't seem to find a way to make the Delphi IDE wrap generated code at anything other than 80 chars. I've set the "Right margin" setting in the IDE Editor …
2
votes
5answers
477 views
Delphi IDE treating TFrame as if it were a Form
Every once in a while when I am tweaking my TFrame classes (adding properties, methods, etc), the IDE gets confused and acts as if it thinks the frame is a form, complete with header/caption, borders, …
