Hi,
I have a gridbagsizer with a number of rows, each having a number of
cells.
$grid = Wx::GridBagSizer->new( $gaps, $gaps );
$grid->AddGrowableCol( $_, 1 ) for 0 .. $cols-1;
$grid->AddGrowableRow( $_, 1 ) for 0 .. $rows-1;
Later, the cells are filled with panels with contents like this:
Hi Steve and Johan,
Absolutely right, not enough info. We're on Ubuntu 12.04, wxPerl 2.8.10.
Yep, non-wxPerl apps too, so yes, this is system-related. Unfortunately,
that doesn't put it beyond my scope.
I should stress, I don't believe there's a wxPerl answer to this, I think
it's a GTK config i
Hi Ian,
> We're just preparing our app for production release, so we're adjusting
the
> gtk theme for prettiness, and somewhere along the line, Wx::Choice
> behaviour has changed so that the list is only displayed while the mouse
> button is pressed, instead being popped up by the first click and
Ian Macdonald writes:
> We're just preparing our app for production release, so we're
> adjusting the gtk theme for prettiness, and somewhere along the line,
> Wx::Choice behaviour has changed so that the list is only displayed
> while the mouse button is pressed, instead being popped up by the
>