You can subscribe to this list here.
2001 |
Jan
(226) |
Feb
(139) |
Mar
(156) |
Apr
(95) |
May
(181) |
Jun
(166) |
Jul
(80) |
Aug
(59) |
Sep
(69) |
Oct
(83) |
Nov
(142) |
Dec
(33) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(42) |
Feb
(91) |
Mar
(76) |
Apr
(113) |
May
(67) |
Jun
(68) |
Jul
(37) |
Aug
(41) |
Sep
(16) |
Oct
(135) |
Nov
(51) |
Dec
(21) |
2003 |
Jan
(37) |
Feb
(36) |
Mar
(37) |
Apr
(103) |
May
(68) |
Jun
(70) |
Jul
(77) |
Aug
(12) |
Sep
(9) |
Oct
(53) |
Nov
(88) |
Dec
(63) |
2004 |
Jan
(263) |
Feb
(106) |
Mar
(36) |
Apr
(21) |
May
(21) |
Jun
(34) |
Jul
(33) |
Aug
(34) |
Sep
(35) |
Oct
(21) |
Nov
(43) |
Dec
(63) |
2005 |
Jan
(28) |
Feb
(42) |
Mar
(29) |
Apr
(14) |
May
(41) |
Jun
(20) |
Jul
(65) |
Aug
(136) |
Sep
(41) |
Oct
(74) |
Nov
(34) |
Dec
(94) |
2006 |
Jan
(85) |
Feb
(94) |
Mar
(68) |
Apr
(103) |
May
(66) |
Jun
(51) |
Jul
(24) |
Aug
(56) |
Sep
(57) |
Oct
(85) |
Nov
(73) |
Dec
(68) |
2007 |
Jan
(59) |
Feb
(32) |
Mar
(13) |
Apr
(32) |
May
(36) |
Jun
(36) |
Jul
(64) |
Aug
(35) |
Sep
(19) |
Oct
(10) |
Nov
(13) |
Dec
(20) |
2008 |
Jan
(26) |
Feb
(41) |
Mar
(19) |
Apr
(24) |
May
(16) |
Jun
(33) |
Jul
(34) |
Aug
(4) |
Sep
(11) |
Oct
|
Nov
(26) |
Dec
(23) |
2009 |
Jan
(5) |
Feb
(2) |
Mar
(21) |
Apr
(16) |
May
(13) |
Jun
(6) |
Jul
(34) |
Aug
(2) |
Sep
(1) |
Oct
(7) |
Nov
(5) |
Dec
(24) |
2010 |
Jan
(3) |
Feb
(5) |
Mar
(6) |
Apr
(6) |
May
(14) |
Jun
(6) |
Jul
(1) |
Aug
(12) |
Sep
(10) |
Oct
(9) |
Nov
|
Dec
(2) |
2011 |
Jan
(4) |
Feb
(5) |
Mar
(30) |
Apr
(1) |
May
(2) |
Jun
(5) |
Jul
(3) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(4) |
2013 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
(3) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(7) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Johan L. <jo...@ba...> - 2001-10-31 12:51:51
|
At 07:21 2001-10-31 -0500, David Hiltz wrote: > While we are on the subject of 'other' GUI toolkits... Has anybody used > 'wxperl' (http://wxperl.sourceforge.net)? I have looked at these tutorials: http://www.perlmonks.org/index.pl?node=wxPerl It seems a little convoluted at first glance. The end result is really nice: cross platform _and_ nice-looking on Windows. /J ------ ---- --- -- -- -- - - - - - Johan Lindström Boss Casinos Sourcerer jo...@ba... http://www.bahnhof.se/~johanl/ If the only tool you have is a hammer, everything tends to look like a nail |
From: Marcus <li...@wo...> - 2001-10-31 05:00:28
|
On 30.10.01 at 07:00 Mark Wilkinson wrote: >I have never tried, but I am pondering the possibilities of having >Win32GUI and >PerlTK run simultaneously... I just tried that a few days ago after a similar post on the Perl/Tk mailing list. It seems to work. I placed the Tk code in a package without calling MainLoop. Then called the Tk widget from the Win32::GUI script: mytkwidget::show_widget(); Tk::MainLoop; ... The "main" Tk code is in the show_widget sub. Not an OO widget. The cool thing is that the Tk widget can be moved over the Win32::GUI window and both are refreshed :-) That doesn't happen when you use a native Windows widget (e.g. file selector) from Perl/Tk. HTH, Marcus |
From: Marcus <li...@wo...> - 2001-10-31 05:00:28
|
I would also recommend the NSIS installer from Nullsoft which is Open Source. It's the one used for Winamp. http://www.nullsoft.com/free/nsis/ Marcus |
From: Amin A. <AA...@pl...> - 2001-10-30 21:08:01
|
I am sure that this question has been asked before but sadly I cannot find it in the archives. I need to replace the "TK" icon on the top left corner with one of my own. If anyone has any suggestions or code clip to point me to the right direction I would utterly appreciated. -A |
From: Dave <da...@sk...> - 2001-10-30 16:12:30
|
Does anyone know of an alternative to Perl2Exe ? Thanks in advance, Dave McLaughlin |
From: Johan L. <jo...@ba...> - 2001-10-30 15:57:59
|
At 07:00 2001-10-30 -0600, Mark Wilkinson wrote: >I have never tried, but I am pondering the possibilities of having >Win32GUI and >PerlTK run simultaneously. The problem, of course, is in the event looping - >both need to have their event loops executed, and yet the call to execute the >event loop is "blocking" as far as I can tell. Has anyone ever tried to do >this? It sounds like a... dubious idea to me :) But try this: in the main event loop in Tk (if there is one), call Win32::GUI::DoEvents(); Or if there isn't one, try rolling your own main event loop in Win32::GUI and call both Win32::GUI::DoEvents() and the Tk analogue. Or add a Win32::GUI::Timer control to call the Tk::DoEvents() (or whatever it's called). > The solution is not entirely obvious to me, but perhaps it is obvious to >someone else... I am just frustrated at how difficult it is to create custom >widgets in Win32, where it is childishly simple in Tk. If I could have >the best >of both worlds it would be marvellous! What do you mean by custom widget? If you want to draw the contents of your own control, there is the Win32::GUI::Graphic control which has a Paint event. /J ------ ---- --- -- -- -- - - - - - Johan Lindström Boss Casinos Sourcerer jo...@ba... http://www.bahnhof.se/~johanl/ If the only tool you have is a hammer, everything tends to look like a nail |
From: Johan L. <jo...@ba...> - 2001-10-30 15:43:10
|
I just found a _really_ good installation program that does everything right! (Well, at least that I know of...) http://www.jrsoftware.org/isinfo.htm It's script-based. It has a decent wizard (get that). It can be run from the command line. It's documented. It can set your own icons on the shortcuts it creates. I would say it's a recommended buy if it wasn't for the fact that it's free... /J ------ ---- --- -- -- -- - - - - - Johan Lindström Boss Casinos Sourcerer jo...@ba... http://www.bahnhof.se/~johanl/ If the only tool you have is a hammer, everything tends to look like a nail |
From: Stephen P. <ca...@fr...> - 2001-10-30 15:24:20
|
Does anyone know how to make a Listbox so that items within it cannot be selected? |
From: Mark W. <ma...@il...> - 2001-10-30 12:58:35
|
Hi group, I have never tried, but I am pondering the possibilities of having Win32GUI and PerlTK run simultaneously. The problem, of course, is in the event looping - both need to have their event loops executed, and yet the call to execute the event loop is "blocking" as far as I can tell. Has anyone ever tried to do this? The solution is not entirely obvious to me, but perhaps it is obvious to someone else... I am just frustrated at how difficult it is to create custom widgets in Win32, where it is childishly simple in Tk. If I could have the best of both worlds it would be marvellous! Anyone out there with experience (good or bad) please drop me a line. Cheers all! M |
From: Anufriyenko,Igor,SOLON,I. - D. D. <igo...@us...> - 2001-10-29 17:14:47
|
Hello, Can anybody shred some insight on the tool tip method implementation new Win32::GUI::Tooltip (PARENT, %OPTIONS) such as: - PARENT - is this a handle or control name? - %OPTIONS - what are they? GUI.PM states that Tooltip is a preliminary - are there any plans to make it permanent? Thank you, Igor. |
From: <e54...@es...> - 2001-10-29 16:08:59
|
I am new in Perl, My question is: I want to separate the diferent windows in different files, then, how I have to do it if I want that one event can change some properties of another window ? One example talks more 1000 words.... a lot of thanks ! Guillem Cunillera i Wefers |
From: Johan L. <jo...@ba...> - 2001-10-28 18:02:41
|
At 13:57 2001-10-27 +0100, Mark Rivington wrote: >According to MSDN, all I need is to intercept the >HW_PAINT message and redraw the part of the DC that is >invalidated. There already is a Paint event for the Win32::GUI::Graphic control. Take a look at The GUI Loft if you need a working piece of code. Open ./lib/TGL/WindowDesign.pm and search for "_Paint". Download the source at: http://www.bahnhof.se/~johanl/perl/Loft/ /J ------ ---- --- -- -- -- - - - - - Johan Lindström Boss Casinos Sourcerer jo...@ba... http://www.bahnhof.se/~johanl/ If the only tool you have is a hammer, everything tends to look like a nail |
From: <mri...@ya...> - 2001-10-27 12:57:16
|
Following on from my email of Thursday about Win32::GUI::PeekMessage which I failed to get working, I tried using a Win32::GUI::Graphic control as suggested but I always get an undef handle returned. According to MSDN, all I need is to intercept the HW_PAINT message and redraw the part of the DC that is invalidated. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/pantdraw_88ac.asp I have attached what I have done so far in case anybody wants to go down the same road. The only real issue left is the redraw problem. If anybody fancies solving the problem, let me know. Regards Mark ____________________________________________________________ Nokia Game is on again. Go to http://uk.yahoo.com/nokiagame/ and join the new all media adventure before November 3rd. |
From: <Eva...@ao...> - 2001-10-27 06:02:15
|
>>I don't think sub Window_GotFocus even works. I tried using it once and it didn't work no matter what I tried, it wasn't important so I gave up.<< Try Window_Activate. i believe it's the same thing. |
From: Greg J. <gr...@sy...> - 2001-10-27 00:23:46
|
Is there an easy way to get all of the checked items in a TreeView? Looking at the documentation it seems like my only option is to search through all the nodes testing them with ItemCheck. |
From: <Jos...@DM...> - 2001-10-26 17:46:51
|
Worked for me. The color of the selection changed from blue to gray, but you still see that it is selected. "Dave" <da...@sk...>@lists.sourceforge.net on 10/26/2001 01:24:00 PM Sent by: per...@li... To: "'Thomas, Timothy B'" <tim...@lm...> cc: <per...@li...> (bcc: Joseph Vieira/DMR/CA) Subject: RE: [perl-win32-gui-users] ListView loses selection That didn't work for me in listview, does it work for anyone else? -----Original Message----- From: per...@li... [mailto:per...@li...] On Behalf Of Thomas, Timothy B Sent: Friday, October 26, 2001 11:42 AM To: 'Piske, Harald'; 'Peter Eisengrein'; per...@li... Subject: RE: [perl-win32-gui-users] ListView loses selection There is an option for list view that does this for you: -showselalways=>1 -----Original Message----- From: Piske, Harald [mailto:Har...@bo...] Sent: Friday, October 26, 2001 9:30 AM To: 'Peter Eisengrein'; per...@li... Subject: RE: [perl-win32-gui-users] ListView loses selection > Why then, I wonder, does it not show the selection if you do a > $Window->ListBox->SetFocus() or even > $Window->ListBox->SelectedItem->SetFocus() ? I tried both > with a sub of > Window_GotFocus and Window_Restore. Just a thought, I did not try: if you change the selection to what it already is or even actually change it and then change it back, will it show? _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: Dave <da...@sk...> - 2001-10-26 17:23:26
|
That didn't work for me in listview, does it work for anyone else? -----Original Message----- From: per...@li... [mailto:per...@li...] On Behalf Of Thomas, Timothy B Sent: Friday, October 26, 2001 11:42 AM To: 'Piske, Harald'; 'Peter Eisengrein'; per...@li... Subject: RE: [perl-win32-gui-users] ListView loses selection There is an option for list view that does this for you: -showselalways=>1 -----Original Message----- From: Piske, Harald [mailto:Har...@bo...] Sent: Friday, October 26, 2001 9:30 AM To: 'Peter Eisengrein'; per...@li... Subject: RE: [perl-win32-gui-users] ListView loses selection > Why then, I wonder, does it not show the selection if you do a > $Window->ListBox->SetFocus() or even > $Window->ListBox->SelectedItem->SetFocus() ? I tried both > with a sub of > Window_GotFocus and Window_Restore. Just a thought, I did not try: if you change the selection to what it already is or even actually change it and then change it back, will it show? _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: <Jos...@DM...> - 2001-10-26 16:26:32
|
I don't think sub Window_GotFocus even works. I tried using it once and it didn't work no matter what I tried, it wasn't important so I gave up. "Thomas, Timothy B" <tim...@lm...>@lists.sourceforge.net on 10/26/2001 11:41:45 AM Sent by: per...@li... To: "'Piske, Harald'" <Har...@bo...>, "'Peter Eisengrein'" <Pet...@at...>, per...@li... cc: (bcc: Joseph Vieira/DMR/CA) Subject: RE: [perl-win32-gui-users] ListView loses selection There is an option for list view that does this for you: -showselalways=>1 -----Original Message----- From: Piske, Harald [mailto:Har...@bo...] Sent: Friday, October 26, 2001 9:30 AM To: 'Peter Eisengrein'; per...@li... Subject: RE: [perl-win32-gui-users] ListView loses selection > Why then, I wonder, does it not show the selection if you do a > $Window->ListBox->SetFocus() or even > $Window->ListBox->SelectedItem->SetFocus() ? I tried both > with a sub of > Window_GotFocus and Window_Restore. Just a thought, I did not try: if you change the selection to what it already is or even actually change it and then change it back, will it show? _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: Thomas, T. B <tim...@lm...> - 2001-10-26 15:42:58
|
There is an option for list view that does this for you: -showselalways=>1 -----Original Message----- From: Piske, Harald [mailto:Har...@bo...] Sent: Friday, October 26, 2001 9:30 AM To: 'Peter Eisengrein'; per...@li... Subject: RE: [perl-win32-gui-users] ListView loses selection > Why then, I wonder, does it not show the selection if you do a > $Window->ListBox->SetFocus() or even > $Window->ListBox->SelectedItem->SetFocus() ? I tried both > with a sub of > Window_GotFocus and Window_Restore. Just a thought, I did not try: if you change the selection to what it already is or even actually change it and then change it back, will it show? _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: Piske, H. <Har...@bo...> - 2001-10-26 15:30:19
|
> Why then, I wonder, does it not show the selection if you do a > $Window->ListBox->SetFocus() or even > $Window->ListBox->SelectedItem->SetFocus() ? I tried both > with a sub of > Window_GotFocus and Window_Restore. Just a thought, I did not try: if you change the selection to what it already is or even actually change it and then change it back, will it show? |
From: Peter E. <Pet...@at...> - 2001-10-26 15:23:46
|
Why then, I wonder, does it not show the selection if you do a $Window->ListBox->SetFocus() or even $Window->ListBox->SelectedItem->SetFocus() ? I tried both with a sub of Window_GotFocus and Window_Restore. > -----Original Message----- > From: Jos...@DM... [mailto:Jos...@DM...] > Sent: 26 October 2001 10:36 > To: Dave > Cc: per...@li... > Subject: Re: [perl-win32-gui-users] ListView loses selection > > > > Dave, > > Actually it does not lose the selection in the list view, it > only appears > that way. If you go to an outside application and then back > to the gui > window the item is still selected but not highlighted. If you put the > focus back on the list view itself and not on the main gui > window you will > see the selection still there. You can do that by clicking > on the list > view headers for example. > > Joe > > > > > > "Dave" <da...@sk...>@lists.sourceforge.net on 10/26/2001 > 09:13:16 AM > > Sent by: per...@li... > > > To: <per...@li...> > cc: (bcc: Joseph Vieira/DMR/CA) > Subject: [perl-win32-gui-users] ListView loses selection > > I have a program with a listview, very often the user needs to use an > outside application then return to the GUI window, only everytime you > reactivate the GUI, it loses the current selection in the ListView. > > Is there an easy way to avoid this and have it "remember" the current > selection when the window goes into the background? > > > Thanks in advance. > > Dave McLaughlin > da...@sk... > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > > > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |
From: Dave <da...@sk...> - 2001-10-26 15:11:30
|
Joe, Thanks , I hadnt noticed that. If you wouldn't mind, I still have one small problem, is there another way to bring the listview back into focus? When you click on a column header in the app, it resorts the list view. Maybe something I could call from a Window_Activate event? I have had a hard time finding info on "forcing" something into focus. Thanks again, Dave -----Original Message----- From: Jos...@DM... [mailto:Jos...@DM...] Sent: Friday, October 26, 2001 10:36 AM To: Dave Cc: per...@li... Subject: Re: [perl-win32-gui-users] ListView loses selection Dave, Actually it does not lose the selection in the list view, it only appears that way. If you go to an outside application and then back to the gui window the item is still selected but not highlighted. If you put the focus back on the list view itself and not on the main gui window you will see the selection still there. You can do that by clicking on the list view headers for example. Joe "Dave" <da...@sk...>@lists.sourceforge.net on 10/26/2001 09:13:16 AM Sent by: per...@li... To: <per...@li...> cc: (bcc: Joseph Vieira/DMR/CA) Subject: [perl-win32-gui-users] ListView loses selection I have a program with a listview, very often the user needs to use an outside application then return to the GUI window, only everytime you reactivate the GUI, it loses the current selection in the ListView. Is there an easy way to avoid this and have it "remember" the current selection when the window goes into the background? Thanks in advance. Dave McLaughlin da...@sk... _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: <Jos...@DM...> - 2001-10-26 14:34:15
|
Dave, Actually it does not lose the selection in the list view, it only appears that way. If you go to an outside application and then back to the gui window the item is still selected but not highlighted. If you put the focus back on the list view itself and not on the main gui window you will see the selection still there. You can do that by clicking on the list view headers for example. Joe "Dave" <da...@sk...>@lists.sourceforge.net on 10/26/2001 09:13:16 AM Sent by: per...@li... To: <per...@li...> cc: (bcc: Joseph Vieira/DMR/CA) Subject: [perl-win32-gui-users] ListView loses selection I have a program with a listview, very often the user needs to use an outside application then return to the GUI window, only everytime you reactivate the GUI, it loses the current selection in the ListView. Is there an easy way to avoid this and have it "remember" the current selection when the window goes into the background? Thanks in advance. Dave McLaughlin da...@sk... _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: Dave <da...@sk...> - 2001-10-26 13:12:46
|
I have a program with a listview, very often the user needs to use an outside application then return to the GUI window, only everytime you reactivate the GUI, it loses the current selection in the ListView. Is there an easy way to avoid this and have it "remember" the current selection when the window goes into the background? Thanks in advance. Dave McLaughlin da...@sk... |
From: Frazier, J. J. <Joe...@Pe...> - 2001-10-26 12:14:31
|
Inline comments > -----Original Message----- > From: SSGT Steven Swenson [mailto:st...@tx...] > Sent: Thursday, October 25, 2001 2:17 PM > To: Per...@li... > Cc: Per...@li... > Subject: [perl-win32-gui-users] Problems with List Boxes >=20 >=20 >=20 > =20 > I am trying to use this module to make a GUI for a command-line > application. >=20 > I am using at the moment two list boxes and a Progress Bar. For some > reason the interpreter can't find the second list box when I=20 > try to call > its Add function. I also can't seem to get slide bars to appear on the > listboxes either. >=20 > Basically I am trying to remove a string from List box A and=20 > move it to > List Box B via selection and a click on a button. >=20 > I have included the code I am messing with below. If anyone=20 > can tell me > anything here I'd appreciate it. <CUT />=20 >=20 > name =3D> "Done", > -align =3D> "center", > -width =3D> 100, > -height =3D> 500, > -left =3D>400, > -multisel =3D> 1, > -ScrollV =3D>1, > -sort =3D>1 > ); NOTE the missing "-" in front of the name. I added this and ran and using the button was able to highlight an item on right and move it to the left listbox. Is that what you want? Joe Frazier, Jr Technical Support Engineer PeopleClick 919-645-2916 joe...@pe... =20 <CUT />=20 |