Tkentry - filled in by program?

I am using TkEntry form field in ruby and I want to have text display in
the entry field when it is formed....preloaded so to speak.

I searched the web and also Mastering PERL/TK and cannot find how to do
this.

Any ideas?

Thanks in advance

Joe

···

--
Posted via http://www.ruby-forum.com/.

myTkVariable.value = something

···

I am using TkEntry form field in ruby and I want to have text display in
the entry field when it is formed....preloaded so to speak.

I searched the web and also Mastering PERL/TK and cannot find how to do
this.

Any ideas?

Thanks in advance

Joe

That works - thanks!!!

···

--
Posted via http://www.ruby-forum.com/.