Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Potential HalfHeightCaption Bug
Message
De
16/04/2005 16:50:39
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Divers
Thread ID:
01005242
Message ID:
01005492
Vues:
21
>Hi
>
>I am not sure if this is a bug or by design but if you set the HalHeightCaption to .T. then try to set the TitleBar property to Zero the titlebar is still displayed. I would have expected to see the title bar turned off.
>
>Simon

By (bad/bug) design, HalfHeightCaption is checked before TitleBar:
if HalfHeightCaption=.T.
 show halfTitle
elseif TitleBar=1
 show fullTitle
else
 show noneTitle
More sense if:
if TitleBar=0
 show noneTitle
elseif HalfHeightCaption=.T.
 show halfTitle
else
 show fullTitle
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform