1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 16:55:01 -05:00

Revert "Revert to Tray"

This reverts commit d3801f0a45.
This commit is contained in:
Merlijn Wajer 2010-03-19 00:51:11 +01:00
parent d3801f0a45
commit b9f3074cb8

View File

@ -2007,9 +2007,18 @@ begin
end;
procedure TForm1.ButtonTrayClick(Sender: TObject);
var
Ext: TSimbaPSEventExtension;
{ FIXME: Turning it into a test button again... }
begin
Form1.Hide;
{Form1.Hide; }
try
Ext := TSimbaPSEventExtension.Create(MainDir + DS + 'Extensions' + DS + 'test.pas');
Ext.Free;
except
Writeln('Something went wrong with the Extensions.');
end;
end;
procedure TForm1.PageControl1Changing(Sender: TObject; var AllowChange: Boolean