RE: [perl-win32-gui-users] Simple Text

2005-05-08 Thread MJG
Unfortunately, each row is unique because it is generated, so it can't wrap. -Original Message- From: Ariel Serbin [mailto:[EMAIL PROTECTED] Sent: Saturday, May 07, 2005 11:20 PM To: MJG; perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Simple Text i&

RE: [perl-win32-gui-users] Simple Text

2005-05-07 Thread MJG
Ok, that's cool, but let's say I want to fill the entire window with text. Do I use a label for each row, or is there something I can use to just fill the window? Thanks -Original Message- From: Ariel Serbin [mailto:[EMAIL PROTECTED] Sent: Saturday, May 07, 2005 1:07 PM To:

[perl-win32-gui-users] Simple Text

2005-05-07 Thread MJG
I have a simple window I've created. Usually, I just do windows with buttons, but I have a need for text with the window. I have not found any examples of how to do this. Can someone provide an example within my example of how to just add text to the main portion of the window? Thank you in adva

[perl-win32-gui-users] Version 1.0

2005-02-26 Thread MJG
How would one go about removing the Min, Max and close buttons from a newly created window? Thanks MJG

[perl-win32-gui-users] RegEx

2005-02-21 Thread MJG
ement, client,workstation, etc 2). Client/workstation///printserver/printer 3). Winspool,ne01: Can this be done with an all inclusive RegEx? Thanks MJG

RE: [perl-win32-gui-users] Listview Control functionality - Drag n Drop - Email found in subject

2005-01-10 Thread MJG
I've been trying to play with the BitmapInline function so I can create a dialog box with some edit fields and with a logo, but am not having much luck. Has anyone got this to work or have a better solution? I'm using Perl 5.8, Win32::Gui .558 and Mime-Base64-Perl extension. MJG

[perl-win32-gui-users] Main Window Buttons

2004-03-05 Thread MJG
> Does anyone know off of the top of their head how to remove the > Min,Max and Kill buttons from a main window? > > Thanks

[perl-win32-gui-users] Window Buttons

2004-03-04 Thread MJG
How does one kill the Minimize, Expand, and Terminate buttons in a window? Thanks

RE: [perl-win32-gui-users] problems with running the Makefile

2004-01-12 Thread MJG
Angela, you don't need to do a make. Download the GUI package from sourceforge with PPM in the name for either Perl 5.6 or 5.8, then install the win32-gui.ppd with ppm install path\win32-gui.ppd -Original Message- From: Angela Lam [mailto:[EMAIL PROTECTED] Sent:

RE: [perl-win32-gui-users] Win32::GUI help-URGENT

2004-01-06 Thread MJG
Instead of copying, install it with PPM. Download the ZIP from Sourceforge for your build of Perl. I've run into the same thing when just trying to copy the appropriate files to their locations. If you use the one from Active state, it is only build .558. Sourceforge is .607 I believe. It look

[perl-win32-gui-users] RE: Win32::GUI Icons on buttons

2004-01-01 Thread MJG
Chris, had some time to play with this. What the "$W->SetIcon($icoImage);" did for me was replace the camel icon on the window with mine. The text on the button still disappears. MJG -Original Message- From: Chris Wearn [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 3

[perl-win32-gui-users] RE: Win32::GUI Icons on buttons

2003-12-31 Thread MJG
It looks good, but I get "Can't locate auto/win32/GUI/icon.al in @INC" I get these a lot with Win32::GUI for some reason. Fresh Perl install or not. MJG -Original Message- From: Chris Wearn [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 11:02 PM To: MJG Cc:

[perl-win32-gui-users] Win32::GUI

2003-12-30 Thread MJG
OK. Since I don't need blib then, here is my question. The example I am looking at is buttons.pl. When I ad the -icon ref, the text disappears. Is this not the proper way to add an icon to a button? Thanks again. $W->AddButton( -name=> "SomeName", -left=> 5, -top => 5,

RE: [perl-win32-gui-users] Latest Build of GUI for Perl 5.8

2003-12-30 Thread MJG
estion for another thread. Thanks again. MG -Original Message- From: Johan Lindstrom [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 2:16 PM To: perl-Win32-GUI-Users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Latest Build of GUI for Perl 5.8 At 20:31 2003

[perl-win32-gui-users] Latest Build of GUI for Perl 5.8

2003-12-30 Thread MJG
I was looking through some of the examples and noted a reference to blib (use blib;) I checked my perl distribution (5.8) and did not find this module. Is it supposed to be part of the standard distribution or installed with Win32::GUI? Thanks for answering the dumb question. MG

Re: [perl-win32-gui-users] Back to my original question......this is created on load of the extension.

2003-04-07 Thread MJG
Trying to put an icon in the system tray because when a program runs, but don't want a GUI window. Here is what I am doing, but missing something...Does anyone know of a good doc for the Win32-GUI? The docs provided seem a bit skimpy. Thanks in advance. sub Win_GUI { $SysTrayICON = new Win32

[perl-win32-gui-users] Back to my original question......this is created on load of the extension.

2003-04-05 Thread MJG
Constant subroutine main::MB_ICONEXCLAMATION redefined at C:/Perl/lib/Exporter.p m line 59. at rf_wrap2.pl line 9 Prototype mismatch: sub main::MB_ICONEXCLAMATION () vs none at C:/Perl/lib/Expor ter.pm line 59. at rf_wrap2.pl line 9 Constant subroutine main::MB_ICONWARNING redefined at C:/Perl/li

[perl-win32-gui-users] Is there anything going on at this site?

2003-04-05 Thread MJG
What version of the GUI runs with Perl 5.8?