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
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]
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
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.
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
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
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
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
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
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
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
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
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
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
--|
|
|
| To: "Harlan Carvey" <[EMAIL PROTECTED]>, "Alex Lee" <[EMAIL
PROTE
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
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
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
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
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
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
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.
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
23 matches
Mail list logo