Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disappearing Slider Control MScom
Message
De
26/04/2005 22:08:10
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
26/04/2005 12:58:12
Graham Trott
Hamilton Pc Repair
Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01008221
Message ID:
01008694
Vues:
20
>Put this code in the init event of form
>
>thisform.olecontrol1.oBJECT.visible=.t.
>thisform.LockScreen=.t.
>thisform.olecontrol1.Height=133
>thisform.olecontrol1.value=0
>thisform.Refresh
>thisform.olecontrol1.value=-128
>thisform.olecontrol1.Height=132
>thisform.refresh
>thisform.LockScreen=.f.
>thisform.Refresh
>
>Still no luck. Thanks for any help

I've found what we were using back then... though it was a scrollbar ocx, not a slider - but it should be the same.

We had a visible_assign method for the object which contained the scrollbar.
So,
			.ScrollBarHorizontal.ZOrder( 0 )
			.ScrollBarHorizontal.UIEnable( .T. )
			.ScrollBarHorizontal.SetFocus( )
			.ScrollBarHorizontal.Visible = .T.
(The UIE() was there probably because the container was on a page of a pageframe)
Don't know which one of these (if any) may help in your case.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform