in reply to Re: Perl Tk - Add text box on each button event
in thread Perl Tk - Add text box on each button event

I actually did not get the GUI element. This is my line of code $AddMoreTarget=$AddtargetBtnConfig->Button(-text=>"Add Host",-font=>"bold",-background =>"blue", -foreground => "white",-width=>20, -command=>\&AddHost, $AddtargetConfig1)->pack(); Where the "AddHost" will add the text box.Can you please point out the element which I can put into the array?

  • Comment on Re^2: Perl Tk - Add text box on each button event