Re: [perl-win32-gui-users] Executable appears twice in task manager

2009-07-30 Thread Glenn Linderman
On approximately 7/30/2009 1:21 AM, came the following characters from the keyboard of Angelos Karageorgiou: > Hello folks, I have this interesting little thing > > I ma using perl 5.10 and par 0.994. My project uses both Win32::GUI and > threads for background operations. The strange thing is th

Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-13 Thread Glenn Linderman
On approximately 7/13/2009 12:51 AM, came the following characters from the keyboard of Reini Urban: > 2009/7/13 Glenn Linderman : > >> So at the present time, I'm not sure >> 1) if there are any active developers >> 2) if there are any that would agree tha

Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-12 Thread Glenn Linderman
On approximately 7/12/2009 7:49 PM, came the following characters from the keyboard of Kevin Marshall: > Glenn, > > Yes, you're right, the documentation for the module is contained > within the source code and is extracted during the build process. For > a module this large, it probably made s

Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-12 Thread Glenn Linderman
On approximately 7/12/2009 5:41 PM, came the following characters from the keyboard of Kevin Marshall: > Reini, > > I understand where you are coming from, a diff would make replacement > of the original files easier. I was, however, considering a complete > rewrite of the documentation, inclu

Re: [perl-win32-gui-users] XP styles support -- when?

2009-04-21 Thread Glenn Linderman
On approximately 4/21/2009 3:16 PM, came the following characters from the keyboard of Jan Dubois: > Do you guys (users of Win32-GUI) have an opinion of perl.exe always > requesting XP style controls? > > > > I think perl.exe needs an embedded manifest to properly specify the > requested ele

Re: [perl-win32-gui-users] Newlines disappearing in richedit (unicode-content)

2008-11-05 Thread Glenn Linderman
On approximately 11/5/2008 12:05 PM, came the following characters from the keyboard of Raphael Stoeckli: > Hi @ all > > I’m working on an program, that can handle Unicode-text in richedit-fields. > The fields sets and gets the text using some modifications of the > richedit-field. These mods a

Re: [perl-win32-gui-users] Button onClick event, how to get button -name

2008-03-25 Thread Glenn Linderman
On approximately 3/21/2008 4:49 AM, came the following characters from the keyboard of Doug Hoffman: > I have been trying to understand how to get the -name of a button that > was clicked by the -onClick event, at the subroutine. > > I have read the win32::Gui docs over and over, read several p

Re: [perl-win32-gui-users] Turn off an event handler?

2004-10-14 Thread Glenn Linderman
On approximately 10/14/2004 5:13 AM, came the following characters from the keyboard of Frazier, Joe Jr: Thanks Glenn, using the GetFocus method to verify I was in the text field at the beginning of the text field change event was exactly what I needed. Yes, that should stop any sort of "endl

Re: [perl-win32-gui-users] Turn off an event handler?

2004-10-14 Thread Glenn Linderman
On approximately 10/11/2004 11:28 AM, came the following characters from the keyboard of Frazier, Joe Jr: I have an app which has two radio buttons. One is a text field which controls a date range ((today -1) - text field value to create a date. The other is a set of two DateTime controls. Th

Re: [perl-win32-gui-users] Win32::GUI 0.99_1

2004-10-02 Thread Glenn Linderman
On approximately 10/2/2004 8:20 AM, came the following characters from the keyboard of Laurent ROCHER: Hi Win32::GUI users, A new version 0.99_1 of Win32::GUI is availlable at Sourceforge. This is first Release candidate for Win32::GUI 1.0. Please try it, and report any problem

Re: [perl-win32-gui-hackers] Re: [perl-win32-gui-users] About time for a release?

2004-09-27 Thread Glenn Linderman
On approximately 9/27/2004 4:02 AM, came the following characters from the keyboard of Glenn W Munroe: Incidentally, has anybody heard from Laurent recently? Aldo seems to have moved on to bigger and better things, Steve Pick disappeared a few months ago and now Laurent has gone quiet. Of cours

Re: [perl-win32-gui-users] About time for a release?

2004-09-27 Thread Glenn Linderman
I have one known bug in the development version, but haven't had time yet to track it down. There is some weirdness, probably due to the restructuring of the GUI code that has happened, perhaps related to threads. I have a Perl program that uses simulated fork() that works great with version

Re: [perl-win32-gui-users] SetImage isn't working.

2004-09-17 Thread Glenn Linderman
Hi Greg, Your apology for this message is seen and accepted, but I thought I'd reply to a few points with more reasoning, which will probably only confirm what you've now realized. And, by the way, I've provided a solution. On approximately 9/17/2004 12:35 AM, came the following characters

Re: [perl-win32-gui-users] How to disable a window and/or dialogbox?

2004-08-27 Thread Glenn Linderman
On approximately 8/27/2004 2:36 PM, came the following characters from the keyboard of Eric Hansen: I have a program that has dialogbox with 2 listboxes, 4, comboboxes, And 6 buttons. When the user hits a search button (a button used to Do a sql lookup and bring data back) I want the dialogb

Re: [perl-win32-gui-users] ListView (Can it stay sorted?)

2004-08-03 Thread Glenn Linderman
On approximately 8/3/2004 9:52 AM, came the following characters from the keyboard of Eric Hansen: Can a ListView be setup to stay sorted like a ListBox? Off the top of my head, I don't know. Do you know if that is something that is provided by the Windows API? If it is provided by the Wind

Re: [perl-win32-gui-users] ListBox Crashing (Heinz 57 Steak Sauce)

2004-08-02 Thread Glenn Linderman
On approximately 8/2/2004 3:34 PM, came the following characters from the keyboard of Eric Hansen: Does anyone know if ListBoxes have a 57 item maximum in order To function correctly? I think there is probably a bug somewhere, not a 57 item maximum. Unless you tell me you are running on Win9x

[perl-win32-gui-users] exception in Perl's C code... "fixed" by reworking the Perl source. But why?

2004-07-26 Thread Glenn Linderman
So, I find this to be an interesting problem. Probably my "fix" just hides the problem, rather than fixing it. It smells of an unitialized variable "somewhere". I have this Perl program that works consistently correctly on Win2K. On WinXP, it fails pretty regularly but not always, on certai

Re: [perl-win32-gui-users] Creating Win32::GUI::Bitmap object from memory data

2004-07-11 Thread Glenn Linderman
On approximately 7/11/2004 6:26 AM, came the following characters from the keyboard of Pavel: Hello Is it possible to create Win32::GUI::Bitmap object not from file, but from memory data? Or how can I add bitmap to ImageList direct from memory data? something like: # $img is a content of one.

Re: [perl-win32-gui-users] Win32::GUI::DIBitmap usage (Paste/Composite methods)

2004-06-21 Thread Glenn Linderman
On approximately 6/21/2004 7:53 PM, came the following characters from the keyboard of Pavel: Hi All, I am trying to create a new image from two images, first with size 100x100 pixel, and second with size 50x100 pixel. But I have no idea about usage of Paste method (or Composite). use strict; u

Re: [perl-win32-gui-users] balloon tooltip

2004-05-31 Thread Glenn Linderman
On approximately 5/31/2004 1:52 PM, came the following characters from the keyboard of Todd Colton: On Mon, 31 May 2004 12:11:03 -0700, Glenn Linderman <[EMAIL PROTECTED]> wrote: Consider enhancing Win32::GUI::NotifyIcon to add balloon tooltip support instead? I've tried that alre

Re: [perl-win32-gui-users] balloon tooltip

2004-05-31 Thread Glenn Linderman
On approximately 5/31/2004 9:38 AM, came the following characters from the keyboard of Todd Colton: Hello, I'm trying to create a balloon tooltip in the systray (see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tooltip/usingtooltips.asp for an examp

[perl-win32-gui-users] scrolling bitmap

2004-05-13 Thread Glenn Linderman
The old bitmap.pl sample code shows how to scale a bitmap display. Does anyone have sample code to show how to scroll a bitmap display, using scroll bars? -- Glenn -- http://nevcal.com/ === The best part about procrastination is that you are never bored, because you hav

Re: [perl-win32-gui-users] NEM for Pop up Menus

2004-04-27 Thread Glenn Linderman
have my first fully NEM window:) Cheers, jez. - Original Message - From: "Glenn Linderman" <[EMAIL PROTECTED]> To: "Jez White" <[EMAIL PROTECTED]> Cc: "Win32-GUI" Sent: Tuesday, April 27, 2004 1:11 AM Subject: Re: [perl-win32-gui-users] NEM

Re: [perl-win32-gui-users] NEM for Pop up Menus

2004-04-26 Thread Glenn Linderman
On approximately 4/26/2004 4:23 PM, came the following characters from the keyboard of Glenn Linderman: On approximately 4/21/2004 2:10 AM, came the following characters from the keyboard of Jez White: All, At the risk of asking a stupid question - how do you use NEM with pop up menus

Re: [perl-win32-gui-users] NEM for Pop up Menus

2004-04-26 Thread Glenn Linderman
On approximately 4/21/2004 2:10 AM, came the following characters from the keyboard of Jez White: All, At the risk of asking a stupid question - how do you use NEM with pop up menus? I'm hoping it is something like new Win32::GUI::Menu( 'name' => 'sName', '>&first' => { -onClick => sub

Re: [perl-win32-gui-users] Windows displayed/not-displayed depending on how Perl is invoked?

2004-03-05 Thread Glenn Linderman
On approximately 3/4/2004 12:40 PM, came the following characters from the keyboard of david fox: Unfortunately, within our application, my perl script is executed by a "ShellExecute" call in a Visual Basic Module that is executing within the VBA interpreter inside Excel (Please don't ask why :

Re: [perl-win32-gui-users] New Win32 Package suggestion and sample code

2004-02-19 Thread Glenn Linderman
ry or some initilzation variable(s) that may its data go out of the allocated space for it or tie(ing) some variables Ramy - Original Message - From: "Glenn Linderman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Thursday, February 19, 2004 8:06 PM Subject

Re: [perl-win32-gui-users] New Win32 Package suggestion and sample code

2004-02-19 Thread Glenn Linderman
n approximately 2/19/2004 3:01 AM, came the following characters from the keyboard of [EMAIL PROTECTED]: but is used by callng WIn32::API which can not currently included with compiled .exe perl scripts therefore it was a must for me to build s little module for this function. Could you expl

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

2004-02-19 Thread Glenn Linderman
It would probably be sufficient to support PAR. Even if ActiveState gave you the free copy, it isn't likely they'd give it to everyone, so everyone is more likely to use PAR, in the long term (once it's growing pains are over). Of course, if AS does supply you a free copy, I have no objection

Re: [perl-win32-gui-users] notify icon bug 0.0.670?

2004-01-30 Thread Glenn Linderman
On approximately 1/29/2004 2:30 PM, came the following characters from the keyboard of Johan Lindstrom: At 16:25 2004-01-29, Peter Eisengrein wrote: I had a script whose NotifyIcon worked fine under version 0.0.580 of Win32::GUI that no longer works since I upgraded to 0.0.670. It gets the eve

Re: [perl-win32-gui-users] notify icon bug 0.0.670?

2004-01-30 Thread Glenn Linderman
On approximately 1/29/2004 1:20 PM, came the following characters from the keyboard of Peter Eisengrein: > If you meant 0.0.558, should we also assume that changing versions of > Win32::GUI was all you changed? That the script is still > using OEM (old > event model)? Um, I guess so. Is t

Re: [perl-win32-gui-users] notify icon bug 0.0.670?

2004-01-30 Thread Glenn Linderman
On approximately 1/29/2004 7:25 AM, came the following characters from the keyboard of Peter Eisengrein: I had a script whose NotifyIcon worked fine under version 0.0.580 of Win32::GUI that no longer works since I upgraded to 0.0.670. It gets the event and shows the appropriate menu when you cl

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

2004-01-22 Thread Glenn Linderman
On approximately 1/22/2004 12:36 PM, came the following characters from the keyboard of Steve Pick: Hi, I've implemented the following two functions: $coderef = $window->GetEvent("eventname"); $window->SetEvent("eventname", \&sub); These allow you to access and modify NEM event handlers. Gre

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

2004-01-21 Thread Glenn Linderman
you should see 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 gues

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

2004-01-21 Thread Glenn Linderman
;m looking into. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Glenn Linderman Sent: 21 January 2004 01:39 To: Steve Pick Cc: Jez White; perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Accelerator bug? Back when I

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

2004-01-20 Thread Glenn Linderman
ng another subroutine call. IMHO, the two major advances in this module recently have been accelerators and hooks (I'd say we're approaching GUI nirvana), so if at least one of them doesn't work in NEM, that knocks it on the head for me. Glenn -Original Message- Fr

Re: [perl-win32-gui-users] another newbie question...

2004-01-19 Thread Glenn Linderman
On approximately 1/15/2004 4:32 AM, came the following characters from the keyboard of Sirisha Gollapudi: Hi all, after some difficulty I managed to get Win32::GUI up and running - being pretty new to this I was wondering if anyone could help with another query. I have a fully functional perl

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

2004-01-19 Thread Glenn Linderman
On approximately 1/16/2004 8:26 AM, came the following characters from the keyboard of Stephen Pick: You must handle all scrolling yourself, as i've said a million times. I will look into MDIs when I have the time; win32::gui already seems to have an MDI object but I'm unsure of what it does.

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

2004-01-19 Thread Glenn Linderman
Glenn, Sorry for the delay, I was not monitoring this email address from 1/15 until now. On approximately 1/16/2004 8:28 AM, came the following characters from the keyboard of Glenn W Munroe: Glenn, I haven't really used the NEM much yet, but when I knocked up a small test script this morni

Re: [perl-win32-gui-users] GroupBox tabbing

2004-01-14 Thread Glenn Linderman
On approximately 1/14/2004 6:41 AM, came the following characters from the keyboard of Chris Wearn: Hi All, When using AddGroupbox with RadioButtons, we have to use -group with -tapstop. However I am trying to use a Groupbox to contain a number of Textfields and other controls, and have not bee

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

2004-01-13 Thread Glenn Linderman
On approximately 1/13/2004 3:05 PM, came the following characters from the keyboard of 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 i

Re: [perl-win32-gui-users] Updated sourceforge tracker

2004-01-13 Thread Glenn Linderman
On approximately 1/13/2004 12:14 PM, came the following characters from the keyboard of Jez White: Hi, I've updated the bug/feature request tracker at: http://sourceforge.net/tracker/?group_id=16572 I've also added the bug about the broken menu tell tales. I would encourage you all to add

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

2004-01-08 Thread Glenn Linderman
On approximately 1/8/2004 9:04 AM, came the following characters from the keyboard of #SHUCHI MITTAL#: Hi all Since everyone here is a perl expert and im a total newbie i would be very very grateful if someone could help me out with my doubts. Indeed everyone here is a perl expert... but thi

[perl-win32-gui-users] Re: [perl-win32-gui-hackers] CVS commit

2004-01-07 Thread Glenn Linderman
On approximately 1/7/2004 5:33 PM, came the following characters from the keyboard of Steve Pick: Hi, I've committed the updated hooks code in 665-Fix. See GUI.xs for the documentation for the Hook and UnHook functions. What's new: Hooks work in Old Event Model and New Event Model Thanks. T

Re: [perl-win32-gui-users] New "Hook" Method

2004-01-06 Thread Glenn Linderman
On approximately 1/6/2004 6:51 AM, came the following characters from the keyboard of Stephen Pick: Hi, Arrrgh. The Win32 API deals, in the most part, with pointers to structs rather than structs themselves. You can't pass homemade structs as Perl references to SendMessage and hope that they'r

Re: [perl-win32-gui-users] RFC: Yet another event model, anyone?

2004-01-04 Thread Glenn Linderman
On approximately 1/4/2004 8:41 PM, came the following characters from the keyboard of Glenn Linderman: Johan, That is an interesting idea, and of course, makes things more OO-like. OO-likeness, in my opinion, doesn't necessarily make something better, but in this case there are a c

Re: [perl-win32-gui-users] RFC: Yet another event model, anyone?

2004-01-04 Thread Glenn Linderman
Johan, That is an interesting idea, and of course, makes things more OO-like. OO-likeness, in my opinion, doesn't necessarily make something better, but in this case there are a couple benefits that you point out: the ability to have multiple instances of a Window or widget without name confl

Re: [perl-win32-gui-users] Right-click menu broken in 0.0.670?

2004-01-02 Thread Glenn Linderman
On approximately 1/2/2004 9:38 AM, came the following characters from the keyboard of Johan Lindstrom: At 18:06 2004-01-02, Glenn Linderman wrote: In the above description you mention "right click-menu" But none of your example code attempts to capture the "_RightClick"

Re: [perl-win32-gui-users] Right-click menu broken in 0.0.670?

2004-01-02 Thread Glenn Linderman
On approximately 1/2/2004 12:19 AM, came the following characters from the keyboard of Johan Lindstrom: After upgrading from 0.0.558 -> 0.0.670, the right click-menu seems broken in TGL. The right-click menu displays alright, but the event handlers never receive any calls. The normal menus atta

Re: [perl-win32-gui-users] Win32-GUI Release 0.0.670

2003-12-15 Thread Glenn Linderman
If there are additional enhancements you need for TGL, maybe you could send a list of them to [EMAIL PROTECTED] ? I can only speak for myself, but it seems that TGL is a reasonably significant application of Win32-GUI, and supporting it is in the best interests of the Win32-GUI community. But

[perl-win32-gui-users] Re: Accelerators again

2003-12-08 Thread Glenn Linderman
On approximately 12/8/2003 5:47 AM, came the following characters from the keyboard of Glenn W Munroe: Glenn, Those accelerators are working fine and have fixed a couple of long-standing problems (like getting a listview labeledit to work). At first, I tried to attach them to individual controls

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

2003-11-28 Thread Glenn Linderman
I think it should work now in my version with the accelerator key fixes. I'd be glad to send you that version for testing if you would like it; I hope to get a patch to Laurent for the accelerator key fixes before the weekend is over, and before my hard disk completely dies :( :( :( On approxi

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

2003-11-26 Thread Glenn Linderman
Hi, the overall effect can also be achieved via accelerator keys... define Enter as an accelerator key. On approximately 11/26/2003 4:07 PM, came the following characters from the keyboard of Steve Pick: Hi, I've just submitted an addition for Win32::GUI v0.0.665 which adds the keycode and ext

[perl-win32-gui-users] Re: [perl-win32-gui-hackers] additional fix for cursors

2003-11-20 Thread Glenn Linderman
Excellant. I had noticed the resize cursor persisted until the mouse pointer got to a "real" sub object inside the main window... annoying but not (to me) as annoying as not having the resize cursors at all, and not a problem on windows that are filled with sub objects. But this fix does the

Re: [perl-win32-gui-users] I'm here

2003-11-20 Thread Glenn Linderman
On approximately 11/20/2003 2:13 AM, came the following characters from the keyboard of Aldo Calpini: Erick Bourgeois wrote: Great to see you back. I installed and played with CGI::Kwiki. The main problem I have with this module/application is that users need to learn the wiki "language". (For

Re: [perl-win32-gui-users] I'm here

2003-11-17 Thread Glenn Linderman
Hi Aldo, Glad to hear from you again. I would like CVS commit access on SourceForge, user name guruglenn although I may not be able to use it until next year (but that's only a couple months away). Thank you. I'm glad to hear you are working on NEM, as I think it is a friendlier model ov

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

2003-11-15 Thread Glenn Linderman
Steve, I'd be glad to incorporate your routine into my code, which I hope someday to get on SourceForge. However, I have a question about it first. I'm not sure i is 100% complete, though... aren't there Win32::GUI data structures that need to be altered also? I think the tree of hashes th

Re: [perl-win32-gui-users] Change menu text

2003-11-14 Thread Glenn Linderman
gh, 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 change the text on a menu? I want to ch

Re: [perl-win32-gui-users] accelerator keys - now working

2003-11-14 Thread Glenn Linderman
On approximately 11/14/2003 12:53 AM, came the following characters from the keyboard of Jeremy White: I would be more than willing to bring the files together and serve them up on jeb.ca Erick, are you able to generate flat html files which could be included automatically in new builds?

Re: [perl-win32-gui-users] accelerator keys - now working

2003-11-13 Thread Glenn Linderman
On approximately 11/13/2003 5:38 PM, came the following characters from the keyboard of Erick Bourgeois: On Thu, 13 Nov 2003 15:44:08 -0800, Glenn Linderman <[EMAIL PROTECTED]> said: Perhaps we should try and move forward somehow. I've just looked through the mailing list an

Re: [perl-win32-gui-users] Change menu text

2003-11-13 Thread Glenn Linderman
On approximately 11/13/2003 1:20 PM, came the following characters from the keyboard of Jonathan Southwick: 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 keepi

Re: [perl-win32-gui-users] accelerator keys - now working

2003-11-13 Thread Glenn Linderman
On approximately 11/13/2003 9:27 AM, came the following characters from the keyboard of Jeremy White: 4) There needs to be some coordination with Aldo, perhaps, and he hasn't responded publicly or privately to any of the email I've sent him regarding bugs over the last couple years. Or is the

Re: [perl-win32-gui-users] accelerator keys - now working

2003-11-07 Thread Glenn Linderman
On approximately 11/7/2003 8:51 AM, came the following characters from the keyboard of Erick Bourgeois: On Wed, 05 Nov 2003 23:46:45 -0800, Glenn Linderman <[EMAIL PROTECTED]> said: Hi, It was extremely important for my next project that I have accelerator keys working in Win32::G

Re: [perl-win32-gui-users] packaging into PPM

2003-11-07 Thread Glenn Linderman
On approximately 11/7/2003 11:34 AM, came the following characters from the keyboard of Laurent ROCHER: Hi, So what are the steps to package Win32::GUI (version 0.0.665) into a PPD file, so that it can be distributed? I know others have done it, but I have never made a PPD out of anything...

[perl-win32-gui-users] packaging into PPM

2003-11-06 Thread Glenn Linderman
So what are the steps to package Win32::GUI (version 0.0.665) into a PPD file, so that it can be distributed? I know others have done it, but I have never made a PPD out of anything... Pointers to appropriate documentation is fine, if it covers everything needed, or pointers + specific things

[perl-win32-gui-users] accelerator keys - now working

2003-11-05 Thread Glenn Linderman
Hi, It was extremely important for my next project that I have accelerator keys working in Win32::GUI (or whatever interface I chose to code to). As it turns out, there were only a few scattered places to fix things, and I was able to get them working. However, along the way, for debugging

[perl-win32-gui-users] bug fix for Win32::GUI 0.0.665 (on Perl 5.8.0)

2003-11-05 Thread Glenn Linderman
For anyone with the ability to compile Win32-GUI, that has been annoyed that the double-headed arrows don't show up to provide feedback to the user that clicking and dragging at this point will resize a window, like I have been, help is at hand-- I found the bug. In the CommonMsgLoop function in

Re: [perl-win32-gui-users] Tooltips - do they work?

2003-07-05 Thread Glenn Linderman
On approximately 7/5/2003 1:03 PM, came the following characters from the keyboard of Glenn Linderman: On approximately 7/5/2003 9:51 AM, came the following characters from the keyboard of Jeremy White: From: Glenn Linderman <[EMAIL PROTECTED]> Unfortunately, the examples that I have a

Re: [perl-win32-gui-users] Tooltips - do they work?

2003-07-05 Thread Glenn Linderman
On approximately 7/5/2003 9:51 AM, came the following characters from the keyboard of Jeremy White: From: Glenn Linderman <[EMAIL PROTECTED]> Unfortunately, the examples that I have are not suitable for including in documentation, as I pass things through a couple layers of wrappers bef

Re: [perl-win32-gui-users] Tooltips - do they work?

2003-07-05 Thread Glenn Linderman
On approximately 7/4/2003 2:39 PM, came the following characters from the keyboard of Jeremy White: All, Do tool tips work? I've searched this list, and couldn’t find a reference to a working example? If anyone could provide pointers, I would be grateful, and will update the document project

Re: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-26 Thread Glenn Linderman
On approximately 6/26/2003 5:57 AM, came the following characters from the keyboard of Frazier, Joe Jr: > See the attached file. The "X" icon is about 50% smaller than normal > on my Win2k system (not tested elsewhere) using GUI .668 and > Perl 5.0.1. > use Win32::GUI; > use strict; > use warni

Re: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-25 Thread Glenn Linderman
On approximately 6/25/2003 10:39 AM, came the following characters from the keyboard of Frazier, Joe Jr: >> -Original Message- From: Glenn Linderman >> [mailto:[EMAIL PROTECTED] >> >> On approximately 6/25/2003 7:04 AM, came the following characters >> from t

Re: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-25 Thread Glenn Linderman
On approximately 6/25/2003 7:04 AM, came the following characters from the keyboard of Frazier, Joe Jr: >>-Original Message- >>From: Glenn Linderman [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, June 24, 2003 10:07 PM >>To: Win32 GUI >>Subject: [perl-win32-gui

[perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-24 Thread Glenn Linderman
From time to time the question has been asked on this list about how to have a Win32::GUI program running, but have no entry in the taskbar. When hidden and disabled, no entry will appear, but when shown or enabled, it will come back. Unless, when you create the window, you use: -toolwindo

[perl-win32-gui-users] Win32::GUI bug fix, info, etc.

2003-06-24 Thread Glenn Linderman
Hi Aldo, Four topics: 1) Patch for some "uninitialized" warnings produced by Win32::GUI for one of my GUI programs 2) Accelerator keys 3) Stuttering typing during repeated calls to DoEvents 4) resize cursor Topic 1 Here is the fix (suggested by Jan Dubois, after I pinpointed where t

[perl-win32-gui-users] Bug report

2003-06-09 Thread Glenn Linderman
Sorry for the line wrapping... The code below is from Win32::GUI v0.0.665 GUI.xs: // add (or create) the tooltip if(perlcs.szTip != NULL) { if(perlcs.hvParent != NULL) { if(perlcs.hTooltip == NULL) {

[perl-win32-gui-users] Easter release?

2003-05-22 Thread Glenn Linderman
Hi, Aldo? Still there? While lots of bugs were reported too shortly before Easter for me to expect an Easter release to actually happen, I'm curious to know if any progress is being made on any of the bugs, and if there actually will be a new release of Win32-GUI in the near future? I'm ab

Re: [perl-win32-gui-users] How to define generic handler for buttons

2003-05-20 Thread Glenn Linderman
On approximately 5/16/2003 8:32 AM, came the following characters from the keyboard of Frazier, Joe Jr: > It is all rather nasty looking code, but it works very well(except > there is not really an easy way to create accelorator keys for the > menu items since it is dynamic..) I reorder the m

[perl-win32-gui-users] Re: CALL FOR BUGS

2003-04-13 Thread Glenn Linderman
Hi Aldo, The next two paragraphs are kind of "pie in the sky" or "dream concepts"... but after them are some bug reports... Glad to see you back and working on Win32::GUI. I've been contemplating either (1) trying to fix and enhance it myself or (2) replacing it with something perhaps simp

Re: [perl-win32-gui-users] Unresponsive Window

2003-04-01 Thread Glenn Linderman
On approximately 3/31/2003 2:59 PM, came the following characters from the keyboard of [EMAIL PROTECTED]: 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 s

Re: [perl-win32-gui-users] Convert DEC RGB to HEX

2003-03-10 Thread Glenn Linderman
On approximately 3/10/2003 3:56 AM, came the following characters from the keyboard of Dean Lennox: From the win32 gui example colors.gpl $color = GUI::ChooseColor(-owner => $w); Any idea how I can convert the decimal RGB value, $color to the HTML HEX format ? ie: selecting the colour green

Re: [perl-win32-gui-users] PeekMessage, keyboard, DoEvents

2003-02-08 Thread Glenn Linderman
Glenn Linderman wrote: Sorry for following up my own post, but no one else did So then I thought maybe I was on to something when I discovered that Dialog uses ENTER; SAVETMPS; ... FREETMPS; LEAVE; but DoEvents doesn't. Well, I tried adding that, and it didn't help a bit.

Re: [perl-win32-gui-users] PeekMessage, keyboard, DoEvents

2003-02-08 Thread Glenn Linderman
Glenn Linderman wrote: Anyone have some other ideas of things to try? Sorry for following up my own post, but no one else did Seems like if the problem were PeekMessage it would be possible to cause problems replacing the GetMessage call inside Win32::GUI::Dialog with PeekMessage, so I

[perl-win32-gui-users] PeekMessage, keyboard, DoEvents

2003-02-06 Thread Glenn Linderman
Hi, So it seems to be the case that DoEvents loops and keyboard events don't do to well together... producing double characters while typing... almost all of the time. DoEvents uses PeekMessage to obtain its events, of course, whereas Dialog uses GetMessage. I don't recall this problem occurrin

[perl-win32-gui-users] Even more on accelerators

2003-02-03 Thread Glenn Linderman
Hi, Am I really confused, or are accelerators really, really broken? Some reasonings that have led me to the conclusion accelerators are really, really broken include: (1) Win32::GUI::AcceleratorTable pushes a global variable $id for each of the keystrokes in the accelerator table, resultin

[perl-win32-gui-users] More on accelerators

2003-02-03 Thread Glenn Linderman
Hi, Re: Win32::GUI 0.0.665 It appears that the code to implement accelerators doesn't even exist for the New Event Model. A DoEvent_NEM_Acc function is mentioned in some commented out code, but the function doesn't exist in the distributed source code. -- Glenn = Not everything that is

[perl-win32-gui-users] Bug in Win32::GUI 0.0.665 ???

2003-02-03 Thread Glenn Linderman
Hi, I have a program that uses Win32::GUI, and in several places, it uses a DoEvents loop, and text boxes processed by that DoEvents loop seem to result in doubled characters. I don't recall that happening in earlier versions of Win32::GUI, does anyone else? So I recompiled Win32::GUI with

Re: [perl-win32-gui-users] Re: repeating keystrokes in Win32::GUI Textfield

2003-01-27 Thread Glenn Linderman
Sean Healy wrote: I just had a user that upgraded to WinXP report this same thing on a program I wrote, that works fine on Win2K. Using Win32::GUI 0.0.668, and Perl 5.6 or 5.6.1 (I'm using 5.8 now, but I'm not sure which version of Perl the user is running). I have no clue why this would ha

[perl-win32-gui-users] Re: repeating keystrokes in Win32::GUI Textfield

2003-01-26 Thread Glenn Linderman
I just had a user that upgraded to WinXP report this same thing on a program I wrote, that works fine on Win2K. Using Win32::GUI 0.0.668, and Perl 5.6 or 5.6.1 (I'm using 5.8 now, but I'm not sure which version of Perl the user is running). I have no clue why this would happen, nor am I desir

[perl-win32-gui-users] Win32::GUI and Perl 5.8

2003-01-13 Thread Glenn Linderman
Hi, I'm trying to build Win32-GUI-0.0.665 for Perl 5.8 (ActiveState build 804), and I get a bunch of unresolved external symbols, mostly to do with ImageList stuff (actual messages below). Anyone know what I'm doing wrong, here in the middle of the night? Using MSVC++ 6.0, is that still OK? I'

Re: [perl-win32-gui-users] system tray, notifyicon and stuff

2002-05-27 Thread Glenn Linderman
When you hide the window, also disable it. When you want to make the window usable again, enable it and show it. This will make the whatever-it-is-you-call-it disappear from the task bar while it is minimized, but appear when the window is visible. If you never want it to appear, make a parent w

Re: [perl-win32-gui-users] Centering a window

2002-03-22 Thread Glenn Linderman
Jeremy Blonde wrote: > > Here's how I'm doing it. The code is borrowed from someone else, perhaps > Aldo's examples. > > $SCR_WIDTH = Win32::GUI::GetSystemMetrics(0); > $SCR_HEIGHT = Win32::GUI::GetSystemMetrics(1); > > $WIDTH = 350;# Window Width > $HEIGHT = 250;# Window Height > >

Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-03-04 Thread Glenn Linderman
Aldo Calpini wrote: > > arguments to -events can be: > - a subroutine name (string) > - a reference (eg. \&) > - an anonymous sub (eg. sub { .. }) Both of the following items prevent me from porting certain Win32::GUI applications to the New Event Model. There doesn't seem to be a way to.

Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-03-03 Thread Glenn Linderman
Aldo Calpini wrote: > > Frazier, Joe Jr wrote: > > > but I still don't know what to do when you just say use Win32::GUI ;-) > > > > Use old style by default. This avoids users > > having to change thier code until they are ready to totally update thier > > code. > > yes, this is sure. by default

Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-03-01 Thread Glenn Linderman
Glenn Linderman wrote: > > Now I've downloaded and compiled the new version. Boy was I surprised! Here's another surprise: When moving the cursor to the edges and corners for resizing things, the cursor doesn't change to the "usual" double-headed arrows which pr

Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-03-01 Thread Glenn Linderman
> At Thursday, 28 February 2002, Glenn wrote: > > >Now I've downloaded and compiled the new version. Boy was I surprised! jean bosco muzatsinda wrote: > > Hi, > How did you proceed to download and compile? > I'm knew to this matter of things ( win32::GUI)and I'm experiencing > some problems. >

Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-02-28 Thread Glenn Linderman
Now I've downloaded and compiled the new version. Boy was I surprised! I ran an existing application, and it looked quite different in layout, but upon careful inspection, and knowing how the code was written, it appears that everything that is different is a result of exactly one thing: $font =

[perl-win32-gui-users] multiline menu items

2002-02-20 Thread Glenn Linderman
Hi, I have an application where I'd like to have a multi-line menu item. I've seen that in programs, where the first line of the menu item has text in the normal position, and the subsequent line(s) are further indented, and when your mouse approaches/leaves the first or last line, all of them ch

Re: [perl-win32-gui-users] Re: Tooltip Feature and Win32::GUI thoughts

2002-02-19 Thread Glenn Linderman
Eric, Perhaps you could share those direct communications from Aldo with people that maintain Win32::GUI FAQ lists these days? Or the list at large? Perhaps some of it could get incorporated into the FAQ or into some other documentation? Like others, I'm starting to wonder if there is any activ

[perl-win32-gui-users] Re: Sending text to other windows with Win32::GUI

2002-01-24 Thread Glenn Linderman
Careful... you get more than one process doing the append thing, and you'll lose some of the appends, if they happen concurrently. Unless you have a separate control for each process to use. Scott Campbell wrote: > > It would appear that the Perl gods have found favor with you. > This works like

  1   2   >