Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container flashes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00564513
Message ID:
00564530
Views:
15
>How can I prevent a container (a blue shape placed on the main VFP window) from flashing when a user resizes a window inside the main VFP window?
>
>TIA
>
>Alonso

Are you doing something like this?
_screen.addobject("mycontainer","container")
_screen.mycontainer.backcolor = 255
_screen.mycontainer.left = 255
_screen.mycontainer.top = 300
_screen.mycontainer.visible = .t.
I'm able to run forms on top of this without any flickering or flashing of the container. I'm able to move forms around on top of it, and resize forms on top of it. I compiled it into a simple .exe and got the same results.

Does it seem to be worse on slower computers?
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform