[perl-win32-gui] Capturing ListView Clicks

2000-04-24 Thread Jonathan Southwick
Never mind ... I think figured it out ... hehe ... I am gonna go try it now! Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College Meadville, PA 16335

[perl-win32-gui] Here is the final code

2000-04-26 Thread Jonathan Southwick
in32::GUI objects and methods. Jonathan ------ Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College Meadville, PA 16335 814-332-2755

Re: [perl-win32-gui] Button -default option

1999-05-07 Thread Jonathan Southwick
= 1, So you would have: $W-AddButton( -name = "Simple", -left = 5, -top = 5, -text = "Click button", -default = 1, -ok = 1, ); This should work, I think. ;] Jonathan Southwick[EMAIL PROTECTED] Technical Network S

Re: [perl-win32-gui] FAQ list and official web site for win32....

1999-08-11 Thread Jonathan Southwick
. Jonathan Southwick - Original Message - From: Mike Lu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 03, 1999 5:42 PM Subject: [perl-win32-gui] FAQ list and official web site for win32 Dear GUI developers: The attached file is the error message I got when I tried to run

Re: Re[4]: [perl-win32-gui] Capturing ListView Clicks

2000-04-25 Thread Jonathan Southwick
I sure can. It will be here either later today or tomorrow. I am still tweaking my program for use here but at least its working. Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network

Re: [perl-win32-gui] ComboBox Dropdown

2000-04-13 Thread Jonathan Southwick
One last thing: basically what I am trying to do is simulate the AutoExpand and Limit To List properties in a combobox in Access. Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network

Re: Re[4]: [perl-win32-gui] Capturing ListView Clicks

2000-04-25 Thread Jonathan Southwick
A million thanks ... no make it one zillion thanks to everyone who helped out. The sort works great! Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College

[perl-win32-gui] TabStrips

2000-04-19 Thread Jonathan Southwick
AddLabel, used at tabsamp.pl line 52. at C:\Perl\lib/Win32/GUI.pm line 361. Why is this error occuring? Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College

Re: Re[2]: [perl-win32-gui] Button -default option

1999-05-07 Thread Jonathan Southwick
t... Best regards, Maxmailto:[EMAIL PROTECTED] Max, Could you show us some parts of your code? Could you include the code where you create the window, the code where you add the buttons, and the code where you test the buttons? Jonathan Southwick

[perl-win32-gui] Retrieving value of an item in a ListView click

2000-05-22 Thread Jonathan Southwick
of the item I clicked on. What I want to do now is find out what values are in each column of that particular index. Am I making sense? Is it at all possible? I would appreciate any help on this. Jonathan -- Jonathan Southwick

Re: [perl-win32-gui] No support for RemoveItem?

1999-05-24 Thread Jonathan Southwick
Sorry ... but the script didn't come through. Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College Meadville, PA 16335 814-332-2755 - Original Message - From: Philip A. Larson [EMAIL PROTECTED

Re: [perl-win32-gui] Radio buttons etc.

1999-05-04 Thread Jonathan Southwick
such as command line parsing and others. Oops. Thats a little unclear. I meant perl uses the zero-based index, not that it uses indexing starting at 1. Sorry if I confused anyone. Jonathan Southwick[EMAIL PROTECTED] Technical Network Services 814-332-2755

Re: Re[2]: [perl-win32-gui] YES/NO Window

2000-05-05 Thread Jonathan Southwick
But of course Aldo's fix is MUCH better ;] Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College Meadville, PA 16335 814-332-2755

Re: [perl-win32-gui] Anyone gotten Win32:GUI working with ActiveState build?

1999-05-07 Thread Jonathan Southwick
;blip" directory where they were to the "Perl" directory and everything worked fine. If you have any more questions please let me know. Jonathan Southwick [EMAIL PROTECTED]Technical Network Services 814-332-2755Allegheny CollegeMeadville, PA 16335---

[perl-win32-gui] Using Timer feature

1999-05-10 Thread Jonathan Southwick
Well this is weird. I got the timer feature to work with no problem on a Pentium 90. I used the exact same script on a Pentium 233 and it doesn't work now. This is a really odd quirk. Anyone else not getting it to work on their Pentium machine? Jonathan Southwick [EMAIL PROTECTED

Re: [perl-win32-gui] Capturing ListView Clicks

2000-04-24 Thread Jonathan Southwick
{ [code in here] } So how do I determine exactly what column was clicked? Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College Meadville, PA 16335

[perl-win32-gui] Win32::GUI module on Win95

1999-05-03 Thread Jonathan Southwick
even start and I am returned to the DOS prompt. I used the -d flag whenI ran I the program and I received the following error: Win32::GUI::CODE(0x7a488c)(C:\PERL\lib/Win32/GUI.pm:2100):2100: Win32::GUI::FreeLibrary($Win32::GUI::RICHED);Does anyone know what's going on? Jonathan Southwick

[perl-win32-gui] Window with no dialogue

1999-05-06 Thread Jonathan Southwick
want any user interaction. Is this possible? Also ... did anyone figure out if you can intercept key strokes, such as Cntrl-C and/or Cntrl-Break, in Perl? Thanks for any help I can get. Jonathan Southwick [EMAIL PROTECTED]Technical Network Services 814-332-2755Allegheny CollegeMeadville

[perl-win32-gui] Re: FTP problem I have encountered

2000-10-10 Thread Jonathan Southwick
I figured out my problem! ;] I needed to have: my $connect; my $FTP; in my routine. duh! I feel so stupid about this one. Later days! Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical

[perl-win32-gui] still having problems

2000-10-12 Thread Jonathan Southwick
Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College Meadville, PA 16335 814-332-2755

Re: [perl-win32-gui] Changing label properties

2000-10-20 Thread Jonathan Southwick
for helping me to recognize my problem. Still don't know what I am going to do about the ListView problem. Do you have any idea why it didn't work? Jonathan ** When Aldo speaks, everybody listens! ** ;] From: "Aldo Calpini" [EMAIL PROTECTED] To: "Jonathan Southwick" [EMAIL P

Re: [perl-win32-gui] Setting a window to no resize

2000-10-20 Thread Jonathan Southwick
Paul, Add the following option to your window constructor: -style = WS_SYSMENU | WS_NORESIZE, and that should do what you want. Jonathan - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 20, 2000 11:31 AM Subject: [perl-win32-gui] Setting a

Re: [perl-win32-gui] Setting a window to no resize

2000-10-20 Thread Jonathan Southwick
Paul, If you want to be able to minimize the window but not maximize the window then you can use: -style= WS_SIZEBOX | WS_SYSMENU | WS_MINIMIZEBOX, Jonathan - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 20, 2000 11:31 AM Subject:

Re: [perl-win32-gui] Setting a window to no resize

2000-10-20 Thread Jonathan Southwick
Paul, my bad!!! -style= WS_MINIMIZEBOX | WS_SYSMENU | WS_NORESIZE, is what you want ... the other will still resize ... but this one will allow you to minimize and not resize and gives you the ability to Close it as well. I hope this helps. Jonathan - Original Message -

[perl-win32-gui] No Window Movement

2000-10-24 Thread Jonathan Southwick
Is there a -style tag for a window that prohibits the window from being moved? Jonathan

[perl-win32-gui] ItemInfo Click event

2000-10-25 Thread Jonathan Southwick
-- Jonathan Southwick [EMAIL PROTECTED] Technical and Network Services Allegheny College Meadville, PA 16335 814-332-2755

Re: [perl-win32-gui] ItemInfo Click event

2000-10-25 Thread Jonathan Southwick
$item, 3); $col4 = $item{-text}; %item = $MainWindow-DataView-ItemInfo( $item, 4 ); $col5 = $item{-text}; %item = $MainWindow-DataView-ItemInfo( $item, 5 ); $col6 = $item{-text}; print "This is: $col1 $col2 $col3 $col4 $col5 $col6\n\n"; return; }

[perl-win32-gui] Menu selection marks

2000-11-14 Thread Jonathan Southwick
I have noticed that in some menus there is either a checkmark or a circle beside the desired selection. Is there a way in Win32:GUI to use the circle? I know I can use the checkmark with the -checked = 1 option. Jonathan

[perl-win32-gui] ToolTips

2000-12-14 Thread Jonathan Southwick
Has anyone had any luck using Tooltips? I don't want to use it with NotifyIcon but I have a ListView and when someone hovers the mouse over an item I would like a Tooltip to come up with some text. Jonathan

[perl-win32-gui] updated program

2000-12-15 Thread Jonathan Southwick
same results by right-clicking on the item and selecting properties. Thanks to everyone who helped me when I have posted questions here. If anyone has any comments, questions or suggestion, please let me know. A good critique makes for a more efficent program(mer)! ;] Jonathan Southwick [EMAIL PROTECTED]

Re: [perl-win32-gui] Changing checkmarks in menus

2000-12-15 Thread Jonathan Southwick
t; item to "View - List" you would put ### the following in your code: sub ViewList_Click { $MainMenu-{ViewLarge}-Checked(0); $MainMenu-{ViewSmall}-Checked(0); $MainMenu-{ViewList}-Checked(1); ### this turns on the checkmark $MainMenu-{ViewDetails}-Checked(0); ###

[perl-win32-gui] gatorbase.zip

2000-12-15 Thread Jonathan Southwick
in32!gui" I am sorry again for any inconvenience. Jonathan Southwick [EMAIL PROTECTED]

Re: [perl-win32-gui] changing windows properties

2000-12-15 Thread Jonathan Southwick
the -topmost = 1 option or using -addexstyle = WS_EX_TOPMOST but maybe I am way off on this one. Jonathan Southwick [EMAIL PROTECTED] - Original Message - From: "Jeremy Blonde" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 15, 2000 1:31 PM Subject: Re: [perl

Re: [perl-win32-gui] gatorbase.zip

2000-12-18 Thread Jonathan Southwick
Can you please email me the files? I am trying to FTP them, but I keep getting timeouts from the server. - Original Message - From: Jonathan Southwick To: [EMAIL PROTECTED] Sent: Friday, December 15, 2000 3:02 PM Subject: [perl-win32-gui

Re: [perl-win32-gui] $Window-TextField-Text()

2000-12-18 Thread Jonathan Southwick
THANK YOU!! THANK YOU! THANK YOU! now my Stop button works in my program. I could never figure out why it wasn't registering the click. Jonathan Southwick [EMAIL PROTECTED] - Original Message - From: "Aldo Calpini" [EMAIL PROTECTED] To: "Eric Bennett"