0
votes
2answers
71 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 …
1
vote
4answers
140 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
154 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 …
3
votes
8answers
247 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
3answers
215 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 …
0
votes
4answers
209 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 …
1
vote
3answers
173 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
2answers
132 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
224 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
310 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
0
votes
3answers
168 views
I have a problem in dll?
hello all friends..........
I create a form inside the Dll. But it compile is not successfully.Some Error below.
" Access violation at address 004EB784 in module 'Project1dll.dll'.Read of address …
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 …
3
votes
4answers
226 views
How to open windows explorer when I click a button?
I have a form in a Delphi project. There is a button on the form. When the user clicks the button, I want it to open Windows Explorer.
What code will I need to achieve this?
8
votes
2answers
311 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 …
