VS ide / delphi ide key mapI'm quit lost in VS ide, F9 run, F8 / F7
Ctrl+Alt+P for tool pallet and the fast find when you type component
name
F11 to switch to code view / object inspector, the ability to navigate
in the object inspector with tab and writing property name.
Will someone make a Delphi to VS guide?
--
Henning Swiboda wrote:
> I'm quit lost in VS ide, F9 run, F8 / F7
> Ctrl+Alt+P for tool pallet and the fast find when you type component
> name
> F11 to switch to code view / object inspector, the ability to navigate
> in the object inspector with tab and writing propert...
Delphi 2006 vs Delphi 2009 IDE stabilityHello, all.
I have medium sized project which includes about 20Mb of source code (just
size of *.pas files). I use Delphi 2006. There are third party component
suites JVCL, DevExpress Bars, Pegasus Imaging. All updates applied. The main
problem is IDE stability. About four..five times a day IDE become unstable
after intensive usage of code insight functions (most often I press
Ctrl+Space key). The best outcome is that I have to save everything and
restart the IDE. The worst outcome is when IDE stalls or falls into endless
loop of error messages and any unsaved work is lost. OS...
Re: Where is data form wizard in Delphi 2009? [pubic.delphi.ide]This message is in MIME format. Since your mail reader does not
understand this format, some or all of this message may not be legible.
--JivePart=_21560.zeB8CwDOH5aMJzMl
Content-Type: text/plain; charset="Utf-8"
Sample picture showing drag and drop from persistent fields edit window.
(Any TField in any TDataset should work, TSomeKindofTable, or
TSomeKindofQuery.
Warren
--JivePart=_21560.zeB8CwDOH5aMJzMl
Content-Type: image/jpeg;
name="drag_and_drop_from_persistent_fields_editor.jpg"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
...
DBExpress passing null value to storedprocedure parameter in Delphi 2009 [Edit]I am using delphi 2009 and trying to insert the record into database using the sql stored procedure but sql storedprocedure is inserting NULL into the database. My delphi code and sql storedprocedure is given below. Please tell me what i am missing
*SQL Store Procedure:*
CREATE PROCEDURE p_Main
(
@CMUserPassword nvarchar(255)
)
AS
BEGIN
INSERT INTO Revision_History (CMPassword,TDS,Application,Description) VALUES (@CMUserPassword,GETDATE(),'LicenseType' + '.' + 'SystemVersion','Database created. Upgrade = ')
END
*D...
DBExpress not passing value to InputOutput parameter values in Delphi 2009I cannot get dbexpress to pass a values into a stored procedure where the parameter type is ptInputOutput in Delphi from RAD Studio 2009.
I have SET NOCOUNT ON.
The code is:
procedure TfrmTestDBX.btnUpdClick(Sender: TObject);
begin
with sqlspUpd do begin
Active := False;
Prepared := true;
Params[0].Value := StrToInt(txtId.Text);
Params[1].Value := StrToInt(txtLockNum.Text);
Params[2].Value := txtTitle.Text;
ExecProc;
txtLockNum.Text := Params[1].AsString;
end;
ListTestDBX;
end;
This generates the following SQL that is passed to SQL Serv...
Delphi 2009 IDEHello,
Delphi 2009 IDE is flickering a lot ... Why ?
(Vista x64, ATI Radeon 4850, Core 2 Due 2.4 Ghz)
Examples:
1) Moving toolbars
2) Scrolling Tool Palette with Mouse wheel
Thank you
--
Charalabos Michael - [Creation Power] - http://www.creationpower.gr
...
IDE crash with Delphi 2009Hi,
I recently bought Delphi 2009 and tried upgrading a rather big
project. However, the IDE completely disappears every time I try to
compile. After a few hours of debugging I found the offensive code and
noticed there is already a QC for it: http://qc.codegear.com/wc/qcmain.aspx?d=66966
However, such a huge bug has not made it into SP1. This is really a
show stopper for me, as I can't compile my program; finding all the
instances of my code that crash the compiler would take me a really
long time which I do not want to invest, as I hope this bug will
eventually get fixed.
...
Delphi 2009 error starting IDEHi all,
When I try to start my D2009 I always get the same error.
"Stream read error"
I've already tried to reinstall using the administrator account, doesn't work.
Thanks all
> {quote:title=Hendrik Declercq wrote:}{quote}
> Hi all,
>
> When I try to start my D2009 I always get the same error.
>
> "Stream read error"
>
> I've already tried to reinstall using the administrator account, doesn't work.
>
> Thanks all
Have you installed D2009 alongside another version of Delphi. Or on a system that has h...
Delphi 2009 IDE: Synchronize DeadlockHi,
my MDI application uses threads with synchronized parts. It works fine with D2007 (XP and Vista) and also with D2009 (XP). If I run my programm without IDE, there are no problems either.
But when I start the programm within the IDE (D2009 - Vista), it stops when it wants to step in the first synchronized procedure.
What could be the reason for this deadlock? (I´ve installed Update #3 and #4 allready)
> {quote:title=Manfred Pfeiffer wrote:}{quote}
> Hi,
>
> my MDI application uses threads with synchronized parts. It works fine with D2007 (XP and Vista) and al...
Comparison between Visual Studio 2008 IDE and Delphi 2010 IDE?Hi,
I wonder which is more programmer friendly. Especially for syntax
highlighting and fast code writting, viewing..
Thanks..
Mehmet Fide wrote:
> Hi,
>
> I wonder which is more programmer friendly. Especially for syntax
> highlighting and fast code writting, viewing..
>
>
> Thanks..
See "RAD Studio 2010 vs. Visual Studio 2010" in non-technical group.
--
Warm Regards,
Lee
...
Delphi IDEsIs it possible to write applications for Android and touch sensitive screens
with Delphi XE4 or later versions of Delphi?
Is it possible to write applications for Windows 8 and touch sensitive
screens with Delphi XE4 and later versions of Delphi?
Pier
Pier wrote:
> Is it possible to write applications for Android and touch sensitive
> screens with Delphi XE4 or later versions of Delphi?
iOS support was added in XE4. Android support was added in Delphi XE5.
> Is it possible to write applications for Windows 8 and touch sensitive
> screens with Delphi XE4 an...
Delphi 2009 IDE errorsI go to Build or Compile and get an error
[DCC Error] E2161 Error: RLINK32: Error opening file "FilenameHere.dfm"
It is becuase a file in my USES clause in not open or part of my project.
If I open the file first it will compile. (Once it compiles I can close the fileand it still compiles until I exit Delphi 2009)
OR If I add the file to my project it will compile.
This is a shared unit I do *not* want to include in my project.
This worked fine in Delphi 6 and I think in Delphi 2007(although I did not test this exact case to know for sure)
The path to the file is in Tools, Op...
Delphi 2009 IDE corrupts project file?I did a build and maybe an install on a Delphi project that is not a design
time project.
The units in the project have disappear twice now after building the
project.
I let Delphi convert the project instead of creating a new project and
adding the units.
Has anyone else had project corruption problems with Delphi 2009?
Larry Griffiths
...
Delphi 2009 IDE crashes on exception EParseErrorI have installed Delphi 2009 on a Windows XP machine and got latest updates
Very often (became impossible to work !) the IDE silently crashed when I was just browsing a source code.
I ran a second IDE instance to debug the other one, and could catch this when the first crashed : "The bds.exe project has raised the exception class EParseError with message ")' expected but FUNCTION found'"
This looks to be a bug in the IDE : it does not handled that exception for some obscure reason.
I succeeded to continue to work with it, disabling some options but that's only a...
Is it posible to configure Delphi XE3 IDE to use Delphi 7 compiler/debugerHi!
Like many other developer out there I have several project which has been developed with older version of Delphi (Delphi 7). Since theese projects rely on some components which are not compatible with newer versions of Delphi (no newer versions available) I'm forced to do any maintnance on theese projects using Delphi 7.
Another solution would be to find replacment components which would provide me with same capabilities and work with latest versions of Delphi. But this would probbably require compleete rewritings of my projects (lots and lots of work).
So currently I'm using...
Delphi 5 To Delphi 2009I upgraded to Delphi 2009 from D5. The install says I can install Delphi and/or C++. Delphi installed OK but I see nothing of C++. What am I missing or does my upgrade not include C++? Thanks
It depends on what you bought. If you bought Delphi 2009 only, that's
what you get. If you bought Delphi 2009 and C++ Builder 2009 you get
both. My guess is you got Delphi 2009 only. The simplest way to verify
is look your invoice - it should say I would think. You could also go to
members.embarcadero.com, login, then click on my registered products.
There will be a textual description of...
Delphi 4 to Delphi 2009Hello,
Thanks to all who answered my previous question. That was a great help.
And atlast our client agreed to upgrade our delphi version from 4 to Delphi 2009. *Sigh*.
But before that, I need to give the estimation and cost regarding the migration to delphi 2009.
Can anyone tell me is there any tool to migrate from delphi 4 to delphi 2009 or just I need to compile our Delphi 4 application in Delphi 2009.
I have read from the delphi 2009 feature matrix that Delphi 1 through Delphi 2007 import is possible in delphi 2009. But i am not that sure considering the size of our application.
...
DBExpress not setting InputOutput parameter values in Delphi 2009I cannot get dbexpress to set the values passed into parameters that are ptInputOutput in Delphi from RAD Studio 2009.
I have cut out everything that is not necessary and just have the bare bones running for this test.
The code is:
type
txtLockNum: TEdit;
spUpdSystemUser: TSQLStoredProc;
…
with spUpdSystemUser do begin
Active := False;
Params[0].AsInteger := 3477;
Params[1].AsInteger := StrToInt(txtLockNum.Text);
Params[2].AsBoolean := True;
Params[3].AsString := 'A-Test3';
Params[4].AsString := 'A-Test3';
Params[5].AsSt...
Delphi 2009 -> IDE is very slow with large projects...Hello all,
I've been a delphi user since delphi 1 (or 2 ?)
I have build a big project (800 000 line code, 600 units), and I'm using now Delphi 2009...
When I'am opening my project it takes 10 minutes to strt up the IDE and being ready ....
This is not nice at all ...
I do not believe that this Delphi 2009 IDE is not suited for big projets, but only works well with small projects ?
Also I have a big unit made of 23 000 line code (yes I know this is not nice either, I plan to split it, but it was not a problem for Dephi 7) ... and the D2009 IDE is extermely slow ...
I...
Delphi 2009 app no longer runs from IDE with debugging onI've got an app that has been running fine for years that all of a
sudden will not launch from the IDE anymore unless I select "Run without
debugging". I have not made any code changes since the last time it was
working correctly.
When I select Run, the IDE minimizes normally. My EXE shows up in the
Windows Task Manager but there is nothing visible on the screen. Then
after about 10 or 15 seconds, the IDE pops back up as if the program was
terminated normally. If I run without debugging then all is fine.
What should I look for? If I create a new app with just a...
Application object in Delphi 2009 and Structure pane in IDEHi,
my "old" application from BDS 2006 compiles without errors in D2009, but the IDE shows me in the "structure" pane several errors. All of them are connected with the Application object. Here they are:
Form1.Caption := Application.Title; //undeclared identifier
AFolder := ExtractFilePath(Application.ExeName); //AFolder is a string // //undeclared identifier
Application.ProcessMessages; //undeclared identifier
if Application.Terminated then Exit; //expression type must be Boolean
Maybe the "structure" pane still has some errors? Code Insight shows fo...
Value cannot be null. Parameter name: value
I've been running the binary release of 0.95 for a week or so without any problems, but today it's started giving errors when visiting a post.
See http://graemef.com/blog/archive/2004/01/15/453.aspx for an example (and stack)...
Two things I did today:
1. Change the server time zone in my web.config file
2. Set new posts to be unpublished by default
I'll have a look and see if I can figure out what's going on, but I won't have time until the weekend so I thought I'd mention it here too :)
Cheers,
G.Graeme Foster
http://graemef.com
Just touch (ie, edit something) in yo...
Key cannot be null. Parameter name: key
Hello,
I'm getting this error:
System.ArgumentNullException: Key cannot be null.Parameter name: keySource Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace:
[ArgumentNullException: Key cannot be null.
Parameter name: key]
System.Collections.Specialized.HybridDictionary.get_Item(Object key) +128
System.Web.UI.Page.SaveAllState() +954
System.Web.UI.Page.ProcessRequestMain(Boolean includeStag...
Value Cannot be null. Parameter name: Key problem on startup [Edit]Hi,
I'm running windows 7 SP1 and have XE4 and 2009 installed, however RS2009 refuses to run giving the error above.
I have tried the fix of adding -rfoo to the command line but that makes no difference.
I have searched through the forum but can't seem to find anything else other than the command line switch.
Anybody offer any help?
thanks
Trevor
Nobody have any ideas how I can fix this?
I guess not!
So much for rapid application development - thanks Embarcadero!
Edited by: Trevor Goldsmith on Sep 19, 2013 9:27 PM
Edited by: Trevor Goldsmith on Sep 23, 2...
Delphi 6 IDE, Open Project does not sort the file nameHi,
I am using Delphi 6 IDE on Windows XP, when I open the project it does not sort the file names by alphabatic,
I Click on "View Menu-- Detail -- click on Name" .
When I go back to open project, it goes back to its normal sorting...
Where do I need to make change, so everytime I open open project it will open in alphabatic order.
Any help will be highly apprecaited!
Thanks.
Sam
> {quote:title=samir patel wrote:}{quote}
> Hi,
>
> I am using Delphi 6 IDE on Windows XP, when I open the project it does not sort the file names by alphabatic,
> I ...