Here the attachement
Steve
Desktop.zip (14.7 KB)
Here the attachement
Steve
Desktop.zip (14.7 KB)
steve mtangoo wrote:
Here the attachement
Take a look in the demo in the FoldPanelBar module, the "Extended" class at the ReCreateFoldPanel method. This is where a simple fold panel is created for the demo. The way it is done is a bit different than typical wxWidgets methodologies, but I think that this function is a good example of how to do it. In a nutshell you create the FoldPanelBar and then ask it to create the individual panels for you that you will put the actual widgets upon (AddFoldPanel). Instead of using sizers you tell the FPB how to place the items on the panels with alignment and spacing settings (AddFoldPanelWindow).
To learn more about how to use FPB I suggest using the demo's ability to modify the code and reload the sample to play with ReCreateFoldPanel and experiment with it until you feel more confident with its abilities.
--
Robin Dunn
Software Craftsman