Re: [perl-win32-gui-users] tool tips && Win32::GUI::GetOpenFileName

2007-05-30 Thread Robert May
On 30/05/07, Fleming, John M <[EMAIL PROTECTED]> wrote: Does anyone know how to disable tooltips in a GetOpenFileName window? I'm not aware of any way to do this I have a problem that I think it related to tool tips. You may be right, but it's more likely that we have a problem in Win32::GU

Re: [perl-win32-gui-users] Refreshing the Window

2007-05-30 Thread jez_white
George, Win32-GUI operates in the same way as any other language - its event driven. How does windows know to update a window? In some cases it can work it out - for example when a window is covered by other windows. In other cases, you have to tell windows to update - you do this by invalida

Re: [perl-win32-gui-users] Refreshing the Window

2007-05-30 Thread George
thanks for the response, but where should we insert the invalidate function, i am lost completely. and many discussions in the forum are complicated and for experts only, i have tried many variations with no success. the available examples in the forum are calling a sub paint which includes

Re: [perl-win32-gui-users] Refreshing the Window

2007-05-30 Thread jez_white
Hi George, As a quick reply (I don't have perl on this machine) just invalidate the area that needs to be redrawn and windows will then fire the paint event. You always have your drawing in the paint event. Cheers, jez -Original Message- From: "George" <[EMAIL PROTECTED]> To: "perl-wi