[perl-win32-gui-users] AddSlider Sample

2005-08-24 Thread Steven Lloyd
For what it is worth, here is an example of horizontal and vertical sliders. Feel free to add this to the samples if you would like. Note: Min, Max, and Pos do not seem to work when sent as attributes on slider creation but work if set afterward. Any ideas why? Steve Lloyd

[perl-win32-gui-users] Tooltip once again

2005-08-24 Thread Dominik
Hi list, i dont get it.. is there one example how to use a simple tooltip - not using the -tip = text option but creating a Win32::GUI::Tooltip object somewhere around? I am searching a way to display a tracking multiline tooltip from one of my events ( a hooked WM_HELP after clicking the

Re: [win32gui] [perl-win32-gui-users] AddSlider Sample

2005-08-24 Thread Robert May
Steven Lloyd wrote: For what it is worth, here is an example of horizontal and vertical sliders. Feel free to add this to the samples if you would like. Thanks - will do. Note: Min, Max, and Pos do not seem to work when sent as attributes on slider creation but work if set afterward. Any

Re: [win32gui] [perl-win32-gui-users] Tooltip once again

2005-08-24 Thread Robert May
Dominik wrote: i dont get it.. is there one example how to use a simple tooltip - not using the -tip = text option but creating a Win32::GUI::Tooltip object somewhere around? I am searching a way to display a tracking multiline tooltip from one of my events ( a hooked WM_HELP after clicking

Re: [win32gui] [perl-win32-gui-users] Tooltip once again

2005-08-24 Thread Jason P.
Robert May wrote: Dominik wrote: i dont get it.. is there one example how to use a simple tooltip - not using the -tip = text option but creating a Win32::GUI::Tooltip object somewhere around? I am searching a way to display a tracking multiline tooltip from one of my events ( a hooked