Is there example how to use it? I have created tpopupwidget descendant
and show it like this:

uses msewidgets;

type
  TfrmVolume = class(tpopupwidget)
end;

procedure tmainfo.ChangeVolume(const Sender: TObject);
var f: TfrmVolume;
begin
  f := TfrmVolume.create(Self, Self.window);
  f.show();
end;

I see it in left-top corner (position is not a issue), seems like it
doesn't stole mainform focus which is good but clicking on something
else doesn't hide it (and release) automatically. Which property I'm
missing?

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to