Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress bar doesn't want to disappear from the screen
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00546304
Message ID:
00546315
Vues:
19
>Hi Nadya,
>
>I see .lockscreen=.f. but i don't see .lockscreen=.t.
>Is it issued before you are releasing the progressbar?
>
>< SNIP >

Thanks, Sergey, looks like this piece of code
if m.lnCount=m.lnReccount
         oProgBar.SetPos(m.lnReccount)
    endif
    .lockscreen=.f.
    oProgBar.Hide()
	oProgBar.Release()
	release oProgBar
	doevents()
	mouse at mrow(), mcol()
	.lockscreen=.t.
solved the problem.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform