Code Comments
Programming Forum and web based access to our favorite programming groups.I am creating a TK widget with a TK::Text textbox. I want to set the default text value as "hi" like this $txt = $mw->Text( # -data =>"hi", # This does not work -width => '10', -height => '10')->pack; But this is not working. Any clues ? Thanks Ram
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.