Darius Blaszijk wrote:
On Thu, 2005-09-08 at 12:45, Bartek wrote:
I do not see the difference in creating the forms by myself than letting
Lazarus create them. :/
What does your lpr file show in that case??
Darius
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
begin
Application.Initialize;
Application.CreateForm(Tfrm_main, frm_main);
Application.Run;
end.
Is there a difference between Application.Create(TForm,Form); and
From:=TFrom.Create(main_form); ?
My app works flawless (except for this .ShowModal problem) when I create
them with Form:=TFrom.Create(...);
bartek
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives