RE: [SE|PY-macdev] Preferences frozen
Brought to you by:
sephiroth_tmm
From: Alessandro C. *sephiroth* <sep...@us...> - 2004-09-05 12:50:39
|
::Hmmmmmmm, still no change. ::I'll look now if there's an exception in WindowsPrefs.py that ::causes some processes to abort a little bit too early... Would be very helpful.. ::How is it going with PearPC ? Downloaded.. Now i have to look for a MAC OSX installation disc ^_^ thanks 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 --------------------------------------------- ::-----Original Message----- ::From: sep...@li... ::[mailto:sep...@li...] On Behalf Of valley ::Sent: domenica 5 settembre 2004 13.38 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Preferences frozen :: :: ::valley :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" ::<sep...@us...> ::To: <sep...@li...> ::Sent: Sunday, September 05, 2004 10:44 AM ::Subject: RE: [SE|PY-macdev] Preferences frozen :: :: ::> ::> The only notebook still alive is the one which contains the ::> ::documents ::itself! ::> ::> Maybe changing the notebook into a book like for the ::left panel ? ::> ::> ::> :: ::> ::Yes I could try that. Where and what do I have to change in ::the ::> source so that it works with a Book ? Or if it's a bigger ::::change you ::> could the changes and send me the modified file(s) ::as attachment. ::> ::> Ok. In the WindowsPrefs.py ake these changes: ::> ::> Line 27: ::> Change: ::> self.notebook_pref = wx.Notebook(self, -1, style=0) ::> ::> Into: ::> self.notebook_pref = wx.Listbook(self, -1, style=0) ::> ::> Line 483: ::> Change: ::> notbook_sizer.Add(wx.NotebookSizer(self.notebook_pref), 1, ::wx.EXPAND, ::> 0) ::> ::> Into: ::> notbook_sizer.Add(self.notebook_pref, 1, wx.EXPAND, 0) ::> ::> ::> ::Btw: With the latest cvs source I get the following error message: ::> :: >SEPY.py line 33 from WindowsTODO import TODOWindow ::> :: ::> :: >ImportError: No module named WindowsTODO ::> :: ::> ::Maybe there's something missing with the new feature... ::> ::> Ops, sorry.. ::> I forgot to add that file in the CVS commit.. I will do immediately ::> ::> ::> ::Btw2: Have you heard of the following Sourceforge project: ::> ::http://pearpc.sourceforge.net/ ::> ::With that you can emulate for instance OS X Panther on a ::::Windows ::> machine, and it seems to work quite well, as a ::colleague ::told me. So ::> you could also try your code changes on ::a mac machine and ::with that ::> having a better overview over the ::two os :-) ::> ::> Wow, i will download it now! ::> I hope to be able to install it without crashing my system ^_^ ::> ::> ::> 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 ::> --------------------------------------------- ::> ::> ::> ::-----Original Message----- ::> ::From: sep...@li... ::> ::[mailto:sep...@li...] On ::Behalf Of valley ::> ::Sent: domenica 5 settembre 2004 9.26 ::> ::To: sep...@li... ::> ::Subject: Re: [SE|PY-macdev] Preferences frozen ::> :: ::> :: ::> :: ::> ::> :: ::> ::> :: ::> :: ::> ::> :: ::> ::valley ::> :: ::> :: ::> :: ::> :: ::> :: ::> :: ::> :: ::> ::------------------------------------------------------- ::> ::This SF.Net email is sponsored by BEA Weblogic Workshop ::FREE ::Java ::> Enterprise J2EE developer tools! ::> ::Get your free copy of BEA WebLogic Workshop 8.1 today. ::> ::http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click ::> ::_______________________________________________ ::> ::sepy-macdev mailing list ::> ::sep...@li... ::> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::> ::> ::> ::> ------------------------------------------------------- ::> This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java ::> Enterprise J2EE developer tools! ::> Get your free copy of BEA WebLogic Workshop 8.1 today. ::> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click ::> _______________________________________________ ::> sepy-macdev mailing list ::> sep...@li... ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> :: :: :: ::------------------------------------------------------- ::This SF.Net email is sponsored by BEA Weblogic Workshop FREE ::Java Enterprise J2EE developer tools! ::Get your free copy of BEA WebLogic Workshop 8.1 today. ::http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev |