Hi,
Anyone have an idea to do this ? (to detect when a popup is hided)
( I undestand, it doesn't reply my problem, but it is just for my personal
"Delphi" culture :-) )
procedure TForm1.Popup1OnRelease(Sender : TObject);
begin
ShowMessage('be carrefull this popup is closing...');
end;
Cédric
----- Original Message -----
From: "Robert Meek" <ffo...@comcast.net>
To: "'Borland's Delphi Discussion List'" <delphi@elists.org>
Sent: Thursday, June 11, 2009 5:08 PM
Subject: RE: Detect Popup Release
Perhaps you could have the onpopup event attached to an action...or
all the menu's items. I'm not on my Delphi system right now but the TAction
component has events for each action item that might provide what you need.
_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi