Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancel Button Activation
Message
From
19/08/1998 13:41:05
 
 
To
19/08/1998 12:57:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00128078
Message ID:
00128197
Views:
27
>>
>>Alex your progress bar is pretty neat. One problem:
>>
>>If you try to dynamically add it to a form, it doesn't work correctly because it sizes and positions itself at the time the object is instantiated. You can't change the size/position at run time. Do you have any suggestions for that?
>
>Thank you, Fred.
>
>Do you have the latest version of ProgressBar?
>If not then download the last version from UT files archive.
>I fixed some bugs there.
>
>Here's sample code which works fine with last version of PB
>
>with thisform
>    ...
>    .AddObject("oProgressBar", "ProgressBar")
>    .oProgressBar.Move(40, 40, 400, 16)
>    .oProgressBar.Visible = .t.
>    ...
>endwith
>
>
>Best regards.
>
>Alex.
>(Sorry for my English)


Was the Move method always there and I just missed it? Anyways, I'll get the latest version and check it out.

Thanks!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform