> $W->{dialogui} = 1;
> 
> Is this correct?
> 

Actually it is $W->{-dialogui} = 1;



> But the problem is that the interface is still not accessible 
> for a screen
> reader. No object from the form has the focus.
> If I pressed on a button using the mouse, it got the focus, 
> but I was not
> able  to move the focus to the next control on the page by 
> pressing tab.
> 


Next you need to add

-tabstop => 1,

to whichever widgets you want to be able to tab to/from. 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to