Mark Sutfin wrote:
That's what I was asking..."but did not see a method to assign the
content to the control". Here's what I see available thru the docs..
* Constructor
o new Win32::GUI::Textfield(PARENT, %OPTIONS)
* Methods
o LineFromChar(INDEX)
o MaxLength([CHARS])
o Modified([FLAG])
o PasswordChar([CHAR])
o ReadOnly([FLAG])
o ReplaceSel(STRING, [FLAG])
o Select(START, END)
o SelectAll()
o Selection()
o Undo()
* Events
o Change()
o GotFocus()
o LostFocus()
Where are you looking for the documentation? That looks hideously out
of date. Try Here:
http://perl-win32-gui.sourceforge.net/docs/Win32/GUI/Textfield.html
and see my previous post.
[If you are using an old version of Win32::GUI I would thoroughly
recommend upgrading to the lastest (v1.02), which some with a local set
of documentation]
Regards,
Rob.