Veli-Pekka Tätilä wrote:
Robert May wrote:
Andy Pastuszak wrote:
I am trying to create a simple input box. I created a window, added a
text area and an Ok and Cancel button.
In Win32::GUI
Hi Robert,
And thanks for the input box code.
I'm always happy that such snippets are useful to o
Octavian Rasnita wrote:
first heard about dialogui option on a mailing list, then I couldn't find
any notice in the documentation
I stumbeled across this dialog vs window issue in the third chapter of the
Win32::GUI tutorial. On my machine it is at:
C:\Perl\html\site\lib\Win32\GUI\Tutorial\Par
Robert May wrote:
Andy Pastuszak wrote:
I am trying to create a simple input box. I created a window, added a
text area and an Ok and Cancel button.
In Win32::GUI
Hi Robert,
And thanks for the input box code. I'm not the original poster but I had
been wondering about a simple way to get te
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
From: "Robert May" <[EMAIL PROTECTED]>
> > $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 Dia
5 matches
Mail list logo