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/.
Michel
(Michel)
2
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