Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: How to update tk label value embedded in textarea.

by Anonymous Monk
on Sep 13, 2019 at 18:50 UTC ( [id://11106139]=note: print w/replies, xml ) Need Help??


in reply to How to update tk label value embedded in textarea.

Seriously? What's preventing your progress? ->configure and be done
  • Comment on Re: How to update tk label value embedded in textarea.

Replies are listed 'Best First'.
Re^2: How to update tk label value embedded in textarea.
by Anonymous Monk on Sep 14, 2019 at 03:05 UTC

    Thank you.
    While I know about configure method. I want to know how to get the labels created using createwindow and embedded in the textarea. So that I can call configure method on them.

      Um

      Its classic, keep track yourself

      my @labels; push @lable, $textarea->Label(); ...

      Or ask Tk

      my @labels = grep { $_->class eq 'Label' } $textarea->children;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11106139]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-19 16:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found