Re: question about change text in frame

2020-12-01 Thread Shlomi Fish
Hi Stefano! On Sun, 29 Nov 2020 18:49:13 +0100 stefano cerbioni 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 * http

Re: question about change text in frame

2020-11-29 Thread sisyphus
On Mon, Nov 30, 2020 at 5:08 AM Andrew Solomon wrote: > 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

Re: question about change text in frame

2020-11-29 Thread Andrew Solomon
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 S

question about change text in frame

2020-11-29 Thread stefano cerbioni
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