ussuriysk has asked for the wisdom of the Perl Monks concerning the following question:
my @days = (1 .. 31); Tkx::ttk__combobox(".app.date.day", -values => \@days, -textvariable => \$d,); Tkx::grid(".app.date.day", -column => 0, -row => 2, -columnspan => 1, -rowspan => 1, -sticky => "nsew");
@days = qw(1 .. 28); Tkx::ttk__configure(".app.date.day", -values => \@days,);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tkx - configure ttk::combobox
by gisle (Novice) on Jan 30, 2009 at 11:21 UTC | |
by Anonymous Monk on Jan 30, 2009 at 14:33 UTC | |
|
Re: Tkx - configure ttk::combobox
by Anonymous Monk on Jan 30, 2009 at 05:05 UTC | |
by Anonymous Monk on Jan 30, 2009 at 08:00 UTC | |
by Anonymous Monk on Jan 30, 2009 at 14:31 UTC | |
by Anonymous Monk on Jan 30, 2009 at 14:51 UTC |