Re: [perl-win32-gui-users] Tooltip

2006-08-01 Thread Joseph . Vieira
Sorry, I forgot to put the version. Perl: 5.8.7 Win32-Gui: 1.02 Joseph Vieira CIO IT Support FUJITSU CONSULTING Phone:(732) 744-8057 Email: [EMAIL PROTECTED] Robert May [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/31/2006 06:03 PM To [EMAIL PROTECTED] cc perl-win32-gui-users

[perl-win32-gui-users] Tooltip

2006-07-31 Thread Joseph . Vieira
{ return -1; } Joseph Vieira CIO IT Support FUJITSU CONSULTING Phone:(732) 744-8057 Email: [EMAIL PROTECTED]

Re: [perl-win32-gui-users] [win32-gui] Re: Bubbles in a list view

2006-07-19 Thread Joseph . Vieira
the mouse. Thanks, Joe Joseph Vieira CIO IT Support FUJITSU CONSULTING Phone:(732) 744-8057 Email: [EMAIL PROTECTED] Robert May [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/18/2006 06:07 PM To perl-win32-gui-users@lists.sourceforge.net cc Jeremy White [EMAIL PROTECTED], [EMAIL

[perl-win32-gui-users] Bubbles in a list view

2006-07-18 Thread Joseph . Vieira
Hello, I'm in the process of designing my program so I apologize for not having any code. I want to setup a list view and then have it so that when you move the mouse over a specific item/or if need be click a specific item a pop-up bubble appears with some text. Like the ones you see on the

Re: [perl-win32-gui-users] Bubbles in a list view

2006-07-18 Thread Joseph . Vieira
Cool, how soon is soon? Just curious if I should start writing my program now or wait a few weeks for the new version. I like bubbles better than balloon help. Thanks, Joe Jeremy White [EMAIL PROTECTED] 07/18/2006 02:40 PM To [EMAIL PROTECTED], perl-win32-gui-users@lists.sourceforge.net

RE: [perl-win32-gui-users] Button bitmap and icons

2005-12-30 Thread Joseph . Vieira
I figured out how to get the image when referencing an actual '.ico' file, just specify the path of the file in new Win32::GUI::Icon. But how do you get it from a dll or exe file? Joe Joseph Vieira CIO IT Support FUJITSU CONSULTING Phone:(732) 549-4100 ext (8657) Email: [EMAIL

[perl-win32-gui-users] Button bitmap and icons

2005-12-29 Thread Joseph . Vieira
Hello, I'm a little confused about how to add a bitmap to a button or create one as an icon. I want to create a button with a picture of a printer on it, like you see in a word processing program. Also a button with internet explorer icon on it, or any other program's icon. I can't find an

Re: [win32gui] [perl-win32-gui-users] Extened windows style

2005-11-08 Thread Joseph . Vieira
And I though I was asking an easy question. How do I get the code in the link to work with a perl script? Thanks, Joe Jason P. [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 11/03/2005 02:04 AM To Perl-Win32-GUI Perl-Win32-GUI-Users@lists.sourceforge.net cc Subject Re: [win32gui]

RE: [perl-win32-gui-users] Help with a couple of problems

2005-08-11 Thread Joseph . Vieira
Hello, OS: Win XP SP2 Perl ver. 5.8.4 Win32::GUI 1.0 First script ran with no errors, buttons did nothing. Seconf script started up fine, buttons did nothing. On exit got several errors Use of uninitialized value in concatenation (.) or string at C:/Perl/lib/AutoLoader.pm line 41. Same error

[perl-win32-gui-users] Thinner width

2005-07-26 Thread Joseph . Vieira
Hello all, Is there anyway to make the width of the window thinner? The thinnest I can make it is around 50, this is a guess, with me typing in a number seeing if it got smaller and then decreasing then number. I'm trying to create something similar to the MS Office 2000 shortcut bar, only

Re: [win32gui] [perl-win32-gui-users] Thinner width

2005-07-26 Thread Joseph . Vieira
Rob, I didn't really have any code yet, I was first trying to make the window the right size and it didn't work. Your answer worked, adding ' -pushexstyle = WS_EX_TOOLWINDOW' got the window to the right size that I wanted. Thank you, Joe Joseph Vieira CIO IT Support FUJITSU CONSULTING Phone

[perl-win32-gui-users] PPM for Ver 1.0

2004-12-03 Thread Joseph . Vieira
Is there a ppm for version 1.0, sourceforge only had the source and I couldn't find any instructions on how to install it? Thanks

Re: FW: [perl-win32-gui-users] Website - Code snippets gallery

2004-11-29 Thread Joseph . Vieira
| | cc: (bcc: Joseph Vieira/DMR/CA) | | Subject: Re: FW: [perl-win32-gui-users] Website - Code snippets gallery

[perl-win32-gui-users] Removing checkboxes

2003-10-20 Thread Joseph . Vieira
Hello, How do you remove a checkbox from a window. I want to be able to click a button and remove all check boxes from the window and all references to them? Thanks, Joe

RE: [perl-win32-gui-users] Unresponsive Window

2003-04-02 Thread Joseph . Vieira
The code is below. This is the code I'm working with to try and figure out how to get fork to work. But it is pretty much the same as my production code (same problem) except instead of going to sleep it does something that takes several minutes to run, and the window has more objects and looks

RE: [perl-win32-gui-users] Unresponsive Window

2003-04-02 Thread Joseph . Vieira
Cool I installed Perl 5.8 and program crashed right away. But that was because the ppm I used for Win32::Gui was for Perl 5.6. For some reason there is no ppm for Perl 5.8 on the SourceForge.net web site, at least I didn't see one. Looked through the archives and found it on

Re: [perl-win32-gui-users] Unresponsive Window

2003-04-01 Thread Joseph . Vieira
I'm still confused about how to use fork to keep the window from locking up. When the script makes the connection to the server it sits their waiting for a response. Which means you can't do anything to the window, move it, minimize it, resize it, go to another window (word, ie, etc..), until

[perl-win32-gui-users] Refresh Listview

2003-03-20 Thread Joseph . Vieira
Hello, I have a windows with a listview. The windows takes in a range of ip addresses, then click on a button and scans them. The results are put in a listview. When the scan is running the window becomes unresponsive and the listview is only updated after the scan is complete. Two questions.