Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Themedcontrols - Zoomnavbar in _screen
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01466091
Message ID:
01466202
Views:
193
>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.?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform