PDA

Click to See Complete Forum and Search --> : SetParent problem


Tonatiuh
Jun 20th, 2000, 01:47 AM
I'm using the SetParent to mimic the MIDI and Child forms. But, when I show another form over the "child" form, I have problem when close this form. The "Child" form doesn't refresh well.

Any idea about it?

Jun 20th, 2000, 02:04 AM
If you ant to Refresh a Form, use the Refresh method.

kedaman
Jun 22nd, 2000, 06:26 AM
Maybe it's a problem with the clipcontrol property, go search tough all controls and forms and set it to true

Tonatiuh
Jun 22nd, 2000, 08:32 AM
Just the container objects as Form, Frame, etc. has tha 'ClipControls' property and everyone has it as TRUE.

CLouDX
Jun 28th, 2000, 08:21 AM
try setting the left and top of the child to 0 before
setting it parent. this might help redraw it before its is
transfered