Re: help please, splitter windows like in maya or 3ds max

2008-03-13 Thread John at Quintivity
; > event.Skip() > > > > def rightChange(self,event): > > > > pos = self.splitter_right.GetSashPosition() > > > > self.splitter_left.SetSashPosition(pos) > > > > event.Skip() > > > > app = wx.App(0) > > > > k = Layout(None, -1,

Re: help please, splitter windows like in maya or 3ds max

2008-03-13 Thread moonrie
ashPosition(pos) > > event.Skip() > > def rightChange(self,event): > > pos = self.splitter_right.GetSashPosition() > > self.splitter_left.SetSashPosition(pos) > > event.Skip() > > app = wx.App(0) > > k = Layout(None, -1, 'layout.py') > > k.Show(Tr

Re: help please, splitter windows like in maya or 3ds max

2008-03-12 Thread "Andrew Rekdal"
dnesday, March 12, 2008 10:19 PM Subject: help please, splitter windows like in maya or 3ds max > hi, everyone there, I am doing a 3D modeling project. I like to do it > with Python( am a newbie), but have no idea with the wxSplitterWindow > to create the 4-view windows( top, front, side, p

help please, splitter windows like in maya or 3ds max

2008-03-12 Thread moonrie
hi, everyone there, I am doing a 3D modeling project. I like to do it with Python( am a newbie), but have no idea with the wxSplitterWindow to create the 4-view windows( top, front, side, perspective), like the mfc CSplitterWnd guy), anyone can give me some help with wxPython? thanks in advance.