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

[perl-win32-gui-users] Tooltip

2006-07-31 Thread Joseph . Vieira
uot;Failed to create TT"; $Window->Show(); Win32::GUI::Dialog(); sub Main_Terminate { 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
move 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 <[E

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.

[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] 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) Emai

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

2005-12-29 Thread Joseph . Vieira
Jason, I got the same result Joe "Plum, Jason" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 12/29/2005 03:34 PM To cc Subject RE: [perl-win32-gui-users] Button bitmap and icons My $ico = new Win32::GUI::Icon( [EMAIL PROTECTED]); then in the button, -icon => $ico Jason P F

[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 e

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 cc Subject Re: [win32gui] [perl-win32-gui-users] Extened windows style

[perl-win32-gui-users] Extened windows style

2005-11-02 Thread Joseph . Vieira
Hello, I'm trying to create a window that will show up on the right side of my screen and always be visible. This is what I have: $MainWin = new Win32::GUI::Window( -name => "MainWin", -pos => [1240,0], -size => [40,990], -maxsize => [40,990], -minsi

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 ove

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 F

[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 bette

[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
--| | | | To: "Harlan Carvey" <[EMAIL PROTECTED]>, "Alex Lee" <[EMAIL PROTE

[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
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 http://perso.club-i

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 n

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 you

[perl-win32-gui-users] Unresponsive Window

2003-03-30 Thread Joseph . Vieira
Hello, I have a script that gives the user options of which application to run on a server from a drop down box, then when they pick the option and hit an execute button the script opens a socket connection to a server on the network. The server on the network than runs the application and sends

RE: [perl-win32-gui-users] Refresh Listview

2003-03-21 Thread Joseph . Vieira
That did the trick. I had tabstop originaly but it didn't work until I remembered that it only works on Dialog Boxes so they're in now. One more question, as entries are being inserted into the listview is their a way to get it to scroll down so that you are always seeing the latest entry. Thank

[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.

[perl-win32-gui-users] Richedit text

2002-11-06 Thread Joseph . Vieira
Hello, I know that if you have some text selected in Richedit you can get the start and end position but how to you get the actuall text that is selected? Thanks, Joe