Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form loading flash
Message
From
13/05/2016 13:21:41
 
 
To
13/05/2016 08:38:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01636239
Message ID:
01636345
Views:
74
In your shoes I would try flipping .visible between .t. and .f. a few times instead of looping - no way to predict how many loops are necessary on other cpus and perhaps this is a better way to delegate the flash to off screen border lands ;-)

>Ok - that works! The delay of the form becoming visible from the 'timer' is much preferred to the flash! I set the form to open at top=-1000 and left=-1000, then in the gotfocus of the first control I put
>
>FOR x=1 TO 10000000
>	x=x+1
>ENDFOR
>thisform.Top=110
>thisform.Left=55
>
>Less that 10000000, and the flash still happens.
>
>Thanks everyone for the help!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform