Re: [perl-win32-gui-users] Perl Compiler Recommendation Needed for Win32-GUI/ActivePerl

2007-02-28 Thread Steve
I have a problem with this combination: pp and Gui::Loft. I use pp (PAR) a lot, for creating Windows exe's. I created a GUI app with GUI::Loft, which works great. Although, I think GUI::Loft has become orphaned (no development) in the past couple of years. When I use pp to create an exe, it bomb

[perl-win32-gui-users] dialog question

2001-08-27 Thread Steve Comrie
create the new task? or b) hide the new window from the taskbar after it's been opened? === steve comrie :: senior developer www.shrinkingplanet.ca

[perl-win32-gui-users] open file dialog?

2001-08-27 Thread Steve Comrie
Is there a standard open file dialog box or are we own our own? === steve comrie :: senior developer www.shrinkingplanet.ca

[perl-win32-gui-users] Tutorial 1

2001-12-01 Thread Steve Myers
The first tutorial under the documentation site on the sourceforge site doesn't seem to work, the other two do, but I was looking for something that introduced making a basic window(well I've got the basic plain window made) with some basic menu's etc. Can this be fixed(or is it just my box/br

[perl-win32-gui-users] Assigning contents of single line textbox to variable

2001-12-28 Thread Steve Myers
I'm not really serious with creating GUI applications for PERL, I just found Win32 GUI to be a pretty cool module, and at the time have the need for a small GUI app thats a workaround for something. I've created numerous single line text boxes where the user may input text, I'd like to assign

[perl-win32-gui-users] Field checking(OT)

2002-01-05 Thread Steve Myers
This isn't really directly related to Win32 GUI, so I'd like to apologize now for that. Don't even know PERL particularly well, and am not that bright. The task I'm trying to accomplish is this, I've got a program thats got numerous text fields(single line text box), user fills them out, then

RE: [perl-win32-gui-users] Animated windows [working demo]

2002-10-09 Thread Lihn, Steve
It does not work on Win NT !? Does it? Steve Lihn -Original Message- From: Luigino Masarati [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 12:12 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Animated windows [working demo] This is a

[perl-win32-gui-users] Bitmap invisible...

2003-06-02 Thread Steve Rapaport
S's work better than others? I'm on Windows98 SE Help, please, Steve --

[perl-win32-gui-users] Multiple ImageList bug

2003-10-26 Thread Steve Pick
my bitmap objects need to be persistent or something? I would have thought perl's garbage collector would realise not to clear the anonymous bitmap objects created with ImageList::Add. Help! Steve Pick perl-win32-gui-users@lists.sourceforge.net

[perl-win32-gui-users] Additional: Multiple ImageList bug

2003-10-26 Thread Steve Pick
Additional: print $ARCHIVE."\n".$ICONS."\n"; gives: Win32::GUI::ImageList=HASH(0x265e044) Win32::GUI::ImageList=HASH(0x265e044) Oh dear. Serious bug. They're in the same memory. I'll look at the Win32::GUI code and see if this is a simple bug that even i can fix.

[perl-win32-gui-users] Fixed: Multiple ImageList bug

2003-10-26 Thread Steve Pick
Me again, sorry for the flood of posts. Yes, it's a bug in GUI.pm Win32::GUI::ImageList just uses $self without defining it like: my $self = {}; So to fix the bug, just find Win32::GUI::ImageList in GUI.pm, (it's on line 2141 in 0.0.558), and add a definition of $self as abo

[perl-win32-gui-users] Solution: flicker in Win32::GUI

2003-11-15 Thread Steve Pick
rking with 0.0.558 at the time) but frankly I failed. Steve

[perl-win32-gui-users] Suggested addition to GUI.XS and some good news

2003-11-15 Thread Steve Pick
perl except for the one mod required for the dockable windows to work. Soon you'll be able to create slick apps *fast* :) Any questions, just ask. Steve

Re: [perl-win32-gui-users] Suggested addition to GUI.XS and some good news

2003-11-15 Thread Steve Pick
dow's parent but that doesnt work properly and MSDN says "no! dont do this!! use SetParent!") > On approximately 11/15/2003 5:14 PM, came the following characters from > the keyboard of Steve Pick: > > Hi, > > > > Can anyone currently maintaining or debuggin

Re: [perl-win32-gui-users] Solution: flicker in Win32::GUI

2003-11-16 Thread Steve Pick
GUI source. If anyone wants to take on the flickering problem I'd be happy to help out with it. Steve - Original Message - From: "Steve Pick" <[EMAIL PROTECTED]> To: "Win32 GUI" Sent: Saturday, November 15, 2003 7:00 PM Subject: [perl-win32-gui-user

Re: [perl-win32-gui-users] Solution: flicker in Win32::GUI

2003-11-16 Thread Steve Pick
of streaking whenever anything is painted (obviously, because the background-erase is there so that this doesnt happen). That link is interesting, I'll give it a try. Thanks, Steve - Original Message - From: "Jeremy White" <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: [perl-win32-gui-users] Solution: flicker in Win32::GUI

2003-11-16 Thread Steve Pick
ifficult for me to do it with Win32::GUI, for exactly the same reason as given above; I cant find where widgets are drawn. Steve - Original Message - From: "Jeremy White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Sunday, November 16, 2003 5:16 PM Subject: R

[perl-win32-gui-users] additional fix for cursors

2003-11-20 Thread Steve Pick
ining as a resize handle, hourglass etc when moved inside the window. Steve

Re: [perl-win32-gui-users] Windows XP Color Bug

2003-11-21 Thread Steve Pick
anyway unless you're 5 years old :) Steve - Original Message - From: Chris To: perl-win32-gui-users@lists.sourceforge.net Sent: Friday, November 21, 2003 1:25 AM Subject: [perl-win32-gui-users] Windows XP Color Bug Does anyone have a way to resolve the windows xp colo

Re: Re: [perl-win32-gui-users] Windows XP Color Bug

2003-11-21 Thread Steve Pick
AddLabel ($win, -name => "background", -notify => 0, -width => $win->Width(), -height => $win->Height(), -top => 0, -left => 0 ); Add the label before adding anything else. This will cause uber-flicker. Steve - Original Message

Re: Re: [perl-win32-gui-users] Windows XP Color Bug

2003-11-21 Thread Steve Pick
rosoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp - Original Message - From: Steve Pick To: Chris ; perl-win32-gui-users@lists.sourceforge.net Sent: Friday, November 21, 2003 6:28 PM Subject: Re: Re: [perl-win32-gui-users] Windows XP Color Bug

Re: Re: [perl-win32-gui-users] Windows XP Color Bug

2003-11-21 Thread Steve Pick
Sorry :) I had a bad day and this was plain nasty so i reacted in quite an elitist way. Anyway, someone with more skill than both of us has provided a better solution. I'm glad you're here and paying attention, Win32::GUI::Users needs everyone it can get :) Steve - Origin

Re: [perl-win32-gui-users] Help with Win32::Gui::Graphic, WM_Paint and InvalidateRect

2003-11-23 Thread Steve Pick
VALIDATE not invalidate. Steve - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, November 23, 2003 5:58 PM Subject: [perl-win32-gui-users] Help with Win32::Gui::Graphic, WM_Paint and InvalidateRect > Hi, > I am trying to draw an interactive graph in a window,

Re: [perl-win32-gui-users] Help with Win32::Gui::Graphic, WM_Paint and InvalidateRect

2003-11-23 Thread Steve Pick
give it a shot. it's available for everything. I went off imagemagick because the binary download is something like 20mb, and i didnt want THAT in my redistributable. Steve - Original Message - From: "Jeremy White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>;

Re: [perl-win32-gui-users] TextField entry

2003-11-26 Thread Steve Pick
ot;Enter has been pressed.\n"; } } Hopefully this will be included in the next CVS update, and will allow you to get Enter presses without using that nasty "default button" method. Steve - Original Message - From: "Johan Lindstrom" <[EMAIL PROTECTED]>

Re: [perl-win32-gui-users] DC fullscreen

2003-11-26 Thread Steve Pick
D, which has no titlebar or border, and call $win->Maximize() on startup to make it fill the whole screen (except for the taskbar if that's not on auto-hide), then you can paint in that window's DC (obtain it with $win->GetDC()). I hope one of these helps. Steve - Original Mes

Re: [perl-win32-gui-users] Exchange Admin!

2003-11-28 Thread Steve Pick
ot from there, i can probably get you some code on Monday, but it's at work at the moment. Steve - Original Message - From: "Jaun Keeve" <[EMAIL PROTECTED]> To: Sent: Friday, November 28, 2003 7:35 AM Subject: [perl-win32-gui-users] Exchange Admin! > Hi All > >

Re: [perl-win32-gui-users] Progress bar's

2003-12-01 Thread Steve Pick
x27;d be interested as well if anyone can enlighten me on how to do coloured progress bars. Steve - Original Message - From: Chris To: perl-win32-gui-users@lists.sourceforge.net Sent: Monday, December 01, 2003 6:15 PM Subject: [perl-win32-gui-users] Progress bar's Okay, I need

Re: [perl-win32-gui-users] Coloring again,

2003-12-02 Thread Steve Pick
Say what? What exactly is the problem? Reading the file or applying the colors? - Original Message - From: Chris To: perl-win32-gui-users@lists.sourceforge.net Sent: Tuesday, December 02, 2003 3:21 AM Subject: [perl-win32-gui-users] Coloring again, I'm trying to read in s

[perl-win32-gui-users] Fixed in 670

2003-12-14 Thread Steve Pick
Hi, The list of fixes is available here: http://sourceforge.net/project/shownotes.php?group_id=16572&release_id=203389 Steve - Original Message - From: "Morbus Iff" <[EMAIL PROTECTED]> To: "Laurent ROCHER" <[EMAIL PROTECTED]>; "Win32GUI&

[perl-win32-gui-users] Merry Christmas

2003-12-24 Thread Steve Pick
Just wanted to wish everyone on the list a Merry Christmas and offer my thanks for all your assistance and work on improving Win32::GUI. Cheers, Steve Pick [EMAIL PROTECTED]

[perl-win32-gui-users] CVS commit

2004-01-07 Thread Steve Pick
ng UnHook() inside a hook handler seems to be safe (after a lot of bugfixing and tweaks to make it safe), but if you find any problems (usually crashes) with this kind of thing let me know. Steve Pick [EMAIL PROTECTED]

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

2004-01-09 Thread Steve Pick
to obtain the values. I hope it helps, not sure if it works with Winamp 5. Steve - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: Sent: Friday, January 09, 2004 5:09 PM Subject: [perl-win32-gui-users] pointers > I'm working on controlling winamp,

Re: [perl-win32-gui-users] General Perl Text Extraction doubt

2004-01-09 Thread Steve Pick
ui oriented you would probably get better results from perlmonks or some other list. Steve - Original Message - From: "#SHUCHI MITTAL#" <[EMAIL PROTECTED]> To: Sent: Thursday, January 08, 2004 5:04 PM Subject: [perl-win32-gui-users] General Perl Text Extraction doub

[perl-win32-gui-users] CVS commit

2004-01-13 Thread Steve Pick
cker/?group_id=16572 Thank you and good night :) Steve

Re: [perl-win32-gui-users] Intermediate release of Win32::GUI

2004-01-13 Thread Steve Pick
Before you build a new PPM, let me fix all the broken and/or horrible example code :) I don't know where half of the examples in the current PPM came from, but a lot of them don't work and I'm in the process of fixing them. Steve - Original Message - From: Laure

[perl-win32-gui-users] CVS: New statusbar methods added

2004-01-14 Thread Steve Pick
border between parts. # SetBkColor([color]) # Sets the background color of the status bar. If no color is given, # it sets the background color to the default background color. # Any questions, let me know. Suggestions and bugs to sourceforge tracker. Thank you. Steve

[perl-win32-gui-users] Yet Another CVS Commit...

2004-01-15 Thread Steve Pick
elsif($operation == SB_THUMBTRACK) { #print "Tracking ".($bar == 0 ? "horizontal" : "vertical")." scrollbar thumb position: ".$pos."\n"; #} # and so on. } Steve.

Re: [perl-win32-gui-users] Avoiding applications hanging?

2004-01-15 Thread Steve Pick
alf a second my $bits = ""; vec($bits,fileno(MYSOCKET),1) = 1; my $rout; select($rout=$bits, undef, undef, $timeout); if(vec($rout,fileno(MYSOCKET),1) == 1) { # We have some data to read! (connection, incoming packet, yada yada) return 1; } else { return 0; } } Hope that helps ou

Re: [perl-win32-gui-users] Scroll bar example

2004-01-16 Thread Steve Pick
method. I'm unsure of MDIs, I don't know the "correct" way to implement them yet, but it may be something to look into in the future. Currently I have enough stuff to do fixing and documenting the example scripts and adding to the current docs. Steve - Original M

Re: [perl-win32-gui-users] Scroll bar example

2004-01-16 Thread Steve Pick
on what can be scrolled. You can still add scrollbars to and set scroll parameters on any widget. Steve - Original Message - From: Jez White To: Stephen Pick ; Win32-GUI Sent: Friday, January 16, 2004 1:34 PM Subject: Re: [perl-win32-gui-users] Scroll bar example Thank

Re: [perl-win32-gui-users] Scroll bar example

2004-01-16 Thread Steve Pick
Oh, sorry, bugfix, line 83 add: $scrollarea->Left(0 - $scrollwindow->ScrollPos(0)); Helps if you keep tracking the scrollbar during resize :) This stops weird behaviour if you scroll then resize the window. Steve - Original Message - From: Jez White To: Stephen Pick ;

Re: [perl-win32-gui-users] New ListView Methods

2004-01-17 Thread Steve Pick
Committed the changes to 665-Fix. Steve - Original Message - From: "Glenn W Munroe" <[EMAIL PROTECTED]> To: Cc: "Steve Pick1" <[EMAIL PROTECTED]>; "Steve Pick2" <[EMAIL PROTECTED]>; "Laurent ROCHER" <[EMAIL PROTECTED]> S

Re: [perl-win32-gui-users] Accelerator bug?

2004-01-20 Thread Steve Pick
than the OEM, though I've not run any benchmarks. I would no longer even consider using the OEM, having looked at the code for it (mind you I'm hardly in a position to comment on code clarity :) ). Steve - Original Message - From: "Jez White" <[EMAIL PROTECTED]> T

Re: [perl-win32-gui-users] Accelerator bug? Labels & freeform windows

2004-01-20 Thread Steve Pick
esult. Steve - Original Message - From: "Jez White" <[EMAIL PROTECTED]> To: "Steve Pick" <[EMAIL PROTECTED]>; Sent: Tuesday, January 20, 2004 7:29 PM Subject: Re: [perl-win32-gui-users] Accelerator bug? > Indeed he has... > > What events are missing -

Re: [perl-win32-gui-users] Accelerator bug?

2004-01-20 Thread Steve Pick
he constant that says "yes, capture clicks" to the NEM event mask). It's on the todo list. Steve - Original Message - From: "Glenn W Munroe" <[EMAIL PROTECTED]> To: "'Stephen Pick'" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, January 20, 200

Re: [perl-win32-gui-users] ProgressBar inside StatusBar dont work with Timer

2004-01-21 Thread Steve Pick
f the part it's supposed to be in, and moving and sizing it to sit in that part. If you implement a similar resize event, it should work. Steve - Original Message - From: <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 21, 2004 4:17 AM Subject: [perl-win32-gui-users] Progres

Re: [perl-win32-gui-users] Accelerator bug?

2004-01-21 Thread Steve Pick
this in my next commit. Steve - Original Message - From: "Glenn Linderman" <[EMAIL PROTECTED]> To: "Stephen Pick" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 21, 2004 6:41 PM Subject: Re: [perl-win32-gui-users] Accelerator bug? > I guess I didn

Re: [perl-win32-gui-users] Accelerator bug?

2004-01-22 Thread Steve Pick
hat the reasons are obvious: It would be impossible and pointless. Sourceforge's CVS is being particularly annoying at the moment (I can't get a branch list from it, and it keeps failing to respond when connecting) so you'll probably have to wait a bit before you see the changes app

Re: [perl-win32-gui-users] Outlook email question...

2004-01-24 Thread Steve Pick
search.cpan.org/~gsar/libwin32-0.191/OLE/lib/Win32/OLE.pm I recommend you check out http://msdn.microsoft.com for information on accessing outlook via OLE. I'm sorry I can't give any examples. Have you tried http://www.perlmonks.org with your question? Steve - Original Message -

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-24 Thread Steve Pick
dules are not threads-compatible, and it's probable that Win32::FileOp is one of them. If it only happens with Win32::GUI loaded, please let us know and we'll undoubtable jump at the chance to look into it, such a powerhouse of activity that we are. Thanks, Steve - O

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-24 Thread Steve Pick
lthough he assumedly reads this list every now and again to see how people are abusing his babies, he hasn't posted in a very long time. Steve - Original Message - From: [EMAIL PROTECTED] To: Steve Pick ; perl-win32-gui-users@lists.sourceforge.net Sent: Sunday, January 2

[perl-win32-gui-users] CVS commit

2004-01-24 Thread Steve Pick
tEvent(name, handler) will set the coderef for the specified NEM event handler. "name" should be an event name, and "handler" should be a code reference to a subroutine that will handle the event. You can use this to change event handlers to something else if you need to. Steve.

Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI

2004-01-25 Thread Steve Pick
... } If that doesn't work, you can hook the MouseMove event using the Hook Event Model: $button->Hook(0x0200, \&mousemovehandler); Steve - Original Message - From: [EMAIL PROTECTED] To: Jez White ; Steve Pick ; perl-win32-gui-users@lists.sourceforge.net Sent:

Re: [perl-win32-gui-users] Status bar Parts method bug.

2004-02-15 Thread Steve Pick
Hi Jez Ok, noted. Interesting. I'll look into this on Monday. Steve - Original Message - From: Jez White To: Win32-GUI Sent: Sunday, February 15, 2004 10:07 AM Subject: [perl-win32-gui-users] Status bar Parts method bug. Hi, I've found a bug when using the pa

Re: [perl-win32-gui-users] Shipping resources with your exe

2004-02-18 Thread Steve Pick
Icon and Cursor objects could then be modified to first check for a resource identified by the given filename in the current running exe, and if it's not found attempt to use the given filename to load an external file. This seems the best mode of operation to me. Steve - Original Me

[perl-win32-gui-users] Textfield Enter Key doesn't work if dialogui is set.

2004-03-04 Thread Lloyd, Steve
hen this is set, the ENTER key no longer works in my multiline textfield boxes. Is there a way to tell a textfield to allow ENTER keys to work when the diaogui option is set? Thanks, Steve

RE: [SPAM] - [perl-win32-gui-users] decompile a perl2exe GUI - Email found in subject

2004-10-27 Thread Lloyd, Steve
This has NOTHING to do with Win32 GUI and should not be sent to this list. Please keep your questions to items concerning Win32 GUI. In my opinion, if you do not have the source, rewrite it. Quit trying to reverse engineer a good product. Nufsaid -Original Message- From: [EMAIL PROTECTED

RE: [SPAM] - [perl-win32-gui-users] A need for a "native" HTML browser? - Email found in subject

2004-12-16 Thread Lloyd, Steve
Jez, I think a native version would be great. I use AxWindow now for several apps. It would be nice to be able to update both by updating Win32 GUI. STeve -Original Message- From: [EMAIL PROTECTED] on behalf of Jez White Sent: Thu 12/16/2004 1:55 PM To: Win32-GUI Subject: [SPAM

RE: [SPAM] - Re: [perl-win32-gui-users] Listview Control functionality - Drag n Drop - Email found in subject

2005-01-10 Thread Lloyd, Steve
This seems like a very useful add on code - can this be added in so that those who do not have a compiler can get this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jez White Sent: Saturday, January 08, 2005 3:03 AM To: Chris Wearn; perl-win32-gui-us

RE: [perl-win32-gui-users] Listview Control functionality - Drag n Drop - Email found in subject

2005-01-10 Thread Lloyd, Steve
AM To: Lloyd, Steve; Chris Wearn; perl-win32-gui-users Subject: Re: [perl-win32-gui-users] Listview Control functionality - Drag n Drop - Email found in subject Hi, Yes it can be added - Chris and came to a little 'agreement' - he supplies an perl example and I'll add the code:

RE: [SPAM] - [perl-win32-gui-users] Compiled Win32::GUI scripts? - Email found in subject

2005-06-01 Thread Lloyd, Steve
I have compiled many Win32::GUI scripts using perl2exe from http://www.indigostar.com. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Goddard Sent: Wednesday, June 01, 2005 5:14 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM

RE: [SPAM] - RE: [perl-win32-gui-users] Compiled Win32::GUI scripts? - Email found in subject

2005-06-01 Thread Lloyd, Steve
I have been using perl2exe for several years. The latest version on perl2exe supports icons, filestamps, and more. I have used it to compile a plethera of scripts ranging from win32 gui apps to dos apps and have had great success. In my opinion, it rocks over the other choices. Steve

RE: [SPAM] - Re: [win32gui] RE: [perl-win32-gui-users] Next release [Was: System Tray problem after upgrade to v1.02 from v1.00] - Bayesian Filter detected spam

2005-07-23 Thread Lloyd, Steve
I have noticed that if scrolling in a Win32::GUI::Textfield set to readonly does not refresh the text properly.. Has anyone else seen this? It this something that could be fixed before the next release? Steve -Original Message- From: [EMAIL PROTECTED] on behalf of Robert May Sent

RE: [SPAM] - [perl-win32-gui-users] Help My GUI, please - Email found in subject

2005-07-25 Thread Lloyd, Steve
Go to http://search.cpan.com Search for Win32::GUI Click on it and select the Win::32::Tutorial http://search.cpan.org/~robertmay/Win32-GUI-1.02/docs/GUI/Tutorial.pod Steve Lloyd http://www.basgetti.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [SPAM] - Re: [win32gui] [perl-win32-gui-users] Thinner width - Email found in subject

2005-07-27 Thread Lloyd, Steve
Your sample produces the following error for me: --- perl.exe - Application Error --- The instruction at "0x77c460cb" referenced memory at "0x". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the

[perl-win32-gui-users] RE: [SPAM] - Re: Readonly TextEdit redraw problem. [Was: otther thngs] - Bayesian Filter detected spam

2005-07-27 Thread Lloyd, Steve
t(0); -- -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 11:56 AM To: Lloyd, Steve Cc: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM] - Re: Readonly TextEdit redraw problem. [Was: otther thn

RE: [SPAM] - Re:[perl-win32-gui-users] Thinner width - Email found in subject

2005-07-27 Thread Lloyd, Steve
My Mistake, I recompiled the Win32::GUI and cannot reproduce the error. Steve -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 3:13 PM To: Lloyd, Steve Cc: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM] - Re:[perl-win32-gui-users

RE: [SPAM] - [perl-win32-gui-users] ANNOUNCE: New home on the web - Email found in subject

2005-08-02 Thread Lloyd, Steve
Awesome Rob! Do you need any help getting samples or content for the areas marked TDB? I also suggest an Examples section in both the Methods and Events area. Steve Lloyd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert May Sent: Tuesday, August 02

RE: [SPAM] - [perl-win32-gui-users] timer do not work - Email found in subject

2005-08-03 Thread Lloyd, Steve
Change my $mw = Win32::GUI ... To our $mw = Win32::GUI ... This will allow the timer subroutine to see the $mw object. Steve Lloyd If the world didn't suck, we would probably all just fall off. http://www.basgetti.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

RE: [win32gui] [perl-win32-gui-users] The window -backgroud option

2005-08-03 Thread Lloyd, Steve
Rob, Is there a planned date for the next release? Also, many of the common events do not work on the main Window, right? Like MouseOver and MouseOut... use strict; use Win32::GUI; $|=1; my $main = Win32::GUI::Window->new( -name => 'Main', -text => 'Perl', -width => 200,

RE: Re[2]: [perl-win32-gui-users] working/not working timer

2005-08-04 Thread Lloyd, Steve
Can you explain how the -ontimer option works? -onTimer => \&T1_Timer, Using -ontimer, how do you set how often it kicks off? Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy White Sent: Thursday, August 04, 2005 8:02 AM To: [EMAIL PR

RE: Re[2]: [perl-win32-gui-users] working/not working timer

2005-08-04 Thread Lloyd, Steve
three times 2000four times -Original Message- From: Jeremy White [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:30 AM To: Lloyd, Steve; [EMAIL PROTECTED]; perl-win32-gui-users@lists.sourceforge.net Subject: RE: Re[2]: [perl-win32-gui-users] working

RE: Re[2]: [perl-win32-gui-users] working/not working timer

2005-08-04 Thread Lloyd, Steve
ot;; } elsif($timer=~/^quick$/is){ print "running quick stuff\n"; } elsif($timer=~/^very quick$/is){ print "running very quick stuff\n"; } } -Original Message- From

RE: [win32gui] [perl-win32-gui-users] {Spam?} MDIFrame and background Image

2005-08-09 Thread Lloyd, Steve
Is there a way using Win32::GUI to create a dragable child window that can be dragged and dropped onto another window like winspy does? Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert May Sent: Tuesday, August 09, 2005 1:08 PM To: Daniel

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

2005-08-10 Thread Lloyd, Steve
/AutoLoader.pm line 40. Use of uninitialized value in concatenation (.) or string at C:/Perl/lib/AutoLoader.pm line 41. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy White Sent: Wednesday, August 10, 2005 2:17 AM To: perl-win32-gui-users

[perl-win32-gui-users] RE: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-10 Thread Lloyd, Steve
Thanks Rob, I will give it a try in Perl and Win32::GUI. Steve -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 4:34 PM To: Lloyd, Steve Cc: perl-win32-gui-users@lists.sourceforge.net Subject: Draggable 'window' [Was: MDIFrame and

[perl-win32-gui-users] Win32::GUI::MessageBox with a timer?

2005-09-02 Thread Lloyd, Steve
Does anyone know how I can call Win32::GUI::MessageBox and have it close after a certain number of seconds? Is this possible? Steven Lloyd http://www.basgetti.com This email, and any files previous email messages included with it, may contain confidential and/or privileged material. If you are n

[perl-win32-gui-users] Newbie Alert -> Button options

2006-01-03 Thread Steve Loughran
#1: Can Button objects have a foreground and background color? It doesnt seem to work for me (no idea why) Question #2: Can the font and color in Button objects be chosen? Many thanks in advance for your help, it is greatly appreciated Steve

Re: [perl-win32-gui-users] Newbie Alert -> Button options

2006-01-03 Thread Steve Loughran
aps in the buttons instead :) I know they work, its what i fell back on when I couldnt get labels to work. I`m sure i`ll be back for more answers... but i`ll make sure I`ll try all the options before I return. Steve Glenn W Munroe wrote: Hello Steve, I was just compiling a reply to this whe

[perl-win32-gui-users] File requester in Win32?

2006-01-10 Thread Steve Loughran
Hi all Is there any easy way to include a file name requester (like when you "Save as..." in a program) to allow you to return a filename for loading/saving? I think I have seen it in my trawling through websites, but I cannot remember where Many thanks in advance. Steve

Re: [perl-win32-gui-users] File requester in Win32?

2006-01-10 Thread Steve Loughran
doh! thank you! :) Steve Jeremy White wrote: Hi all Is there any easy way to include a file name requester (like when you "Save as..." in a program) to allow you to return a filename for loading/saving? I think I have seen it in my trawling through websites, but I cannot reme

[perl-win32-gui-users] TabStrip

2006-01-11 Thread Steve Loughran
Hi all I have a question about TabStrip usage: Is it the responsibilty of the application to process Click Events on the tab headers, and hide/show the various buttons for each tab page, or am I missing something that makes life oh so much easier? Anyone have some demo code? Steve

[perl-win32-gui-users] -onEvent weirdness for "on-the-fly" created Buttons

2006-01-12 Thread Steve Loughran
ded from a text file, and all -onClick events go to the samer subroutine which deal with them all. This is being run on ActiveState Perl 5.8.815 (if that helps any!) Does anyone have any idea what I am doing wrong? I have been sitting here for 3 hours banging my head against this, and I am losing my will to live. Steve

Re: [perl-win32-gui-users] -onEvent weirdness for "on-the-fly" created Buttons

2006-01-12 Thread Steve Loughran
idea why :) Steve Jeremy White wrote: Its like "$configdata(name}" is being expanded/substituted when I actually press the button (using the last $configdata{name} value from the button creation stage), rather than the parameter being expanded/substituted and stored when i create the but

RE: [SPAM] - RE: [perl-win32-gui-users] Multi-Threaded Example - Email found in subject

2006-02-07 Thread Lloyd, Steve
Please. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Plum, Jason Sent: Tuesday, February 07, 2006 2:24 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM] - RE: [perl-win32-gui-users] Multi-Threaded Example - Email found in subjec

[perl-win32-gui-users] Redrawing changing Text

2006-02-28 Thread Steve Loughran
moving on slightly, can anyone point me at a web resource that explains how I would draw graphics and insert bitmaps into a win32 window? May thanks for your help, sorry for the newbie questions (again!) Steve

Re: [perl-win32-gui-users] Redrawing changing Text

2006-02-28 Thread Steve Loughran
Hi Jeremy Thanks for that. I would have tried the text stuff myself, but I am away from home and my code for a while. I`ll go take a look at the drawing examples as well. Steve Jeremy White wrote: OK, almost newbie question. (Quickly writing this in between doing my real job). I need to

[perl-win32-gui-users] slightly off topic: flushing TCP connections

2006-03-06 Thread Steve Loughran
get the connection to autoflush the data being sent by the client. If I close the connection, the "queued" data gets flushed to the server before the connection is closed. Anyone got any quick pointers as to how to get the connection to autoflush? Many thanks for this off topic question. Steve

[perl-win32-gui-users] Checkbox with bitmap?

2006-03-13 Thread Steve Loughran
Hi all Is it possible to attach/load a bitmap into a Checkbox? I cant seem to get it to work, so just checking to see if its me thats having a bad coding evening, or if I am wasting my time trying to get it to work :) Steve

[perl-win32-gui-users] Disabling default action for LWIN/RWIN?

2006-04-06 Thread Steve Loughran
Hi all Is there a way to disable the LWIN/RWIN default action of popping up the windows start menu? (and how about enabling them again afterwards?) Any pointers would be helpful. Many thanks in advance. Steve

RE: [perl-win32-gui-users] Using Threads with Win::32 and Net::IRC

2006-04-06 Thread Lloyd, Steve
The only way I have got this to work is to open the database connection in the thread. Steve Lloyd http://www.basgetti.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Mayfield Sent: Thursday, April 06, 2006 2:23 PM Cc: perl-win32-gui-users

[perl-win32-gui-users] SetWindowLong() missing or not available?

2006-04-07 Thread Steve Loughran
ther dumb day? Steve

[perl-win32-gui-users] Re: [win32-gui] WS_EX_NOACTIVATE - possible in win32::GUI?

2006-04-11 Thread Steve Loughran
Many thanks for that, far easier to use than messing with SetWindowLong() I dont see any reference to -pushexstyle in the docs on the website btw http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=window Steve sub WS_EX_NOACTIVATE() {0x800} ... my $win = Win32::GUI

[perl-win32-gui-users] TreeView example code?

2006-04-23 Thread Steve Loughran
your help. Steve

Re: [perl-win32-gui-users] TreeView example code?

2006-04-24 Thread Steve Loughran
Many thanks for this, i`ll take a look at this and have a go. Steve Plum, Jason wrote: I tried Zipping this out but NO... So here are all the files attached seperately, sorry I had to do it this way. This example certainly contains WAY more than you need for dealing with TreeView, but

[perl-win32-gui-users] Treeview -> Sort()/SortChildren()

2006-04-29 Thread Steve Loughran
nothing seems to be working. Is it broken? Or is it me that is broken? :) Steve

Re: [perl-win32-gui-users] Treeview -> Sort()/SortChildren()

2006-04-29 Thread Steve Loughran
Hi Glenn That works a treat... The docs talk about sorting using nodes, so it never even crossed my mind to sort the entire treeview object. Many thanks Steve Glenn Munroe wrote: Hello Steve, Does this work for you? == #!perl -w use strict; use Win32

[perl-win32-gui-users] Making a treeview"active"? Oh, and Scrollbar sizes...

2006-05-02 Thread Steve Loughran
Hi all Is there any way or making a specific button/textbox/treeview "active" or have the focus? I am trying to keep my TreeView "active" so the highlighted entry shows up better after another button in the window has been pressed. Also, and an afterthought actually, is there any way of maki

Re: [perl-win32-gui-users] Making a treeview"active"? Oh, and Scrollbar sizes...

2006-05-02 Thread Steve Loughran
treat... thanks for that :) Is scrollbar "fatness" a system wide setting? Steve Plum, Jason wrote: Steve, Hmm, good point with the "fatter" scrollbars :) As for keeping the treeview "active", have you considered just setting the focus to the treeview as the last line

  1   2   >