Re: question about change text in frame

Andrew Solomon <[email protected]>
Newsgroups gmane.comp.lang.perl.beginners
Message-ID <CAN=twKuBdvQNjRZP7PqC-YYv42-dRn2MYfwQbY=hb=zEOt9t8A@mail.gmail.com>
Hi Stefano,

From a Google search on "LabFrame" I assume that you're using this module?

https://metacpan.org/pod/distribution/Tk/pod/LabFrame.pod
and also this (undocumented) module
https://metacpan.org/source/SREZIC/Tk-804.035/Tk/LabEntry.pm

If that's the case you might want to try contacting Slaven directly:

https://metacpan.org/author/SREZIC

Sorry I couldn't be more helpful!

Andrew


On Sun, Nov 29, 2020 at 5:49 PM stefano cerbioni <[email protected]> wrote:

> Hi guys i find in internet  but nothing  , how  is possible change a text
> inside a frame ??
>
> example i have this frame
>
>
> my $labeled_frame2 = $mw->LabFrame(-label => "FRAME",-labelside =>
> "bottom")->pack(-fill => "x");
> $labeled_frame2->Label(-text => "de ma de")->pack();
>
>
> i try
> with this
>  $labeled_frame2->configure (-text=>"BaoBABB");
>         $mw->update();
>
> but if is a simple  label like this :
> $mw->Label(-text => 'ciao')->pack(-anchor => 'nw');
> work but  in frame not  anyone  has an idea ?? thanks  in advice at all
> ciao
>


-- 
Andrew Solomon
Director, Geekuni <https://geekuni.com/>
P: +44 7931 946 062
E: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.