Search found 47 matches

by Phil-ok
Wed Mar 30, 2016 6:58 am
Forum: Compiler / Linking / IDE Related
Topic: wxSmith - From Boxsizer to FlexGridSizer
Replies: 5
Views: 1597

Re: wxSmith - From Boxsizer to FlexGridSizer

Thank you OneEyeMan ! Just a question : my boxsizer is vertical and has 4 panels in it. In the first panel, I have a Choice. When the program starts, I want the 3 other panels to be hidden. And I want that, when I select an item of the Choice, the related panel becomes shown. Is is better to set the...
by Phil-ok
Tue Mar 29, 2016 6:40 am
Forum: Compiler / Linking / IDE Related
Topic: wxSmith - From Boxsizer to FlexGridSizer
Replies: 5
Views: 1597

wxSmith - From Boxsizer to FlexGridSizer

Hello, I built my Frame with a Boxsizer (I a have several panels in it etc.). Is it possible to change it to a FlexGridSizer ? I turned the declaration to : wxFlexGridSizer* FlexGridSizerA = new wxFlexGridSizer(4,1,0,0) But wxSmith doesn't accept the change I turn it each time to : FlexGridSizerA = ...