Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Potential HalfHeightCaption Bug
Message
 
À
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:
01005519
Vues:
17
Hi Fabio

Yes I agree that the logic should be that TitleBar overrides the HalfHeightCaption. When I want to turn off a titlebar I want to turn it off no matter what height it is.

Simon


>>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
>
Simon White
dCipher Computing
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform