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:
01466401
Vues:
213
>>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
>

That's it!!!!!
Many thanks

Eric
>Visible = .t.?
Eric Crespin
Consultant
PC PLUS Software Inc.
www.pcplus.ca
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform