Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress bar doesn't want to disappear from the screen
Message
 
 
To
20/08/2001 13:54:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00546304
Message ID:
00546373
Views:
13
>>The solution was posted in my reply to Sergey. Here it is:
>>
>>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.
>>
>
>Okay. That's the code, but which bit is the actual solution?

Setting lockscreen to false in conjunction with doevents. I think, I tried without doevents() before, and it didn't work, but I tried soo many things, that I'm really not 100% sure. At least, this particular piece works :)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform