Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wait with bigger font size
Message
From
04/04/2024 07:34:09
 
 
To
31/03/2024 10:23:57
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01687801
Message ID:
01687817
Views:
44
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é
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform