RE: [perl-win32-gui-users] Where find Docs ...

2002-01-16 Thread Jason Bingham
If you download the source package and unpack it the tutorials, samples and docs... It is on the sourceforge page, or use the direct download http://prdownloads.sourceforge.net/perl-win32-gui/Win32-GUI-0.0.558.tar.gz -Original Message- From: NAHUM Marc [mailto:[EMAIL PROTECTED] Sent: Wedn

RE: [perl-win32-gui-users] Re: Installing win32-gui from behind a firewall / proxy

2001-11-27 Thread Jason Bingham
What works for me... Running win2k located behind a firewall / proxy. Download Win32::GUI ppm distribution from sourceforge (http://prdownloads.sourceforge.net/perl-win32-gui/Win32-GUI-0.0.558-PPM-5.6 .zip) Download to temporary location and expand the zip. Open up a cmd.exe prompt and locate

RE: [perl-win32-gui-users] GUI & OLE (WAS: Drag-n-Drop?)

2001-11-04 Thread Jason Bingham
I have had no problems with combining the use of Win32::GUI & Win32::OLE in the same application. Currently I have a Win32::GUI program that sits in the systray and communicates (read / write) to Outlook calendar & tasks via Win32::OLE. Is there any code that shows the problems Here is a quic

RE: [perl-win32-gui-users] Scrollbar Questions

2001-09-25 Thread Jason Bingham
> Second, how can i determine (using any win32 module, really) the default width in pixels of a scrollbar on each seperate > user's computer? for instance, on mine, it's 16 pixels, but someone else's computer, it may be 5 pixels, or even like 32 > pixels...how can i tell? Not a complete answer

RE: [perl-win32-gui-users] Tutorials

2001-09-24 Thread Jason Bingham
> I just decided to take Win32-GUI for a test drive and > tried the following sample. It abortrf on the > addlabel method. I'm running on Win2000 and I've got > the latest release of Win32-GUI I believe, release > 0.0.558. If I comment that line out it runs fine. Labels and most controls seem t

RE: [perl-win32-gui-users] RE: NotifyIcon - How to Change icon pr ogrammatically

2001-08-27 Thread Jason Bingham
> How can you change the -icon after it already exists in the > system tray? Don't know how supported it is but this is what I had to do is call Win32::GUI::NotifyIcon::Modify directly (it is located in the GUI.xs file for those with the source). Example works off the click on the tray icon. Don