On 21/10/2007, Thomas Moritz <[EMAIL PROTECTED]> wrote: > > Imho, Delphi set the FormSize to DesktopArea. > ( ScreenSize - Taskbar )
OK, that's clever. Interestingly the Kylix 3 help doesn't mention anything of that behavior. > > Form1.Height:=Screen.Height-(Screen.Height div 100*8); > > It's only good for my own Screen. That's true! The other thing that many applications do and that annoys the crap out of me is that they always assume the taskbar is at the top or bottom of the screen. For example, I have a wide screen display. To me it makes more sense to put the taskbar on the left edge of the screen. It makes it easier to see the names of running programs in the taskbar. So many applications start up and are partially hidden behind the taskbar (on the left of my screen) because they assumed the taskbar is always at the bottom edge of the screen! Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
