[perl-win32-gui-users] Re: HTML help - an example with context help

2006-02-18 Thread Jeremy White
(1) fixes needing to run the the script with the current working directory the same as the location of the chm file - in this example the perl script needs to be in the same directory as the chm file. (2) Adds context help: click the '?' icon in the title bar, then one of the buttons, or tab t

Re: [win32gui] [perl-win32-gui-users] Re: HTML help - an example with context help

2006-02-18 Thread Robert May
Jeremy White wrote: Do you think it's worth adding the ShowHelpContext function to the core of Win32-GUI so that there is no dependency on Win32::OLE? The code is relatively straightforward: http://search.cpan.org/src/JDB/libwin32-0.24/OLE/OLE.xs I'd prefer to investigate and support the Win

[perl-win32-gui-users] Toolbar icons

2006-02-18 Thread Chris Wearn
Hi All, Quick question (hopefully)… when adding a toolbar and setting an imagelist to it, and then adding bitmaps to each button… when you change the property of the button to –grayed => 1 the image disappears and it ends up a big grey square but no image. What image gets called displayed h