Re: [perl-win32-gui-users] how to retrieve the ListBox items from the GUI

2011-02-25 Thread Kunduz


Sangeeta Huddar wrote:
 
 Hi All ,
 I am trying to automate the GUI testing . where these is a item
 created
 as ListBox ,which has number of things listed.
 i wan to read this window and get the list of items print the list
 whatever
 it shows in GUI  .
 kindly help me .
 
 regards,
 Shilpa
 
 --
 Protect Your Site and Customers from Malware Attacks
 Learn about various malware tactics and how to avoid them. Understand 
 malware threats, the impact they can have on your business, and how you 
 can protect your company and customers by using code signing.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 Perl-Win32-GUI-Users mailing list
 Perl-Win32-GUI-Users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
 http://perl-win32-gui.sourceforge.net/
 

Do you know Win32::GuiTest?
This is usefull Win32 perl module and the your solutions in here.I can't
make an example sorry but review this Win32::GuiText module page;

http://search.cpan.org/~erngui/Win32-GuiTest-1.3/GuiTest.pm

And Examples;

http://search.cpan.org/dist/Win32-GuiTest/lib/Win32/GuiTest/Examples.pm

Just use GetListText and GetListContents Win32 Api functions. Win32::GuiTest
Module supports this function.
(sorry my bad eng.)
-- 
View this message in context: 
http://old.nabble.com/how-to-retrieve-the-ListBox-items-from-the-GUI-tp30708989p31001287.html
Sent from the perl-win32-gui-users mailing list archive at Nabble.com.


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/


Re: [perl-win32-gui-users] How to display unicode charset in Win32::GUI?

2011-02-25 Thread Octavian Rasnita
From: gff gffg tarak...@hotmail.com
 
 Hi,
 I'm working on a project and i added the multilanguage support.
 Perl : (v5.12.2) MSWin32-x86 build 1203 294165,OS : Windows 7 x86,Installed 
 languages in OS : English,Turkish
 How to display the unicode charset in Win32::GUI Label-Text?Example; added 
 russian language but not display in label text.I'm searching for solutions 
 4 days.I'm founded this solutions (and other)
 http://webcache.googleusercontent.com/search?q=cache:5HoSSFnETV4J:www.mail-archive.com/perl-win32-gui-users%40lists.sourceforge.net/msg04941.html+perl+win32+GUI+unicode+labelcd=5hl=trct=clnkgl=trsource=www.google.com.tr
 http://webcache.googleusercontent.com/search?q=cache:l_gAFrhiqxMJ:www.mail-archive.com/perl-win32-gui-users%40lists.sourceforge.net/msg04944.html+perl+win32+GUI+unicode+labelcd=6hl=trct=clnkgl=trsource=www.google.com.tr
 


Win32::GUI doesn't support Unicode.

The solution is to use WxPerl which is much more powerful (and portable on 
other operating systems than Windows).
WxPerl doesn't have a syntax as nice as Win32::GUI, but it is better maintained 
and what's interesting for you... it fully supports Unicode.

Octavian


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/