RE: [perl-win32-gui-users] Re: Window / Dialogbox scrollbars

2004-06-17 Thread Frazier, Joe Jr
I would also resize the inner window in proportion to the outer window, otherwise, if someone resizes the outer window, you see the inner windows border (assuming you don't want that). Joe Frazier, Jr. Senior Support Engineer Peopleclick Service Support Tel: +1-800-841-2365 E-Mail: [EMAIL PROTEC

[perl-win32-gui-users] Re: Window / Dialogbox scrollbars

2004-06-17 Thread kenneth . dahlitz
Thanks Jez... I appreciate your pointers Although I didn't make a child within the child what I did was make the main window control the child. This seems to work perfectly. I included the final test script just in case anyone else was wondering how this all works. It's not the cleanest..

Re: [perl-win32-gui-users] -noflicker problem

2004-06-17 Thread Jez White
Hi Glenn, I've just tried this, and I have no problem - although I am using a later version of Win32-GUI. Cheers, jez. - Original Message - From: Glenn W Munroe To: perl-win32-gui-users@lists.sourceforge.net Sent: Tuesday, June 15, 2004 5:57 PM Subject: [perl-win32-gui-user

Re: [perl-win32-gui-users] Window / Dialogbox scrollbars

2004-06-17 Thread Jez White
Hi, I can confirm that scrollbars work, and work well. Your almost there - it took me a while to understand how it all works:) In windows, scroll bars are really nothing more than dressing and you are responsible for updating and changing the client area as scrolling takes place. There are a cou

[perl-win32-gui-users] AxWindow refresh problems

2004-06-17 Thread Brad Smith
I have a Window that has an embedded AxWindow. The AxWindow contains a webpage. The webpage has NetMeeting embedded in it, via the html class. Therefore, within my Window, I have an embedded OLE, into which there is another embedded OLE. I am having problems with the NetMeeting OLE refreshi