[perl-win32-gui-users] Window position

2004-01-28 Thread Hoff Miller
It is not clear how to identify the position of a window so as to remember where to open it the next time it is launched. Also, Is there a searchable mailing list archive? TIA

Re: [perl-win32-gui-users] Listview Colors and Buttons Images...

2004-01-28 Thread Jez White
Arh. I understand now. I use a psudo toolbar - basically a row of buttons with new/cut/copy/save bitmaps (much like Loft). When the bitmap has 16 colours and the button is disabled, the bitmap is "shadowed correctly" (not sure if this is correct terminology!) - but when I use a bitmap with more

RE: [perl-win32-gui-users] Listview Colors and Buttons Images...

2004-01-28 Thread Frazier, Joe Jr
1) I think what is is saying is that when a button is disabled, the corresponding image is no longer shown and the clientarea that the image was in becomes dark gray. I think he wants something like many menu's in many Windows applications (such as Outlook 2000) where the paste "icon" is disab

Re: [perl-win32-gui-users] Listview Colors and Buttons Images...

2004-01-28 Thread Jez White
Hi, In my view, Win32::GUI is very capable - much more capable than first impressions. It can be used to build large applications. There are a few issues with some of the controls missing basic functionality, but this is changing all the time. The major problem - in my view - is with documentat