Re: child window copies from parent "under" it
Fritz,
Ok, I'm not that surprised that I created a strange child :) , but your
simple solution is too simple; when I asked for a solution "other than
creating it where there is nothing to copy", I should have added "and
without having to make everything on the parent window be not visible or not
there", because that's what I really meant.
So, if the window I created was "strange", then how could I create a child
window that *isn't* strange, which wouldn't copy stuff (any stuff) from the
parent?
Dan
ps. I couldn't find win32.hlp???
----- Original Message -----
From: "wolfgang fritz" <wolfritz at KING.IGS.NET>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Sunday, September 17, 2000 6:10 AM
Subject: 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
|
|