Hi Stefano!

On Sun, 29 Nov 2020 18:49:13 +0100
stefano cerbioni <stf...@gmail.com> wrote:

> Hi guys i find in internet  but nothing  , how  is possible change a text
> inside a frame ??
> 
> example i have this frame
> 

Please go over these documents:

* https://github.com/shlomif/how-to-share-code-online

* https://github.com/shlomif/writing-the-perfect-question

Non-runnable / not self-contained fragments make it hard for us to help you.

> 
> 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



-- 

Shlomi Fish       https://www.shlomifish.org/
https://youtu.be/n6KAGqjdmsk - “Hurt Me Tomorrow”

 <Su-Shee>  rindolf: yeah because Perl’s crypt() is TOTALLY different from all
            the other crypt()s. ;)
 <rindolf>  Su-Shee: crypts are like snowflakes - no one alike.
  * rindolf has a huge and comprehensive collection of crypts on his disk.

Please reply to list if it's a mailing list post - https://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to