Octavian Rasnita wrote:
> Robert May wrote:
$Window->{dialogui} = 1;
Please try to avoid accessing the object hash directly, it's bad
practice. The ability to do this may well change in the future. Either
set the value when you create the window with the '-dialogui' option or
use the DialogUI() method.
Ok, thanks for that. I first heard about dialogui option on a mailing list,
then I couldn't find any notice in the documentation of Win32::GUI telling
which is the best method of using it.
Now it is the first time I heard about the method DialogUI().
Was the documentation for Win32::GUI updated?
The documentation gets updated with every release. It's still short of
the mark in many areas, but we're getting there.
The latest documentation is on-line, and searchable at
http://perl-win32-gui.sourceforge.net/docs/
A few months ago I found it very small and relying on MSDN's site which is
not same as easy to use as the POD documentation (for a screen reader user).
The same documentation is available as POD docs, although the POD docs
are not included in the PPM that is distributed from SourceForge -
perhaps they should be? POD docs will be available from the PPMs in the
ActiveState and Bribes repository (See the project homepage for links).
I'd be interested in feedback on the accessibility of the project
website - if you have comments please feel free to add them to this
thread, or email me personally ([EMAIL PROTECTED]).
Regards,
Rob.
--
Robert May
Win32::GUI, a perl extension for native Win32 applications
http://perl-win32-gui.sourceforge.net/