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
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
(2) |
18
|
19
|
20
|
21
|
22
(1) |
23
(2) |
24
|
25
(3) |
26
(1) |
27
(1) |
28
|
29
|
30
|
|
|
From: Kevin M. <kej...@ho...> - 2010-09-27 00:50:37
|
John, It is odd that PPM could not find the module. I tried it on my computer and managed to find it OK. Note that the package would be called Win32-VisualStyles (:: replaced with -). The repository that I use is http://ppm4.activestate.com/MSWin32-x86/5.12/1200/packages.xml, though it would be slightly different for you as you are using a different version of Perl. Try going to the web page http://ppm4.activestate.com/ and browsing for the appropriate repository for your version of Perl. You could also try downloading the package from http://ppm4.activestate.com/MSWin32-x86/5.8/825/R/RO/ROBERTMAY/Win32-VisualStyles/Win32-VisualStyles-0.02.ppmx and installing it yourself using the command line PPM. Kevin. > Kevin: > > Thanks again for your response. > > That was the first thing I tried, was to enter PPM and look for it. But I could not find it under search win32, search visual, or search style. I was listed lots of packages with win32 visual or style in their name, but I could not find Win32-VisualStyles. Again I apologize for missing something. Is it under another name, or just not there? > > John Whitney > > > >> -------Original Message------- >> From: Kevin Marshall<kej...@ho...> >> To: john<jo...@jo...> >> Cc: per...@li... >> Subject: Re: [perl-win32-gui-users] Vertical line spacing and a Win98/WinXP issue >> Sent: 26 Sep '10 11:32 >> >> John, >> >> Win32::VisualStyles has XS code that calls the underlying Windows >> functions. You will either need to compile the module yourself, or you >> should be able to install the module using the Perl Package Manager. >> >> Kevin. >> > Appreciate the response. >> > >> > In regard to Question 2, I tried to use your example program to see if problem is solved. I got VisualStyles.pm file from CPAN and placed it in my c:/perl/site/lib/win32 folder. >> > >> > Then tried to run your example. I get... >> > >> > Can't locate loadable object for module Win32::VisualStyles in @INC (@INC contains: . C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DynaLoader.pm line 118 >> > DynaLoader::croak('Can\'t locate loadable object for module Win32::VisualStyles ...') called at C:/Perl/lib/DynaLoader.pm line 196 >> > DynaLoader::bootstrap('Win32::VisualStyles', 0.02) called at C:/Perl/lib/XSLoader.pm line 111 >> > XSLoader::bootstrap_inherit('Win32::VisualStyles', 0.02) called at tmp.pl line 39 >> > >> > This is out of my league to understand what I'm missing. I have perl versions... >> > >> > Perl v5.8.8 built for MSWin32-x86-multi-thread >> > Binary build 817 [257965] by ActiveState Mar 20 2006 17:54:25 >> > WIN32::GUI version 1.06 >> > >> > Am I missing something? >> > >> > John >> > >> > >> >> -------Original Message------- >> >> From: Kevin Marshall<kej...@ho...> >> >> To: John Whitney<jo...@jo...> >> >> Cc: per...@li... >> >> Subject: Re: [perl-win32-gui-users] Vertical line spacing and a Win98/WinXP issue >> >> Sent: 25 Sep '10 11:43 >> >> >> >> John, >> >> >> >> Question 1: >> >> >> >> After looking through the Windows SDK docs, as far as I can tell, labels >> >> don't allow you to set the line spacing of the text. The best I can >> >> think of is to either choose a font with a large line spacing, or you >> >> could create an owner drawn control and draw the text yourself. >> >> >> >> Question 2: >> >> >> >> After doing a bit of digging, it seems that if you have themes enabled, >> >> the method that Win32::GUI uses to change the background and foreground >> >> colours doesn't work. Depending on the version of Perl that you use, the >> >> themes may be enabled or not. For example, I use ActiveState Perl 5.12.0 >> >> which has themes enabled by default. Robert May released a module called >> >> Win32::VisualStyles (it's on CPAN) which you can use to control the >> >> styles applied to your window. Simply disable themes before creating the >> >> checkbox and the foreground and background colors will be applied. Here >> >> is an example: >> >> >> >> #!perl >> >> use strict; >> >> use warnings; >> >> use feature qw(:5.12); >> >> >> >> use Win32::GUI qw(); >> >> use Win32::GUI::Constants qw(CW_USEDEFAULT); >> >> use Win32::VisualStyles qw(:all); >> >> >> >> # Enable themes only for window, disable for controls >> >> SetThemeAppProperties(STAP_ALLOW_NONCLIENT); >> >> >> >> my $win = Win32::GUI::Window->new( >> >> -name => 'win', >> >> -size => [ 320, 240 ], >> >> -left => CW_USEDEFAULT, >> >> ); >> >> $win->AddCheckbox( >> >> -pos => [ 5, 5 ], >> >> -text => 'Checkbox', >> >> -foreground => 0x0000ff, >> >> -background => 0x00ff00, >> >> ); >> >> $win->Show(); >> >> >> >> Win32::GUI::Dialog(); >> >> >> >> __END__ >> >> >> >> As an alternative, you could draw the text in the control yourself using >> >> an owner drawn checkbox. >> >> >> >> Hope this helps, >> >> >> >> Kevin. >> >> > Question 1) >> >> > >> >> > Anyone know how to get multiple lines in a Win32::GUI::Label to spread out >> >> > vertially, so there would be an extra 5 pixels between each line? Yes, I >> >> > could create multiple labels, one for each line, and spread them out an >> >> > extra 5 pixels. But a simple -linespacing => 5 would be nice. Anything >> >> > like this in the Win32::GUI world? Below is the label I have. >> >> > >> >> > my $window_main_text_label = new Win32::GUI::Label >> >> > ( >> >> > $window_main , >> >> > -text => "Line 1 \n Line 2 \n Line 3 \n Line 4 " , >> >> > -name => 'window_settings_option_text_label' , >> >> > -font => $font , >> >> > -pos => [ 195 , 297 ] , >> >> > -size => [ 280 , 100 ] >> >> > ) ; >> >> > >> >> > >> >> > Question 2) >> >> > >> >> > With Win32::GUI::RadioButton, and with Win32::GUI::CheckBox I can set and >> >> > change the -foreground => 0x000000 value just fine to 0x000000 and 0xff0000 >> >> > on my Win98SE PC. But on my XP PC the $window_main_cb -> Change >> >> > ( -foreground => 0xff0000 ) and the initial setting of the -foreground => >> >> > 0xff0000 has no effect. Just always black. I can change -background colors >> >> > on both Win98SE and WinXP platforms fine, but not -foreground. Any >> >> > thoughts? My solution is to have the radio button or checkbox without any >> >> > text, and add a text label near it that I can change the -foreground >> >> > and -background, but this is a kludge I would like to avoid. >> >> > >> >> > John Whitney >> >> > Utah, USA >> >> > john at johnwhitney period com >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ >> >> > Start uncovering the many advantages of virtual appliances >> >> > and start using them to simplify application deployment and >> >> > accelerate your shift to cloud computing. >> >> > http://p.sf.net/sfu/novell-sfdev2dev >> >> > _______________________________________________ >> >> > Perl-Win32-GUI-Users mailing list >> >> > Per...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >> >> > http://perl-win32-gui.sourceforge.net/ >> >> > >> >> > >> >> > >> >> >> >> >> >> >> > >> > >> >> >> > > |
From: Kevin M. <kej...@ho...> - 2010-09-26 11:32:51
|
John, Win32::VisualStyles has XS code that calls the underlying Windows functions. You will either need to compile the module yourself, or you should be able to install the module using the Perl Package Manager. Kevin. > Appreciate the response. > > In regard to Question 2, I tried to use your example program to see if problem is solved. I got VisualStyles.pm file from CPAN and placed it in my c:/perl/site/lib/win32 folder. > > Then tried to run your example. I get... > > Can't locate loadable object for module Win32::VisualStyles in @INC (@INC contains: . C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DynaLoader.pm line 118 > DynaLoader::croak('Can\'t locate loadable object for module Win32::VisualStyles ...') called at C:/Perl/lib/DynaLoader.pm line 196 > DynaLoader::bootstrap('Win32::VisualStyles', 0.02) called at C:/Perl/lib/XSLoader.pm line 111 > XSLoader::bootstrap_inherit('Win32::VisualStyles', 0.02) called at tmp.pl line 39 > > This is out of my league to understand what I'm missing. I have perl versions... > > Perl v5.8.8 built for MSWin32-x86-multi-thread > Binary build 817 [257965] by ActiveState Mar 20 2006 17:54:25 > WIN32::GUI version 1.06 > > Am I missing something? > > John > > >> -------Original Message------- >> From: Kevin Marshall<kej...@ho...> >> To: John Whitney<jo...@jo...> >> Cc: per...@li... >> Subject: Re: [perl-win32-gui-users] Vertical line spacing and a Win98/WinXP issue >> Sent: 25 Sep '10 11:43 >> >> John, >> >> Question 1: >> >> After looking through the Windows SDK docs, as far as I can tell, labels >> don't allow you to set the line spacing of the text. The best I can >> think of is to either choose a font with a large line spacing, or you >> could create an owner drawn control and draw the text yourself. >> >> Question 2: >> >> After doing a bit of digging, it seems that if you have themes enabled, >> the method that Win32::GUI uses to change the background and foreground >> colours doesn't work. Depending on the version of Perl that you use, the >> themes may be enabled or not. For example, I use ActiveState Perl 5.12.0 >> which has themes enabled by default. Robert May released a module called >> Win32::VisualStyles (it's on CPAN) which you can use to control the >> styles applied to your window. Simply disable themes before creating the >> checkbox and the foreground and background colors will be applied. Here >> is an example: >> >> #!perl >> use strict; >> use warnings; >> use feature qw(:5.12); >> >> use Win32::GUI qw(); >> use Win32::GUI::Constants qw(CW_USEDEFAULT); >> use Win32::VisualStyles qw(:all); >> >> # Enable themes only for window, disable for controls >> SetThemeAppProperties(STAP_ALLOW_NONCLIENT); >> >> my $win = Win32::GUI::Window->new( >> -name => 'win', >> -size => [ 320, 240 ], >> -left => CW_USEDEFAULT, >> ); >> $win->AddCheckbox( >> -pos => [ 5, 5 ], >> -text => 'Checkbox', >> -foreground => 0x0000ff, >> -background => 0x00ff00, >> ); >> $win->Show(); >> >> Win32::GUI::Dialog(); >> >> __END__ >> >> As an alternative, you could draw the text in the control yourself using >> an owner drawn checkbox. >> >> Hope this helps, >> >> Kevin. >> > Question 1) >> > >> > Anyone know how to get multiple lines in a Win32::GUI::Label to spread out >> > vertially, so there would be an extra 5 pixels between each line? Yes, I >> > could create multiple labels, one for each line, and spread them out an >> > extra 5 pixels. But a simple -linespacing => 5 would be nice. Anything >> > like this in the Win32::GUI world? Below is the label I have. >> > >> > my $window_main_text_label = new Win32::GUI::Label >> > ( >> > $window_main , >> > -text => "Line 1 \n Line 2 \n Line 3 \n Line 4 " , >> > -name => 'window_settings_option_text_label' , >> > -font => $font , >> > -pos => [ 195 , 297 ] , >> > -size => [ 280 , 100 ] >> > ) ; >> > >> > >> > Question 2) >> > >> > With Win32::GUI::RadioButton, and with Win32::GUI::CheckBox I can set and >> > change the -foreground => 0x000000 value just fine to 0x000000 and 0xff0000 >> > on my Win98SE PC. But on my XP PC the $window_main_cb -> Change >> > ( -foreground => 0xff0000 ) and the initial setting of the -foreground => >> > 0xff0000 has no effect. Just always black. I can change -background colors >> > on both Win98SE and WinXP platforms fine, but not -foreground. Any >> > thoughts? My solution is to have the radio button or checkbox without any >> > text, and add a text label near it that I can change the -foreground >> > and -background, but this is a kludge I would like to avoid. >> > >> > John Whitney >> > Utah, USA >> > john at johnwhitney period com >> > >> > >> > ------------------------------------------------------------------------------ >> > Start uncovering the many advantages of virtual appliances >> > and start using them to simplify application deployment and >> > accelerate your shift to cloud computing. >> > http://p.sf.net/sfu/novell-sfdev2dev >> > _______________________________________________ >> > Perl-Win32-GUI-Users mailing list >> > Per...@li... >> > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >> > http://perl-win32-gui.sourceforge.net/ >> > >> > >> > >> >> >> > > |
From: Kevin M. <kej...@ho...> - 2010-09-25 11:44:16
|
John, Question 1: After looking through the Windows SDK docs, as far as I can tell, labels don't allow you to set the line spacing of the text. The best I can think of is to either choose a font with a large line spacing, or you could create an owner drawn control and draw the text yourself. Question 2: After doing a bit of digging, it seems that if you have themes enabled, the method that Win32::GUI uses to change the background and foreground colours doesn't work. Depending on the version of Perl that you use, the themes may be enabled or not. For example, I use ActiveState Perl 5.12.0 which has themes enabled by default. Robert May released a module called Win32::VisualStyles (it's on CPAN) which you can use to control the styles applied to your window. Simply disable themes before creating the checkbox and the foreground and background colors will be applied. Here is an example: #!perl use strict; use warnings; use feature qw(:5.12); use Win32::GUI qw(); use Win32::GUI::Constants qw(CW_USEDEFAULT); use Win32::VisualStyles qw(:all); # Enable themes only for window, disable for controls SetThemeAppProperties(STAP_ALLOW_NONCLIENT); my $win = Win32::GUI::Window->new( -name => 'win', -size => [ 320, 240 ], -left => CW_USEDEFAULT, ); $win->AddCheckbox( -pos => [ 5, 5 ], -text => 'Checkbox', -foreground => 0x0000ff, -background => 0x00ff00, ); $win->Show(); Win32::GUI::Dialog(); __END__ As an alternative, you could draw the text in the control yourself using an owner drawn checkbox. Hope this helps, Kevin. > Question 1) > > Anyone know how to get multiple lines in a Win32::GUI::Label to spread out > vertially, so there would be an extra 5 pixels between each line? Yes, I > could create multiple labels, one for each line, and spread them out an > extra 5 pixels. But a simple -linespacing => 5 would be nice. Anything > like this in the Win32::GUI world? Below is the label I have. > > my $window_main_text_label = new Win32::GUI::Label > ( > $window_main , > -text => "Line 1 \n Line 2 \n Line 3 \n Line 4 " , > -name => 'window_settings_option_text_label' , > -font => $font , > -pos => [ 195 , 297 ] , > -size => [ 280 , 100 ] > ) ; > > > Question 2) > > With Win32::GUI::RadioButton, and with Win32::GUI::CheckBox I can set and > change the -foreground => 0x000000 value just fine to 0x000000 and 0xff0000 > on my Win98SE PC. But on my XP PC the $window_main_cb -> Change > ( -foreground => 0xff0000 ) and the initial setting of the -foreground => > 0xff0000 has no effect. Just always black. I can change -background colors > on both Win98SE and WinXP platforms fine, but not -foreground. Any > thoughts? My solution is to have the radio button or checkbox without any > text, and add a text label near it that I can change the -foreground > and -background, but this is a kludge I would like to avoid. > > John Whitney > Utah, USA > john at johnwhitney period com > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ > > > |
From: Hulley, R. (A. G. S. TPM) <Rob...@hp...> - 2010-09-25 09:51:51
|
You could try the "style" common option parameter. I think one of them is line-height. -pushstyle -pushstyle => NUMBER Add the specified styles to the window's style mask. This option can be repeated multiple times, or values can be 'or'ed together. -----Original Message----- From: John Whitney [mailto:jo...@jo...] Sent: Saturday, 25 September 2010 4:04 PM To: per...@li... Subject: [perl-win32-gui-users] Vertical line spacing and a Win98/WinXP issue Question 1) Anyone know how to get multiple lines in a Win32::GUI::Label to spread out vertially, so there would be an extra 5 pixels between each line? Yes, I could create multiple labels, one for each line, and spread them out an extra 5 pixels. But a simple -linespacing => 5 would be nice. Anything like this in the Win32::GUI world? Below is the label I have. my $window_main_text_label = new Win32::GUI::Label ( $window_main , -text => "Line 1 \n Line 2 \n Line 3 \n Line 4 " , -name => 'window_settings_option_text_label' , -font => $font , -pos => [ 195 , 297 ] , -size => [ 280 , 100 ] ) ; Question 2) With Win32::GUI::RadioButton, and with Win32::GUI::CheckBox I can set and change the -foreground => 0x000000 value just fine to 0x000000 and 0xff0000 on my Win98SE PC. But on my XP PC the $window_main_cb -> Change ( -foreground => 0xff0000 ) and the initial setting of the -foreground => 0xff0000 has no effect. Just always black. I can change -background colors on both Win98SE and WinXP platforms fine, but not -foreground. Any thoughts? My solution is to have the radio button or checkbox without any text, and add a text label near it that I can change the -foreground and -background, but this is a kludge I would like to avoid. John Whitney Utah, USA john at johnwhitney period com ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users http://perl-win32-gui.sourceforge.net/ |
From: John W. <jo...@jo...> - 2010-09-25 05:29:05
|
Question 1) Anyone know how to get multiple lines in a Win32::GUI::Label to spread out vertially, so there would be an extra 5 pixels between each line? Yes, I could create multiple labels, one for each line, and spread them out an extra 5 pixels. But a simple -linespacing => 5 would be nice. Anything like this in the Win32::GUI world? Below is the label I have. my $window_main_text_label = new Win32::GUI::Label ( $window_main , -text => "Line 1 \n Line 2 \n Line 3 \n Line 4 " , -name => 'window_settings_option_text_label' , -font => $font , -pos => [ 195 , 297 ] , -size => [ 280 , 100 ] ) ; Question 2) With Win32::GUI::RadioButton, and with Win32::GUI::CheckBox I can set and change the -foreground => 0x000000 value just fine to 0x000000 and 0xff0000 on my Win98SE PC. But on my XP PC the $window_main_cb -> Change ( -foreground => 0xff0000 ) and the initial setting of the -foreground => 0xff0000 has no effect. Just always black. I can change -background colors on both Win98SE and WinXP platforms fine, but not -foreground. Any thoughts? My solution is to have the radio button or checkbox without any text, and add a text label near it that I can change the -foreground and -background, but this is a kludge I would like to avoid. John Whitney Utah, USA john at johnwhitney period com |
From: Kevin M. <kej...@ho...> - 2010-09-23 02:03:02
|
Rob, Unfortunately, the 'Create New' button is not available for the BrowseForFolder() function. Perhaps it is something that you could mention to the developers. Kevin. > > Hi Everyone, > > I am using "Win32::GUI::BrowseForFolder" . > > I cannot work out how to add the "create new" option as seen on other > "browse for folder" windows. > > Is this feature available? > > Thanks > > Rob > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ |
From: Kevin M. <kej...@ho...> - 2010-09-23 01:36:47
|
Shilpa, You could try using the Win32::GuiTest or Win32::GUIRobot modules. They can be found on CPAN. Kevin. > Hi all, > I m trying to automate an GUI which is created using Java > if i see the window in Winspy it shows class as > "vncviewer.ViewportFrame " for top window and no child windows > there are 2 subwindows seen as "SunAwtScrollPane" and "SunAwtCanvas " > but i can see so many buttons and selections in the main window . > > How will i access then is it possible to automate this window using > the Perl Win32 GUI library. > If not what is the way i can automate this > > > Thanks in advance, > Shilpa > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ |
From: shilpa h. <200...@gm...> - 2010-09-22 13:24:36
|
Hi all, I m trying to automate an GUI which is created using Java if i see the window in Winspy it shows class as "vncviewer.ViewportFrame " for top window and no child windows there are 2 subwindows seen as "SunAwtScrollPane" and "SunAwtCanvas " but i can see so many buttons and selections in the main window . How will i access then is it possible to automate this window using the Perl Win32 GUI library. If not what is the way i can automate this Thanks in advance, Shilpa |
From: Angelos K. <an...@un...> - 2010-09-17 13:45:06
|
here is a little demo of what Win32::Gui can do http://www.unix.gr/FLOSSeavesDrop.pl Many thanks to all the great people |
From: Vijay M. <vij...@gm...> - 2010-09-17 12:57:02
|
Hi All, Can any body tell me how to use Win32 GuiTest.pm on 64 Bit Win7 machine. If any other module available which can be used for MFC Based Windows application automation. Thanx in Advance Vijay |