On Saturday 30 April 2016 12:41:10 Krzysztof wrote:
> 2016-04-30 8:06 GMT+02:00 Martin Schreiber <mse00...@gmail.com>:
> > I'll take a look. How do you show the form?
>
> Like this:
>
> var f: TfrmEditLibraryDirs;
> begin
>   f := TfrmEditLibraryDirs.Create(nil);
>   try
>     f.show(True);
>   finally
>     f.Free;
>   end;
> end;
>
> If there will be some kind of fo_ownerformcenter then I could pass
> owner form instead of nil
>
Git master 36918157eeb535bca33709abfbe9d9ca6dec391c has 
fo_transientforcentered, fo_mainwindowcentered. Please use:
"
     f.show(true,TheTransientForWidget.window);
"
for fo_transientforcentered. If "transientfor" parameter is nil the last 
active window is the base window.

Martin

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to