Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disappearing Slider Control MScom
Message
De
27/04/2005 00:01:34
Graham Trott
Hamilton Pc Repair
Ontario, Canada
 
 
À
26/04/2005 22:08:10
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
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:
01008712
Vues:
14
Tried with no luck. Weird thing is with the setfocus event, when used seems to lock my prog with the background of my form and nothing on it, so I think something is a little screwy but not sure what. Thanks Dragan

>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform