[Lazarus] Form has no components and have to be forcibly killed
Samps
samps at unplugd.com
Tue Aug 12 07:07:41 CEST 2014
Lazarus from SVN, rev. 46030, compiled with FPC 2.6.2 on Linux 64-GTK2
Simple project with just a button on a form:
procedure TForm1.Button1Click(Sender: TObject);
begin
close;
end;
Expected behaviour when hitting F9 would be a form with a button that's
capable of making the form disappear.
What I get is: A blank form, no button. This form can be killed by clicking
on the X in its system menu, after which I am returned to the GUI.
Compiled execuatbles made with Ctrl+F9 and run from disk work as expected.
I am unsure when this anomaly was introduced, as I have been away for quite
a few SVN revisions.
cheers
Samps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20140812/f686433c/attachment-0002.html>
More information about the Lazarus
mailing list