Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Themedcontrols - Zoomnavbar in _screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01466091
Message ID:
01466202
Vues:
194
>I am trying to integrate the super ThemedControls from Emerson Reed (vfpx) in my application.
>
>Specifically, I am trying to put the Zoomnavbar in _screen. Works perfectly in a Windows but I cannot make it works on _Screen.
>In order to do that, I subclassed the control and try to add it on _Screen with the following instructions:
>***** ***** Add themedzoomnavbar *****
>
> SET CLASSLIB TO 'vthemedzoomnavbar.vcx' ADDITIVE
>_SCREEN.AddObject('vzommbar','vthemedzoomnavbar')
>WITH _SCREEN.vzommbar
> .left = 0
> .Height = 125
> .Top = _SCREEN.Height - 125
> .Width = _SCREEN.Width
> .Stretch = .t.
>ENDWITH
>
>(I know the subclass works because it run well from a Windows).
>
>The result that I got is the following:
>It appears on _screen but not with the parameters that I put in the code and it disapear as soon it is activated.
>
>Any clue ?
>Many thanks
>Eric

Visible = .t.?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform