Am Sonntag, 21. Oktober 2007 14:10:40 schrieb Mattias Gaertner:

Hello Mattias,

> Let the window manager do the maximization.

Sorry! At my tests,  it looks that the MainForm behind the kicker.
A Statusbar displayed the correct size. Thanks!

The MainForm must to keep this maximized size oneself.

Form1.WindowState:=wsMaximized; // OK
Form1.BorderStyle:=bsSingle;    // OK

but

Form1.BorderIcons:=[];
is ignored by gdk. What can i do?


procedure TForm1.FormResize(Sender: TObject);
begin
  Form1.WindowState:=wsMaximized;
end;     

This isn't a right way, because the screen flickers.

Regards Th. Moritz

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to