From 60515a6cef02edd0ccab823569f10238c26f10c7 Mon Sep 17 00:00:00 2001 From: graemeg Date: Thu, 13 Sep 2007 10:45:08 +0000 Subject: * CoreLib: fpgApplication now has a Terminated property which terminates the main event loop and application. Halt was just to harsh and objects never got freed. * GUI: Added a new INI Utils unit which introduces ReadOnly ini support and can also save a form's state and position. You access the ini file via the gINI singleton function. fpGUI Designer uses this. * All example project now free there main forms correctly. * Many bug fixes in GUI Designer. GUI Designer now also remembers the size and location of most forms. * Many of the GUI Designer forms are now maintained by the GUI Designer itself. * GUI Designer: Started implementing a Recent Files feature so it is quicker to open frequently used files. --- examples/gui/filedialog/filedialog.lpr | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/gui/filedialog') diff --git a/examples/gui/filedialog/filedialog.lpr b/examples/gui/filedialog/filedialog.lpr index 01793a6f..f1f06a04 100644 --- a/examples/gui/filedialog/filedialog.lpr +++ b/examples/gui/filedialog/filedialog.lpr @@ -92,6 +92,7 @@ begin frm := TMainForm.Create(nil); frm.Show; fpgApplication.Run; + frm.Free; end; begin -- cgit v1.2.3-70-g09d2