Re: child window copies from parent "under" it
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) ??
|
Not Categorized, Please Help
|
|