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
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()
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.
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
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
5 matches
Mail list logo