>  Application.Initialize;
>  Application.CreateForm(TForm1, Form1);
>  Application.Title := Form1.Caption;              <--------- problem line
>  Application.Run;


if it's the same parser glitch as Delphi 1 had then try

with Application do title := Form1.Caption;

it's kinda silly but it worked for a case we had in D1.

>Note : The run and pause icons disappear when the 'e' for title is typed
>and in the line that works the icons reappear after the semi colon is
>typed.


Oh goody that's a cute one...

--
Aaron Scott-Boddendijk
Jump Productions
(07) 838-3371 Voice
(07) 838-3372 Fax

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to