Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control Image Bleeding from Containers in PageFrames
Message
De
04/05/2005 09:39:42
 
 
À
04/05/2005 09:25:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01010738
Message ID:
01010744
Vues:
22
Hi Gary,

Here are some SWAGs (Scientific WildAss Guesses)

Idea 1:

Theory: Try changing your form's size to trigger the same repaint activity as you're getting via the minimize and restore technique.

ThisForm.LockScreen = .T.
lnWidth = ThisForm.Width
ThisForm.Width = 10
ThisForm.Width = lnWidth
ThisForm.LockScreen = .F.

Idea 2:

ThisForm.Refresh()

Idea 3:

ThisForm.Paint()

Malcolm



>Hi,
>
>I am having a problem with the above. I have a page frame containing another pageframe (on page three). The second pageframe loads containers (containing controls) "on the fly". I have noticed that some of the container's contents appear to be drawn outside of the area of the outer pageframe?
>
>I have tried Thisform.Draw() and toggled LockScreen On/Off to ne real effect. If I minimise the form and then reopen it, the form rectifies itself.
>
>Any suggestions?
>
>Thanks,
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform