in reply to Re: Text widget width and height problems with Perl/Tk
in thread Text widget width and height problems with Perl/Tk

I'm assuming that n is drwxrwxrwx's way of meaning any integer. If you do a
use Tk::Pretty; @config = $entryvar->configure; print Pretty @config;
what results do you get for width and height? Try to use specific, unique examples for us like
$entryvar=$main->Entry(-text => "var")->grid(-column => 10, -row => 5) +; $entryvar->configure(-width => 30, -height => 20);

- - arden.

Replies are listed 'Best First'.
Re: Re: Re: Text widget width and height problems with Perl/Tk
by drwxrwxrwx (Novice) on Mar 11, 2004 at 22:02 UTC
    yes n is an integer :> i apologize!!...
Re: Re: Re: Text widget width and height problems with Perl/Tk
by drwxrwxrwx (Novice) on Mar 11, 2004 at 22:11 UTC
    mhmh... it says that -height is a bad option... so i cant's set the height of my entries it'impossible :°