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::GUI.
Sometimes (can't tell what the trigger is) when hovering over a file the perl script will just exit. No core file or complaints. I tried wrapping the whole program into an eval { } print $@ if $@ but that didn't show anything.
Well, I wouldn't expect a core file on windows. perl -W -MCarp=verbose some_script.pl might give you some additional information. In my experience it's very unusual for perl on Win32 to just give up with no warnings/error from either Perl or the OS.
active state 5.8.8, win32gui- 1.05. I'm using xmlbuilder 0.49 to handle heavy gui lifting.
Which Win32 OS? Regards, Rob.