Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container flashes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00564513
Message ID:
00564530
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform