Thanks for the further info., perhaps you can confirm what this means, (tutorial 6)
... , a wxFlexGrid Sizer with two columns, both growable.(In the Growable property of the sizer, put"0,1"without the quote marks..)
There are two fields, 'Growable cols' and 'Growable rows', the way the tutorial is worded, it is not clear if you put the '0,1', in one or both fields., afaik there is not a field labeled 'Growable property',
anyway it still crashes. Did this work previously, maybe 5 or 6 years ago, when the tutorials were written, or is there a difference in platform it is run on, or do the folk who write the tutorials not have any reviewing process?
From the wxWidgets documentation, I found
void wxFlexGridSizer::AddGrowableRow ( size_t idx,
int proportion = 0
)
The first digit in the tutorial is 0, meaning the first row/column, which is within the range of the two column sizer, but the second is a 1 which afaik means unequal sizing. which should not be a problem.
It may be best to download a recent nightly build, as you say, but with my luck...
Or, does it mean that the '1,0' is a list of rows/columns to be altered, and the tutorial should have said '... in the growable cols field, enter '0,1' to allow both columns to be grown,...'