mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 16:55:01 -05:00
parent
d3801f0a45
commit
b9f3074cb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user