Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wait with bigger font size
Message
De
04/04/2024 07:34:09
 
 
À
31/03/2024 10:23:57
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01687801
Message ID:
01687817
Vues:
45
That didn't work,

Weird thing is that there is a delay (inkey(3)) before the caption is displayed.

After the string is displayed, my form is never released.




This is the code I have in SHOW

thisform.lblMessage.Caption = thisform.para_ctext

INKEY( 3)

thisform.Release
>>Hello all,
>>
>>Happy easter!
>>
>>I want to display text in a form. The command WAIT should be the solution but I need to display a messagge with a bigger font size.
>>
>>I thought I could do this
>>
>>Create form and then
>>
>>in the init
>>
>>PARAMETERS cText
>>thisform.lblMessage.Caption = cText
>>INKEY( 3)
>>RETURN .f.
>>
>>The message is not displayed.
>>
>>How can I do this?
>
>In the .init() of what?
>
>Perhaps in the form.show() create such a label and then on a one-time 3 second timer remove the label or set its caption to "".
>
>If you return .f. from anything's .init() the thing shouldn't be created at all.
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform