sash layout window

Hi,

I’m having trouble with getting a sash window to resize correctly when the sash is moved. I’m confident it’s something silly that I’ve messed up.

I’m working at on a text editor in python with wxPython (as are many other people) :slight_smile:

If you have a chance to take a look at the source at

`cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/see login

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/see co -P see`

``

I'd be happy to get feedback on the sash window in

see/documentTypes/textDocType.py

``

Or, if you don't have the time for that much assistance, I'd be happy to get good urls to documentation explaining the organization/usage of frames, windows, s izers, etc.

``

Thank you.

Hi,
  
I'm having trouble with getting a sash window to resize correctly when the sash is moved. I'm confident it's something silly that I've messed up.

What exactly happens?

Is the construction similar to PyCrust?
(It has 2 sash windows; one for the user input, the second in the namespace viewer).
Then you could compare to this code

I'm working at on a text editor in python with wxPython (as are many other people) :slight_smile:

You can already steal a lot from:
PyPe
DrPython
Spe
Boa Constructor
newedit
winpdb
and perhaps others... :slight_smile:

Maybe a look to these also helps you to solve your sash window problem.

···

On Sat, 10 Dec 2005 16:01:31 -0800 (PST), <dseroute-wxpython@yahoo.com> wrote:

--
Franz Steinhaeusler