> >
> >What GUI packages would you recommend for an ActiveState Perl?
>
> Tk is the most supported, and comes standard with ActiveState.
>
>

The only problem with Tk is that it doesn't create graphical interfaces
accessible for the screen readers that allow the blind computer users to
operate that program.
An accessible interface can be created using Win32::GUI, or if the interface
needs to be portable, the WX set of libraries can be used (That library can
be also used with C and other languages).

Teddy


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to