Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cancel Button Activation
Message
De
19/08/1998 13:41:05
 
 
À
19/08/1998 12:57:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00128078
Message ID:
00128197
Vues:
26
>>
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform