in reply to Re^3: Building an adaptable 'Entry Widget'
in thread Building an adaptable 'Entry Widget'

 <code> tags

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^5: Building an adaptable 'Entry Widget'
by Anonymous Monk on Feb 22, 2022 at 21:23 UTC

    I discovered a problem:

    If I click the "Abort" button, the dialog-stuff goes away , and I am left with an empty frame.

    I tied this in several contexts and in 'ptk_test.pl' (I developed) . Same thing happens in all cases.

    A piece of pTk subtlety I noticed:

    -label => $header_msg, -- Sticks a label outside the frame -text => $header_msg -- Sticks a STRING OF TEXT inside the frame

    Why the difference?

    2022-02-23 Athanasius added code and paragraph tags.