[perl-win32-gui-users] How create a not resized window properly?

2004-01-26 Thread du4mi
Hi again, I am creating a not-resized window with -minsize and -maxsize. Now I need to disable both the resize-corner in status bar and double-edged resize-arrows-cursor. ( <--> ) I know I can achieve it with Dialog() instead Window(), but Dialog is cannot be minimized :-( -- Pavel

[perl-win32-gui-users] MaxLength and ReadOnly seems dont work for RichEdit

2004-01-26 Thread du4mi
Hallo All, from C:/Perl/html/lib/Win32/GUI/methods.html: >MaxLength( [CHARS] ) >Limits the number of characters that the Textfield accept to CHARS, >or returns the current limit if no argument is given. >Applies to: _RichEdit_, Textfield and: >ReadOnly( [FLAG] ) >Gets or sets the readonly