BAD MSG:
ric,
Add the following to your code:
$HostName ->Select(0);
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: "Erick J. Bourgeois" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, J
It works for me! Are you saying you don't see the menu at all?
Jonathan Southwick
Technical & Network Services
Allegheny College
[EMAIL PROTECTED]
- Original Message -
From: "Koul Christian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, J
FW: [perl-win32-gui-users] newbie - trying to get data from text boxYes that is
also possible. Try this:
To set the cursor in the textfield:
$Frame->aTextField->SetFocus();
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadville, PA
[EMAIL PROTECTED]
What you need is:
$ModuleWindow->Caption("new title");
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: "christopher sagayam" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, Januar
;InsertItem("Grapes");
$FruitList->InsertItem("Kiwi");
$FruitList->InsertItem("Lemon");
$FruitList->InsertItem("Strawberry");
$MainWindow->Show();
Win32::GUI::Dialog();
sub FruitListBox_DblClick {
print "got double click\n";
}
sub Fru
Jake,
I thought you would be able to use the Accelerators but have been trying for
the past 1/2 hour to get them to work and they don't. I can't even do a
simple print to the console. So either this doesn't work yet or I am doing
something wrong.
Jonathan Southwick
Technical &am
em("Lemon");
$FruitList->InsertItem("Lime");
$FruitList->InsertItem("Pineapple");
$FruitList->InsertItem("Strawberry");
$FruitList->InsertItem("Tangerine");
$MainWindow->Show();
Win32::GUI::Dialog();
sub FruitListBox_DblClick {
p
Sean,
or in the -addstyle linbe you can have:
-addstyle => WS_VSCROLL,
instead.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: "Sean Healy" <[EMAIL PROTECTED]>
To:
Sent: Friday,
Sean,
I think this is right:
The 3 means that the user is not allowed to type in their own data into the
control. You should use this when you only want the user to be able to
select what you put in the listbox.
So I don't know why only adding the 3 made any difference.
Jonathan Sout
ainWindow->DataView->Update();
}
}
$MainStatus->Text($tempstatus);
return;
}
sub NewList {
## This creates another hash to use only for sorting purposes.
my ($column,%sortcol) = @_;
my $sortthis;
foreach (keys %sortcol) {
my @info = split /,/, $sortcol{$_
icted combobox height.
I wonder if that was clearly stated??!!!
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: "Koul Christian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: M
Maybe, just maybe, this will work. Add the following to your window
declaration:
-minsize=> [$minwidth,$minheight],
-maxsize=> [$maxwidth,$maxheight],
I know the -minsize works because I use it in one of my programs but never
tried the maxsize.
- Original Message -
From: "Erick J. Bou
Sorry, I meant Erick! ;]
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: "Erick J. Bourgeois" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, January 23, 2001 1:44 PM
Subject: [perl-win32
32::GUI::Dialog();
=====
Let me know if it still doesn't work for you.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: Erick J. Bourgeois
To: perl-win3
fault
Return Values
=
1 - OK
2 - Cancel
3 - Abort
4 - Retry
5 - Ignore
6 - Yes
7 - No
Like I said, I think these are right.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From
has anyone been successfull in getting tooltips to work?
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
I have some text in a Richedit object. I'd like to be able to copy any text
that I select but it doesn't work. Is there sojmething special I have to do?
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
Erick,
I don't think there is a way to do that. I would recommend that you test what
has been selected in the listbox and if the desired item is selected, then
display (or enable) a combobox based on that selection.
Jonathan Southwick
Technical & Network Services
Allegheny College, M
Hide();
$Building->Hide();
$MainWindow->SelectFromList->Hide();
$BuildingList->Hide();
$MainWindow->Adapt_Label->Show();
$Adapter->Show();
$Adapter->SetFocus();
}
return;
}
maybe there is an easier way but I didn't know about
Eric,
I use a listview in one of my applications I have wriutten and do not have
that problem. What does your listview contruct look like? Is there any
other code that might be responsible for this maybe?
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[E
Is there anyway to make the checkmarks be dots in a menu where a user has a
choice to select something?
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
Also it would
help me understand what you are saying is happening.
Thanks.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: "Erick J. Bourgeois" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, Fe
the ListView construct ;]
in looking over your code here I could not come up with an idea as to what
might be wrong. would you have a problem in sending me the entire program
so i could run it and try to make a determination from that and looking at
the full source code at the same time?
Jonathan
ppens.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
- Original Message -
From: "Simon Taylor - Tegel" <[EMAIL PROTECTED]>
To:
Sent: Thursday, February 22, 2001 8:44 PM
Subject: [perl-win32-gui-users] Dr Watson
> I
Joe,
Try this as your ComboBox construct:
$CBdropdown = $Window->AddCombobox(
-name => "Dropdown",
-left => 10,
-top=> 25,
-width => 180,
-height => 400,
-addstyle => WS_VISIBLE | 2 | WS_VSCROLL | WS_NOTIFY,
);
Jonatha
Add the following before your "$W ->Show;":
$W->{-dialogui} = 1;
and it should make the Window act like a DialogBox.
Use Jeremy's suggestion to put the cursor in the textfield.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PR
Lance,
In your sub where the user closes (terminates) the window containing the
RichEdit control try adding this:
$RichEdit->Text("");
where $RichEdit is the name that you have given your RichEdit control.
Jonathan Southwick
Technical & Network Services
Allegheny Colleg
has anyone been successful in getting Accelerators to work?
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
Has anyone figured out a way to change a window's -topmost value after the
window has already been created?
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville, PA
[EMAIL PROTECTED]
Is there any way to blackout the desktop (as a screensaver would) using the GUI
module? I still want to be able to show my own windows I create in my program.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadville, PA
[EMAIL PROTECTED]
Erick,
Hey, thanks for letting me know what you did to correct it so that I don't
make the same mistake in the future. I was racking my brain trying to
figure out what was wrong.
Jonathan
- Original Message -
From: "Erick J. Bourgeois" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, March 28,
;STATIC', '',
0x5C04, @area, $desktop, 0, 0, 0) or die $_;
$Main->Show ();
Win32::GUI::Dialog ();
-Original Message-
From: Jonathan Southwick [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 28, 2001 10:31
To: [EMAIL PROTECTED]
Subject: [perl-w
stview
sub DataView_RightClick {
my($X, $Y) = Win32::GUI::GetCursorPos();
$MainWindow->TrackPopupMenu($PopupMenu->{ItemProp},$X, $Y);
}
# clicked on particular menu item in popup menu
sub ItemProperties_Click {
## code you want to process;
}
<=== End of code ===>
I hope this he
Along those lines how about being able to make a program go to a web page
that is a perl script and feeding the results of the script back to the
local program?
Jonathan
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, April 03, 2001 9:30 AM
Subject: [perl-win32-gui-user
r focus thing I describe.
--
Johan Lindström, Sourcerer, Boss Casinos Ltd, Antigua
[EMAIL PROTECTED]
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
Jonathan S
Kevin,
The same thing happens to me in Windows 200 and it happened in NT 4.0 as
well. The way I got around it was to look for a double-lick event instead.
Something like:
sub DataView_DblClick {
## code for double-click event
}
should work just fine.
DataView is the name given to my lis
Heh ... I meant Windows 2000; just trying my best to short-change Microsoft
whenever i can. ;]
And double-lick event? You'd think I was talking about a lollipop or
something. ;]
Later days ...
Jonathan
--
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network
on for
what you are doing?
Jonathan
--
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 6/13/2001 08:48 AM, you wrote:
Jonathan,
I didn't even notice you'd put Windows 200 until you sent the se
Kevin,
I just tried something on my program and it seemed to work just fine.
My guess is you have -hotrack => 1 in your defined ListView object. try
taking that out and see if you get the results you want.
Jonathan
--
Jonat
p menu.
I hope this helps.
Jonathan
---
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
At 6/14/2001 02:48 PM, you wrote:
Dear fellow GUI fans,
Say I want have a right-mouse-cl
GE,
);
Am I doing something wrong here?
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
ourNick> $NewText");
} else {
$ChatBox->Text("$OldText\n<$YourNick> $NewText");
}
$ChatText->Text("");
$ChatText->SetFocus();
return;
}
Am I doing something wrong?
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
Never mind I figured it out! I needed the:
$Window->{-dialogue} = 1;
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/8/2001 01:41 PM, Jonathan Southwick wrote:
Another problem I am having. I would like t
. Is there a way to do this?
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
I tried that and it does not scroll to the end of the RichEdit field, it
just places the cursor there. I even tried to add a SetFocus and that
doesn't help. Anyone else have any ideas?
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville,
Thanks, that worked. Now to get the dumb word wrap to work.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/8/2001 02:52 PM, you wrote:
At 02:43 PM 11/8/01, Jonathan Southwick wrote:
>I tried that and it d
S_VISIBLE | ES_LEFT | ES_MULTILINE |
ES_AUTOVSCROLL | WS_VSCROLL | ES_READONLY,
-addexstyle=> WS_EX_CLIENTEDGE,
);
I don't know what I am doing wrong that makes it not work.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(81
n a
Richedit field?
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
Thanks a zillion Now I can have alternating colors instead producing a
better effect.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/9/2001 02:39 PM, you wrote:
At 08:18 2001-11-09 -0500, Jonathan South
Is anyone else having problems downloading from Aldo's site? I am wanting
to do a PPM iinstall of the Win32::GUI module on another computer but it's
not working.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/14/2001 05:06 PM, you wrote:
Is there a way to prevent a ListView in details mode from allowing the
user to select more than one line?
Add this to your ListView definition:
-multisel => 0,
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny
I should have tried it before I sent out the message because it doesn't
seem to be working.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/15/2001 08:36 AM, you wrote:
At 11/14/2001 05:06 PM, you wrote:
I
Here is the way to get rif of multiple selections:
in your ListView definition add:
-singlesel=> 1,
Thanks to [EMAIL PROTECTED] for pointing this out.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/15/
the http://dada.perl.it site and see what you get. If you get Aldo's Perl
site then try the ppm install I showed, otherwise you have bigger problems.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/23/2001 02:32 PM
Is there a way to make labels appear sunken ... or any widget for that matter?
Jonathan
Thanks. I never thought it could be that easy!.
Jonthan
At 5/21/2002 09:14 AM, Johan Lindstrom wrote:
At 12:29 2002-05-20 -0400, Jonathan Southwick wrote:
Is there a way to make labels appear sunken ... or any widget for that
matter?
Try adding this option when you create the label
That may be the wrong topic but here is what I am actually wanting to do.
I have a bitmap placed in a sunken label. The label only contains the
bitmap. I have a richedit control to the right of label that is the same
height as the label. What I am wanting is for the label to look like iot
I have a routine that updates my richedit control but while it is getting
updated the control does not refresh properly. Here is my code:
sub UpdateResults {
my ($text,$format) = @_;
$MainWindow->Results->SetCharFormat(@{$ResultsTextFormat{$format}});
$MainWindow->Results->Select(9
I have a richedit control defined as follows:
# define Message richedit
$MainWindow->AddRichEdit(
-name => "Message",
-top=>125,
-left => 10,
-width => $MainWindow->ScaleWidth - 25,
-height => 65,
-tabstop => 1,
-addstyle=> W
Sean,
Thanks a million ... using
$MainWindow->InvalidateRect(0);
did the trick!
Jonathan
At 6/4/2002 05:40 AM, you wrote:
The text gets to the last position in the richedit control fine but the
whole control isn't refreshed properly. There are grey lines through the
control and the vertic
What finally worked for me was to add:
## $MainWindow is the window that has my RichEdit control.
$MainWindow->InvalidateRect(0);
I hope this works for you as well.
Jonathan
At 6/6/2002 09:56 AM, Straub, Peter (Peter) wrote:
Hi all,
like other contributors to this list I experienced
refresh
I have a file that contains some information that is used to create a menu,
almost like a Recently Opened Files list. I tried using the code from the
podview,pl sample but it is not working for me. Can anyone see anything I
am doing wrong?
# define main menu
my $MainMenu = new Win32::GUI::Me
From: "Aldo Calpini" <[EMAIL PROTECTED]>
To: ,
"Jonathan Southwick" <[EMAIL PROTECTED]>
Subject: Re: [perl-win32-gui-users] Creating menu's "on-the-fly"
Date: Tue, 18 Jun 2002 17:35:23 +0200
X-Mailer: Microsoft Outlook Express 5.50.4807.1700
Thanks Aldo. It works now.
Jonathan
At 6/18/2002 05:35 PM, you wrote:
Jonathan Southwick wrote:
> I have a file that contains some information that is used to create a
menu,
> almost like a Recently Opened Files list. I tried using the code from the
> podview,pl sample but it is no
I am now able to create a menu based on text in a file thanks to Aldo's
help. Now that the menu items have been added, is there a way to modify
the menu?
Here is what my program does. It allows a user running Windows 2000 or NT
to send a message to every computer running Windows 2000 or NT i
The results are already stored to the ini file so that when they run the
script the next time they will have the menu items available to them. The
ini file is read in and the 'Message' section of the menu is created on
startup of the script.
I want them to be able to access the menu items wit
I meant I want them to be able to access the NEW menu items without
restarting the script.
Jonathan
At 6/19/2002 09:59 AM, you wrote:
The results are already stored to the ini file so that when they run the
script the next time they will have the menu items available to them. The
ini file is
nu_Click
{
&counteradd();
}
sub Counter_Click
{
&counteradd();
}
sub counteradd
{
$counter++;
print "DEBUG: counter = $counter\n";
my $Menu = new Win32::GUI::Menu(
"&File" => "File",
" > &Counter $counter..." => "Cou
I know I can select items based on their index with
$MainWindow->Listview->Select($index) but how do I unselect it (without
clicking on it)?
Jonathan
I know you can force a selection in a listview with
$MainWindow->Listview->Select($idx). I thought issuing the command again
would force an unselection but it doesn't.
Does anyone know how to force an item in a listview to be unselected once
it has bee selected?
Jonathan
I have written a couple of programs using the GUI module. I love
it Now I have been asked to help write an app that uses a
graph. Basically I think all I need to do is plot x-y coordinates. Is
there a part of the GUI module that allows for this?
Jonathan
Jonathan Southwick
[EMAIL
I have a window that I draw graphs on but every time a window goes above
this window, or if I minimize it then restore it, the graphics are gone.
Is it possible to keep the graphics on it?
Jonathan
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadv
Where can I get information on how to use this? I am able to draw lines
(axes and ticks for a graph) and I know how to plot individual points on
the "graph" but I am wondering if there is more? (I don't mean circles and
boxes.)
Can the DC object be cleared (other than placing another window
Is there any way to get a routine to run when a window is brought to the
top or receives focus? That seems to be the only way I can get a DC object
to refresh after it is covered by another window.
Jonathan
re of the exact syntax but it would be something like:
if ($Window->GetFocus())
{
&do_something;
}
> -Original Message-
> From: Jonathan Southwick
[<mailto:[EMAIL PROTECTED]>mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 13, 2002 11:45
:04 PM, you wrote:
At 11:45 2002-11-13 -0500, Jonathan Southwick wrote:
Is there any way to get a routine to run when a window is brought to the
top or receives focus? That seems to be the only way I can get a DC
object to refresh after it is covered by another window.
The event Activate is
When I use $MainWindow->ChooseColor() the dialog box always goes to
location (0,0) of the screen. Is there a way to choose its placement?
Jonathan
Is there anyway to make the Custom Colors that are defined in ChooseColor()
stick? When I define a Custom Color it doesn't stick for the next time i
bring the ChooseColor() dialog.
Jonathan
I was looking on an API reference site for information on saving the Custom
Colors in the ChooseColor dialog. It appears it is only returning a single
value. When I use ChooseColor I initalize it with the current
color. $getcolor is what is returned (what I choose from the dialog
box). I wo
I want to be able to track the mouse over a Graphic object. I tried to
follow the general outline of the mousemove.pl sample included with the
WIn32 module but I can't get it to work properly.
Has anyone been able to accomplish this?
Jonathan
That worked. Thanks Alan.
Jonathan
At 11/22/2002 10:46 PM, you wrote:
Try playing about with the following (it won't work in version
.665 - and don't ask me how/why it works in .558!). I use it to draw
rectangles for widgets in a primitive but quite useful gui designer
that makes Perl do muc
the timing is off.
Does anyone know why this happens? Can it be fixed?
Jonathan
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
plain what I am talking about.
Jonathan
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
to trigger events? I'm
wondering if it gets hung up somewhere else in the code that you can maybe
add a DoEvents() or Update()
-Original Message-
From: Jonathan Southwick [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 12:28 PM
To: perl-win32-gui-users@lists.sourceforg
Your problem is the lowercase 't' ... You could do what John Rogers
suggested or change your line in the Button_1_Click subroutiine to
$txt1->Text("recording..");
Jonathan
--
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny C
o the conversion for
you but I thought I would explain how the result is achieved so that you
can understand it better.
This whole description might be a little confusing so if anyone can explain
it better or has an easier way to do the conversion please go ahead and
post it.
Jonathan
=
I think those are my only mistakes ... [I hope!].
Jonathan
====
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College
Meadville, PA 16335
(814) 332-2755
At 3/10/2003 09:24 AM, you wrote:
If you know your hexadecimal to decimal conversions, and
and get it resolved or does anyone know
what needs to be done to get it to work?
Jonathan
====
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College
Meadville, PA 16335
(814) 332-2755
PROTECTED]
(800) 648-8617 x1540
> -Original Message-
> From: Jonathan Southwick [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2003 11:57 AM
> To: perl-win32-gui-users@lists.sourceforge.net
> Subject: [perl-win32-gui-users] GUI no longer works
>
>
>
> I
]
(800) 648-8617 x1540
> -Original Message-
> From: Jonathan Southwick [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2003 11:57 AM
> To: perl-win32-gui-users@lists.sourceforge.net
> Subject: [perl-win32-gui-users] GUI no longer works
>
>
>
> I hope someone
Here is how I do it in one of my programs:
$MainWindow->Recipients->Clear();
Where Recipients is the name of my listbox.
Jonathan
====
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College
Meadville, PA 16335
(814) 332-2755
Here is how I do it in one of my programs:
$MainWindow->Recipients->Clear();
Where Recipients is the name of my listbox.
Jonathan
====
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College
Meadville, PA 16335
(814) 332-2755
Is it possible to change the text on a menu? I want to change a menu item
from "Refresh workgroups" to "Refresh clients" depending on what view they
are currently at. I am already keeping track of the view I just need to
change the menu text.
===
Thanks, that worked. One question though, just because I am curious:
What does the 'x26' do?
Jonathan
At 11/13/2003 03:52 PM, Glenn Linderman wrote:
On approximately 11/13/2003 1:20 PM, came the following characters from
the keyboard of Jonathan Southwick:
Is it possible to chang
Has anyone ever accomplished this? Does anyone know HOW to do it? Any
help would be greatly appreciated.
Jonathan
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College
Meadville, PA 16335
(814) 332-2755
What I do is plot (x,y) the data points that I am graphing and connecting
the points so that I have a line graph. Since I am plotting two series of
data I have two different colored graphs.
Jonathan
At 12/22/2003 06:34 PM, you wrote:
At 17:37 2003-12-22, Jonathan Southwick wrote:
I have a
the answer:
$result = SendMessage($hWndControl, PBM_SETBARCOLOR, 0, $color);
To make my ProgressBar red I used the following:
Win32::GUI::SendMessage($Progress, 0x400 + 9, 0, hex('FF'));
I hope this helps.
Jonathan
====
Jonathan Southwick
[EMAIL
#x27;));
I hope this helps.
Jonathan
====
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College
Meadville, PA 16335
(814) 332-2755
00 + 1
PBM_SETSTEP = 0x400 + 4
It is a question silly ;) :
How I can find itself continuation?
I don't understand what you mean by this.
Where to read about it?
Try here:
http://www.mvps.org/vbnet/index.html
Jonathan
====
Jonathan Southwick
[EMAI
s Jez has.
Also, like Jez stated, a very good source for general perl questions not
related to the Win32::GUI module is http://www.perlmonks.org. There is a
wealth of information and help there.
Jonathan
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network
1 - 100 of 101 matches
Mail list logo