Re: [SE|PY-macdev] Preferences frozen
Brought to you by:
sephiroth_tmm
|
From: valley <va...@ic...> - 2004-09-05 17:34:29
|
Perhaps this could be the problem: http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?12:mss:1392:200408:almmighmjdob hbgnhaaj valley ----- Original Message ----- From: "Alessandro Crugnola *sephiroth*" <sep...@us...> To: <sep...@li...> Sent: Sunday, September 05, 2004 5:08 PM Subject: RE: [SE|PY-macdev] Preferences frozen > Damn, what an incredible thing! > Let me ask in the wxPython mailing list first.. Maybe is a my fault ^_^ > > 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 15.40 > ::To: sep...@li... > ::Subject: Re: [SE|PY-macdev] Preferences frozen > :: > ::That's what I also just tried. And it's in this sort of line, > ::because with the replacement line it works!!! > ::I've tried this replacement also on other pages and all > ::elements were accessible and modifyable. > ::Also the languages are now filled into the combobox on page 1. > :: > ::So would it be possible to let these StaticBoxSizers away and > ::just use BoxSizer ? > :: > ::valley > :: > :: > :: > :: > :: > ::----- Original Message ----- > ::From: "Alessandro Crugnola *sephiroth*" > ::<sep...@us...> > ::To: <sep...@li...> > ::Sent: Sunday, September 05, 2004 4:23 PM > ::Subject: RE: [SE|PY-macdev] Preferences frozen > :: > :: > ::> Mmhhh. > ::> Try this in the windowsprefs.py file. > ::> Line 660, change: > ::> > ::> sizer_general_options = > ::wx.StaticBoxSizer(wx.StaticBox(self.notebook_panel_1, -1, > ::> self.lang.get("/LANGUAGE/SEPY/PANELS/PREF_PANEL/SIZERS/GENERAL")), > ::wx.VERTICAL) > ::> > ::> Into: > ::> sizer_general_options = wx.BoxSizer(wx.VERTICAL) > ::> > ::> The only thing that come in my mind is the container of > ::these elements. > ::> On the other side, there are no differences > ::> > ::> 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 14.17 > ::> ::To: sep...@li... > ::> ::Subject: Re: [SE|PY-macdev] Preferences frozen > ::> :: > ::> ::...and I tell you all the elements that work, perhaps you > ::::know a > ::> difference (binding events, filling in data, ...) to ::all > ::the other > ::> elements that don't > ::> ::work: > ::> :: > ::> ::page 1 (General) > ::> ::=========== > ::> ::- radio buttons 'prompt' and 'ignore' at the bottom > ::> ::- checkbox 'Check filesize ...' at the bottom > ::> :: > ::> ::page 3 (Colors) > ::> ::=========== > ::> ::- the three comboboxes at the bottom (line folding, tabs > ::> ::placement, edge > ::> ::column) also work > ::> :: > ::> :: > ::> ::Are theses elements newer than the others (i.e. do you > ::use ::another > ::> strategy in implementing them) ? funny is also that ::these > ::elements > ::> are at the bottom of their pages, but why ::doesn't then e.g. the > ::> checkbox at the bottom of page 4 work..... > ::> :: > ::> ::valley > ::> :: > ::> :: > ::> :: > ::> :: > ::> ::----- Original Message ----- > ::> ::From: "Alessandro Crugnola *sephiroth*" > ::> ::<sep...@us...> > ::> ::To: <sep...@li...> > ::> ::Sent: Sunday, September 05, 2004 2:50 PM > ::> ::Subject: RE: [SE|PY-macdev] Preferences frozen > ::> :: > ::> :: > ::> ::> ::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 > ::> ::> > ::> ::> > ::> ::> > ::> ::> > ::> ::> ------------------------------------------------------- > ::> ::> 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 > ::> > :: > :: > :: > ::------------------------------------------------------- > ::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 > |