Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Debugger branch: Placement of Windows
oBFusCATed:
Sorry, but these two calls are needed in order to make the dialog large enough and they are there because a bug/missing feature of wxSmith.
The missing feature/bug is that wxSmith adds the setsize/setminsize, right after the creation of the dialog and thus they are useless and doesn't enforce the minimal size.
If you know how to make it work show patches, I do not.
MortenMacFly:
--- Quote from: oBFusCATed on April 17, 2012, 10:00:06 am ---If you know how to make it work show patches, I do not.
--- End quote ---
Well surely you should not adjust the min-size flag of the dialog (this is useless most of the time), but the controls on the dialog, that are too small - such as the wxTreeBook.
If I set the min-size of the wxTreeBook (and only that flag, otherwise you screw sizing) to e.g. 500x500 using wxSmith it works just fine.
oBFusCATed:
Can I see a patch?
MortenMacFly:
--- Quote from: oBFusCATed on April 17, 2012, 02:19:41 pm ---Can I see a patch?
--- End quote ---
Are you serious? OK, here it is at your service - what I did:
- remove the hand-crafted SetSize stuff
- open the dialog in wxSmith
- adjust the min size of the tree control
- hit compile.
Not sure why this was too hard for you, but anyways... ;D ;D
oBFusCATed:
--- Quote from: MortenMacFly on April 17, 2012, 04:59:28 pm ---Not sure why this was too hard for you, but anyways... ;D ;D
--- End quote ---
Because you had the changes already made and to make sure I've understood what you've meant.
Any idea how to force the dialog to auto-resize in order to fit the panel for the debuggergdb options?
Currently using your patch, the disassembly options are clipped.
ollydbg: Does Morten's patch fix your problem?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version