[perl-win32-gui-users] Keyboard navigation for win32-gui-demos script [Was: Beta release of 1.04 available fortesting]

2006-08-30 Thread Robert May
Robert May wrote: Jamal Mazrui wrote: [snip] The batch file to run examples worked. Unfortunately though, the program is difficult to access by a screen reader and keyboard user. I could not figure out how to move focus to the tree view with keyboard commands. After clicking on a tree view

Re: [perl-win32-gui-users] Win32::GUI and RPC Server??

2006-08-30 Thread Robert May
Jeremy White wrote: I'm in trouble using Win32::GUI together with Event::RPC::Server. How can I run both in my script? The RPC parts needs the following lines to start: my $server = Event::RPC::Server->new ( port=> , ); $server->start; and Win32::GUI needs: Win32::GUI::Dialog()

Re: [perl-win32-gui-users] Event subroutines not called

2006-08-30 Thread Robert May
Arthur Schwarz wrote: [snip] I put the into my 'Win' nanamespacesing 'project Win;', violating condition 1) above. I can't figure how you got it to work. If you did, then my reasoning above is incorrect and needs to be changed. Any ideas? Peter is using a very, very old version of Win32::GUI.

Re: [perl-win32-gui-users] Win32::GUI and RPC Server??

2006-08-30 Thread Jeremy White
I'm in trouble using Win32::GUI together with Event::RPC::Server. How can I run both in my script? The RPC parts needs the following lines to start: my $server = Event::RPC::Server->new ( port=> , ); $server->start; and Win32::GUI needs: Win32::GUI::Dialog(); both are started

[perl-win32-gui-users] Win32::GUI and RPC Server??

2006-08-30 Thread tinti
Hi all, I'm in trouble using Win32::GUI together with Event::RPC::Server. How can I run both in my script? The RPC parts needs the following lines to start: my $server = Event::RPC::Server->new ( port=> , ); $server->start; and Win32::GUI needs: Win32::GUI::Dialog(); both are