Re: [ql-users] setting qptr to a window

2006-11-16 Thread Dave Walker
Message - From: Marcel Kilgus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 9:36 PM Subject: Re: [ql-users] setting qptr to a window James Hunkins wrote: When I do the pulldown call it sets up the dropdown menu as a sub- window. I verified this by getting

Re: [ql-users] setting qptr to a window

2006-11-15 Thread James Hunkins
When I do the pulldown call it sets up the dropdown menu as a sub- window. I verified this by getting the returned channel from a set to the window _wm.swinf) from the call and doing a clear. It cleared the sub-window (loose item) of the drop down menu properly so PE does see it properly.

Re: [ql-users] setting qptr to a window

2006-11-15 Thread Marcel Kilgus
James Hunkins wrote: When I do the pulldown call it sets up the dropdown menu as a sub- window. I verified this by getting the returned channel from a set to the window _wm.swinf) from the call and doing a clear. It cleared the sub-window (loose item) of the drop down menu properly so PE

[ql-users] setting qptr to a window

2006-11-13 Thread James Hunkins
Guys, In C68 when I set things to a window using wm.swinf or wm.swapp, any printf statement after that goes into the proper window within my app. When I do a drop down menu (window), doing the same call and clearing the window with the returned channel works just fine. But when I do another