Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxGridBagSizer pluin
Jenna:
--- Quote from: Feneck91 on July 19, 2012, 11:17:33 am ---I update by overwrite CodeBlocks folder with new Nightly build.
--- End quote ---
Overwriting might not be enough, if the api or the library-layout has changed.
Normally it's save to empty the Code::Blocks executable folder and copy the nightly files into it.
If the compiler is also installed below the C::B folder, it should not be removed of course.
You can also copy the nightly into a new folder and start it from there, to see whether it has the gridbagsizer or not.
Feneck91:
I created a new empty Code::blocks folder but always the same. Sure wxSmith contains wxGridBagSizer layout for SVN 8086 Windows version ?
............ yes..........
I have tryed to create an empty project, I have a lot of differents layout !
- Spacer
- wxBoxSizer
- wxFlexGridSizer
- wxGridBagSizer
- wxGridSizer
- wxSashLayoutWindow (don't knwow what it is)
- wxSashWindow (don't knwow what it is)
- wxSplitterWindow
- wxStaticBoxSizer
- StdDialogButtonSizer
I sayed, YES !!!!
Look more ... create a new panel... and have only previous sizer.... In fact, the wxGridBagSizer is avalaible *ONLY* for wxDialog component, not for wxPanel based.... why ? Strange....
Jenna:
--- Quote from: Feneck91 on July 19, 2012, 08:28:51 pm ---Look more ... create a new panel... and have only previous sizer.... In fact, the wxGridBagSizer is avalaible *ONLY* for wxDialog component, not for wxPanel based.... why ? Strange....
--- End quote ---
I have wxGridBagSizer for dialog, scrollingdialog, frame and panel. And it doesn't matter whether the project is created dialog- or frame-based or initially empty.
Feneck91:
Jens, I think I'm cursed ! Isn't it ?
I'm using wxWidgets 2.9.3, do you think it could be a problem with it ?
I let a small sample to download
Jenna:
--- Quote from: Feneck91 on July 19, 2012, 09:20:59 pm ---Jens, I think I'm cursed ! Isn't it ?
I'm using wxWidgets 2.9.3, do you think it could be a problem with it ?
I let a small sample to download
--- End quote ---
Now I can confirm this issue, it's neither related to wxPanel nor to wxWidgets 2.9, but to the use of the xrc-file for the new window.
Without xrc the gridbagsizer is there, with xrc it's missing.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version