Re: [perl-win32-gui-users] New folder option on Browse for folder

2010-09-22 Thread Kevin Marshall
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

Re: [perl-win32-gui-users] how to automate the GUI which is created with SunAwtcanvas

2010-09-22 Thread Kevin Marshall
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

[perl-win32-gui-users] how to automate the GUI which is created with SunAwtcanvas

2010-09-22 Thread shilpa huddar
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 i

Re: [perl-win32-gui-users] Win32::GUI Owner Drawn Controls

2010-09-22 Thread Joshua New
Kevin, Excellent work! Thank you very much for your efforts on this. I'm going to test it out this week. If everyone is interested, I'll let everyone know how it goes. Reini, Also, excellent work. The unfortunate thing is that your patch is for 1.04. Most people are using 1.06 these days.

Re: [perl-win32-gui-users] Win32::GUI Owner Drawn Controls

2010-09-22 Thread glass
Thank you Kevin for the rich example, here is a picture of what i got: http://img130.imageshack.us/img130/1870/customlistbox.png the two codes are inspiring and very usefull. thanks peter Kevin Marshall-4 wrote: > > Hi everyone, > > After much experimentation, I have finally succeeded in creati