1. wxBoxSizer -- Win vs Lnx
- Posted by Jerry Story <jstory at ocii.com> Dec 20, 2005
- 538 views
The wxBoxSizers don't behave the same on Windows and Linux. Same example as before with a correction of the previous problem. On Linux the wxBoxSizers do what I want them to do. On Windows they don't.
2. Re: wxBoxSizer -- Win vs Lnx
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Dec 20, 2005
- 529 views
Jerry Story wrote: > > The wxBoxSizers don't behave the same on Windows and Linux. > Same example as before with a correction of the previous problem. > > On Linux the wxBoxSizers do what I want them to do. On Windows they don't. The behavior seems to be the same to me. What is the difference that you see? Matt
3. Re: wxBoxSizer -- Win vs Lnx
- Posted by Jerry Story <jstory at ocii.com> Dec 21, 2005
- 552 views
Matt Lewis wrote: > > Jerry Story wrote: > > > > The wxBoxSizers don't behave the same on Windows and Linux. > > Same example as before with a correction of the previous problem. > > > > On Linux the wxBoxSizers do what I want them to do. > > On Windows they don't. > > The behavior seems to be the same to me. What is the difference that you > see? > > Matt Now I have it working correctly on both Windows and Linux. Previously I probably had different code for the Windows version and the Linux version.