[perl-win32-gui-users] Accessability [Was: Am I doing too much work]

2005-12-07 Thread Robert May
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

[perl-win32-gui-users] Re: [win32gui] Dialogs Vs Windows, API Docs

2005-12-07 Thread Veli-Pekka Tätilä
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

Re: [win32gui] [perl-win32-gui-users] Am I doing too much work

2005-12-07 Thread Veli-Pekka Tätilä
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

[perl-win32-gui-users] Documentation [Was: Newbie Qs about Layout and Coordinates]

2005-12-07 Thread Robert May
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

Re: [win32gui] Re: [perl-win32-gui-users] Newbie Qs about Layout and Coordinates

2005-12-07 Thread Octavian Rasnita
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