For Programmers: Free Programming Magazines  


Home > Archive > Kylix > August 2005 > Strange behaviour K3 vs Delphi 7









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Strange behaviour K3 vs Delphi 7
zeljko

2005-08-10, 5:10 pm

Delphi 7
TForm
BorderStyle = fbsDialog
* Only "Close" button is showed in TitleBar.
BorderStyle = fbsSingle
* Same as fbsDialog

Kylix 3
TForm
BorderStyle = fbsDialog
* Minimize and Close buttons are showed in TitleBar.
BorderStyle = fbsSingle
* Same as fbsDialog

K3 + unoff. patch 3.8.1

Any comments ?
Andreas Hausladen

2005-08-10, 5:10 pm

zeljko wrote:

> Delphi 7
> TForm
> BorderStyle = fbsDialog
> * Only "Close" button is showed in TitleBar.


That is Windows-Default for Dialogs

> BorderStyle = fbsSingle
> * Same as fbsDialog


Not at my computer:
http://andy.jgknet.de/oss/kylix/fbsDialog.png
http://andy.jgknet.de/oss/kylix/fsbSingle.png


> Kylix 3
> TForm
> BorderStyle = fbsDialog
> * Minimize and Close buttons are showed in TitleBar.
> BorderStyle = fbsSingle
> * Same as fbsDialog


Under Linux it is the WindowManager that controls the caption bar. Gnome
for example show sometimes different caption buttons than KDE.


--
Regards,

Andreas Hausladen
(http://www.kylix-patch.de.vu - unofficial Kylix 3 patches)
(http://andy.jgknet.de/blog)
zeljko

2005-08-11, 4:04 am

Andreas Hausladen wrote:

> Under Linux it is the WindowManager that controls the caption bar. Gnome
> for example show sometimes different caption buttons than KDE.


Yep, stupid me , KDE 3.4 TDialogs have Maximize & Close, but fbsDialog &
fbsSingle have Minimize & Close.
it's stupid, since stupid user usualy minimize modal window and then
screaming about frozen app ... patching kwin ;)
tnx.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com