Tagged Questions
10
votes
4answers
149 views
RAD Studio 2009 Persistent Selection Issue: Bug or Feature?
Sometimes, when coding in RAD Studio 2009 (Delphi), suddently the behaviour of the code editor changes. After such an event, a selection is no longer cleared on character input. This often happens ...
4
votes
2answers
210 views
RAD Studio 2009 Ctrl+Z Buffer Corruption Bug
Now this has happened to me twice this week alone: when I press Ctrl+Z a number of times in RAD Studio 2009, the editor buffer gets corrupted. The current and nearby lines get filled with nonsense ...
2
votes
1answer
168 views
Locking down RAD Studio internal browser security
I use Firefox as my web browser, mostly for access to add-ins such as Flashblock and No-script. I noticed yesterday that the RAD Studio internal browser used for the Welcome Page etc has scripting and ...
2
votes
5answers
662 views
Where to store Delphi code in windows 7?
I just noticed that some of my new Delphi controls get installed in the Public Documents folder in windows 7 (TMS Smooth controls and Virtual Treeview). Is there a reason for this, is this a ...
2
votes
2answers
526 views
Delphi 2009 using MSBuild in RAD Studio Command Prompt F1026 File not found
I have been stuggling to get the MSBuild to successfully build my .dproj file for the last few days on a build machine.
First, I needed the EnvOptions.proj file from the developer's machine, which ...
2
votes
2answers
3k views
Can I use Delphi or C++Builder for Windows Mobile 6.1 Development?
I'm curious about what it takes to program for mobile devices (Windows Mobile 6.1) and if I can use the IDE's we're already used to (RAD Studio 2009).
Is there a Mobile Development Community around ...
1
vote
2answers
388 views
How to create a simple pascal-program in Codegear RAD Studio 2009?
For example, this simple program:
Program Helloworld;
Begin
writeln ('Hello world!');
readln;
End;
1
vote
3answers
209 views
Delphi 6 alongside RAD Studio 2009
I need to migrate to RAD Studio and have this installed on a new workstation. At the moment I still need to develop with Delphi 6 until we get all the necessary control updates and sort out the ...
0
votes
1answer
205 views
Delphi 2009 - res file is not recreated
I'Ve just created a small application with a toolbar, some toolbar buttons and an TPngImageList.
I have saved the project and compiled it.
Now I've deleted the .res file in the project folder.
When I ...
0
votes
2answers
220 views
Delphi 2009 RAD Studio - Desktop Selector not Working
In the Delphi 2009 RAD Studio, there is a drop-down combo box where you can select the desktop configuration, i.e. "Default Layout", "Debug Layout, "Classic Undocked", etc. This has stopped working ...
0
votes
4answers
527 views
Project links in RAD Studio Welcome page do not work
As you know, welcome page in RAD Studio shows a list of recent projects, and you can open each project by clicking on its name.
My problem is that if the project is located somewhere My Documents ...