Hi Martin,
Any idea why my form's OnShow event handler doesn't fire?
I display the Procedure List form as follows.
procedure doProcedureList;
var
fo: tprocedurelistfo;
begin
fo := tprocedurelistfo.create(nil);
try
fo.show(true); finally
fo.Free;
end;
end;
The OnCreate event fires, but the OnShow doesn't. I placed writeln()
statements in all event handlers to verify.
Regards,
Graeme
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk