Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control Image Bleeding from Containers in PageFrames
Message
From
04/05/2005 09:39:42
 
 
To
04/05/2005 09:25:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01010738
Message ID:
01010744
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform