Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LockScreen=.T. affects some properties
Message
From
05/10/1997 13:32:59
 
 
To
05/10/1997 13:11:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00053320
Message ID:
00053322
Views:
23
>When I have LockScreen=.T., I have found that some properties have strange behaviors.
>
>In one of my application, when LockScreen=.T., I change a caption on a label. When LockScreen will become .F., I will see my new caption which is ok. But, before changing this caption, I show the Width of that label which gives me a certain value. Then, I change the caption and show the Width of that label again, which still give me the old value. So, at this point, we have a situation that the Width of the label is not giving the actual Width.
>
>If I do this process with LockScreen=.F., the Width of the label will be shown ok after the change.
>
>I tried all kind of workaround in order to make the Width property to be reflected when using LockScreen=.T. So far, I haven't found a workaround.
>
>This label is in a container. Maybe there is a bug with that.
>
>IAC, having LockScreen=.T. or .F. should always give the value of the Width property correct.
>
>Any idea on how to solve this situation?

In my opinion, this is a normal behavior. Since the label caption is not changed on the screen, the actual width is the one of the text on the screen and the new width will be in effect when the new caption will be on screen (ie when the LockScreen becomes .f.).

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform