The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.perl.tk
From: bernd <bew...@gmx.net>
Date: Tue, 20 Mar 2012 05:29:32 -0700 (PDT)
Local: Tues, Mar 20 2012 8:29 am
Subject: gridRowConfigure does not work with Frame?
Hello Folks,
when I try to adjust the space assigned to subwidgets within a frame
#!/usr/bin/perl
use Tk;
my $mw = MainWindow->new();
my $fr = $mw->Frame()->pack();
$btn_1->grid();
$fr->gridRowConfigure( 0, -weight => 2 );
MainLoop;
Failed to AUTOLOAD 'Tk::Frame::gridRowConfigure' at [...] line 17
Any ideas what's wrong?
Cheers
Bernd
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||