Re: child window copies from parent "under" it
- Posted by wolfgang fritz <wolfritz at king.igs.net> Sep 17, 2000
- 440 views
You've created a rather 'strange' child... more like an incomplete control. ...notice that it can't even receive focus, by clicking on it's title bar, for example. Anyways, the simplest solution is: global procedure onClick_ChildButton() openWindow(aChildWindow,Normal) setVisible(ChildButton,False) end procedure > Can anyone tell me how to make the child window without this copying > happening (other than creating it where there is nothing to copy) ??