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

What's up with n? Are you sure you don't mean $n?

Plankton: 1% Evil, 99% Hot Gas.
  • Comment on Re: Text widget width and height problems with Perl/Tk

Replies are listed 'Best First'.
Re: Re: Text widget width and height problems with Perl/Tk
by arden (Curate) on Mar 11, 2004 at 21:31 UTC
    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.

      yes n is an integer :> i apologize!!...
      mhmh... it says that -height is a bad option... so i cant's set the height of my entries it'impossible :°