RE: [SE|PY-macdev] Continuing OS X compiling
Brought to you by:
sephiroth_tmm
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-28 09:35:36
|
::sorry, was away for two days (business). No problem at all ;) ::i've tried your changes and it works fine now, i.e. i can ::scroll now all activated panels and the width of left split ::pane is included. ::what i had to change is the height of the listbook in line 984 (def ::__set_properties): :: self.window_1.SplitVertically(self.notebook, self.notebook_l, 250) :: ::with the determined height of 200 the horizontal scrollbar ::gets positioned over the panels' names. Ok, make the change here too :: - in this listbook i now do not see anymore the picture of ::the Files' ::panel Actually in the windows version the File panel doesn't have an icon too. So it is correct :: - with the newest cvs version i get a new error in SEPY.py ::(line 183) :: self.project_history = wx.FileHistory(5, wx.ID_FILE11) :: TypeError: new_FileHistory() takes at most 1 argument (2 given) Be sure to use the latest version of wxPython. In the 2.5.2.7 there was a bug on FileHistory and for this reason i had to wait till this version in order to have a "recents" menu also for the project menu http://starship.python.net/crew/robind/wxPython/preview/2.5.2.8/ Thanks as usual Alessandro Crugnola - sephiroth --------------------------------------------- Macromedia Flash Team Volunteer http://www.macromedia.com/go/team Flash && PHP developer ale...@se... *relax with SEPY http://www.sf.net/projects/sepy --------------------------------------------- |