sepy-macdev Mailing List for SE|PY ASEditor (Page 12)
Brought to you by:
sephiroth_tmm
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(16) |
Aug
(41) |
Sep
(99) |
Oct
(4) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(51) |
Feb
(24) |
Mar
(4) |
Apr
|
May
|
Jun
(17) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(4) |
Nov
(2) |
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Valentin T. <va...@ic...> - 2004-09-02 11:17:39
|
I never had this error. But 4Suite should build and install correctly, so try a little bit around ;-) This error perhaps also could be a SEPY error due to changes that Alessandro made - I can try this out this evening with the latest cvs version. valley On Thu, 2 Sep 2004, Ashley McCoy wrote: > Thanks Valley, > > got the latest wxpython, sepy runs splash screen then tooltips appear > but splash screen stays, the document window which appears under the > tool tips resizes with incorrect screen redraw > > Throws an errror at command line --> below > > I had thought to check through the list of dependancies you mentioned on > the Wiki and have found an error building 4suite that does not seem to > be resolved as of yet, it fails on build_ext this appears to be a > problem with python2.3 > > So I wonder if I I would have to build python from scratch ?? > > Ashley > > > > > g4-1ghz:~/SciTE amccoy$ pythonw main.pyw > [Debug] 20:32:46: Unrecognized accel key 'CAPSLOCK', accel string ignored. > [Debug] 20:32:46: Unrecognized accel key 'CAPSLOCK', accel string ignored. > Traceback (most recent call last): > File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify > frame = main_window(parent=None, id=wx.NewId(), title=About_title, > dialog = self.dialog) > File "/Users/amccoy/SciTE/SEPY.py", line 321, in __init__ > self.loadDB() > File "/Users/amccoy/SciTE/SEPY.py", line 371, in loadDB > self.DB["values"] = DB.values() > AttributeError: _DBWithCursor instance has no attribute 'values' > > Valentin Treu wrote: > > >i also had this error. be sure that you've got the > >newest wxpython from here: > >http://starship.python.net/crew/robind/wxPython/daily/ > > > >valley > > > > > > > > > > > >On Thu, 2 Sep 2004, Ashley McCoy wrote: > > > > > > > >>Is there a curent list of changes I need to make? > >> > >>Ashley > >> > >>First Error :: > >> > >>Traceback (most recent call last): > >> File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify > >> frame = main_window(parent=None, id=wx.NewId(), title=About_title, > >>dialog = self.dialog) > >> File "/Users/amccoy/SciTE/SEPY.py", line 183, in __init__ > >> self.project_history = wx.FileHistory(5, wx.ID_FILE11) > >> File > >>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/misc2.py", > >>line 1072, in __init__ > >> self.this = misc2c.new_wxFileHistory(*_args,**_kwargs) > >>TypeError: new_wxFileHistory() takes at most 1 argument (2 given) > >> > >> > >>------------------------------------------------------- > >>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 > > |
From: Ashley M. <as...@gv...> - 2004-09-02 10:42:55
|
Thanks Valley, got the latest wxpython, sepy runs splash screen then tooltips appear but splash screen stays, the document window which appears under the tool tips resizes with incorrect screen redraw Throws an errror at command line --> below I had thought to check through the list of dependancies you mentioned on the Wiki and have found an error building 4suite that does not seem to be resolved as of yet, it fails on build_ext this appears to be a problem with python2.3 So I wonder if I I would have to build python from scratch ?? Ashley g4-1ghz:~/SciTE amccoy$ pythonw main.pyw [Debug] 20:32:46: Unrecognized accel key 'CAPSLOCK', accel string ignored. [Debug] 20:32:46: Unrecognized accel key 'CAPSLOCK', accel string ignored. Traceback (most recent call last): File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify frame = main_window(parent=None, id=wx.NewId(), title=About_title, dialog = self.dialog) File "/Users/amccoy/SciTE/SEPY.py", line 321, in __init__ self.loadDB() File "/Users/amccoy/SciTE/SEPY.py", line 371, in loadDB self.DB["values"] = DB.values() AttributeError: _DBWithCursor instance has no attribute 'values' Valentin Treu wrote: >i also had this error. be sure that you've got the >newest wxpython from here: >http://starship.python.net/crew/robind/wxPython/daily/ > >valley > > > > > >On Thu, 2 Sep 2004, Ashley McCoy wrote: > > > >>Is there a curent list of changes I need to make? >> >>Ashley >> >>First Error :: >> >>Traceback (most recent call last): >> File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify >> frame = main_window(parent=None, id=wx.NewId(), title=About_title, >>dialog = self.dialog) >> File "/Users/amccoy/SciTE/SEPY.py", line 183, in __init__ >> self.project_history = wx.FileHistory(5, wx.ID_FILE11) >> File >>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/misc2.py", >>line 1072, in __init__ >> self.this = misc2c.new_wxFileHistory(*_args,**_kwargs) >>TypeError: new_wxFileHistory() takes at most 1 argument (2 given) >> >> >>------------------------------------------------------- >>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 > > > |
From: <wis...@se...> - 2004-09-02 10:33:35
|
> Hi, > > now SEPY comes up with any error at all!! > What doesn't work now (and I guess this also didn't work in the near > past) is the possibility to enter for instance the following characters > in the opened untitled document: > { --> would be 'alt+8' in a shell > } --> would be 'alt+9' > [ --> would be 'alt+5' > ] --> would be 'alt+6' Cannot write } at all? but in a snippet textarea can you do that for example? > > > Another thing that is a little bit surprising is when trying to create a > new project. When doing this directly SEPY crashes with a bus error. But > when I first choose 'Open Project', then close the just opened Window > for selecting a project and then choose 'New Project' then the correct > dialog 'Save file as...' opens. When typing a project file name and then > pressing 'Save' the file is created in the chosen folder but whatever > filename > i entered a wxPython Error Window pops up (Main Error: File name > contains illegal characters), also when i just typed 'Test'.... This happens also on .as files while saving or only with probjects? P.S. Can you put some print statement in order to check wherever the method which checks for xml languages files fails? the method is into the common.py file and it's 'getAvailLanguageFile' thanks |
From: Valentin T. <va...@ic...> - 2004-09-02 06:12:00
|
i also had this error. be sure that you've got the newest wxpython from here: http://starship.python.net/crew/robind/wxPython/daily/ valley On Thu, 2 Sep 2004, Ashley McCoy wrote: > Is there a curent list of changes I need to make? > > Ashley > > First Error :: > > Traceback (most recent call last): > File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify > frame = main_window(parent=None, id=wx.NewId(), title=About_title, > dialog = self.dialog) > File "/Users/amccoy/SciTE/SEPY.py", line 183, in __init__ > self.project_history = wx.FileHistory(5, wx.ID_FILE11) > File > "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/misc2.py", > line 1072, in __init__ > self.this = misc2c.new_wxFileHistory(*_args,**_kwargs) > TypeError: new_wxFileHistory() takes at most 1 argument (2 given) > > > ------------------------------------------------------- > 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 > > |
From: Ashley M. <as...@gv...> - 2004-09-01 21:58:08
|
Is there a curent list of changes I need to make? Ashley First Error :: Traceback (most recent call last): File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify frame = main_window(parent=None, id=wx.NewId(), title=About_title, dialog = self.dialog) File "/Users/amccoy/SciTE/SEPY.py", line 183, in __init__ self.project_history = wx.FileHistory(5, wx.ID_FILE11) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/misc2.py", line 1072, in __init__ self.this = misc2c.new_wxFileHistory(*_args,**_kwargs) TypeError: new_wxFileHistory() takes at most 1 argument (2 given) |
From: Ashley M. <as...@gv...> - 2004-09-01 21:50:25
|
in -- :-) |
From: valley <va...@ic...> - 2004-09-01 21:42:12
|
I guess I just pressed return when prompted for password... An E-Mail address won't work as password. valley ----- Original Message ----- From: "Ashley McCoy" <as...@gv...> To: <sep...@li...> Sent: Wednesday, September 01, 2004 11:29 PM Subject: Re: AW: [SE|PY-macdev] CVS commands > Thanks for the pointers, > > current env OSX.3.5 G4 1.0 GHz powerbook 768 Mb RAM > > I have been following the Mesh guide for some time, CVS commands return > the following at command line, not sure what I am doing wrong, when > prompted for password I use valid email address. > > any suggestions? > > Ashley > --------snip > g4-1ghz:~ amccoy$ cvs > -d:pserver:ano...@cv...:/cvsroot/SE|PY login > -bash: PY: command not found > Usage: cvs [cvs-options] command [command-options-and-arguments] > where cvs-options are -q, -n, etc. > (specify --help-options for a list of options) > where command is add, admin, etc. > (specify --help-commands for a list of commands > or --help-synonyms for a list of command synonyms) > where command-options-and-arguments depend on the specific command > (specify -H followed by a command name for command-specific help) > Specify --help to receive this message > > The Concurrent Versions System (CVS) is a tool for version control. > For CVS updates and additional information, see > Cyclic Software at http://www.cyclic.com/ or > Pascal Molli's CVS site at http://www.loria.fr/~molli/cvs-index.htm= l > g4-1ghz:~ amccoy$ cvs > -d:pserver:ano...@cv...:/cvsroot/SEPY login > (Logging in to ano...@cv...) > CVS password: > cvs [login aborted]: unrecognized auth response from > cvs.sourceforge.net: M -!- Project map lookup failed () > g4-1ghz:~ amccoy$ cvs > -d:pserver:ano...@cv...:/cvsroot/sepy login > (Logging in to ano...@cv...) > CVS password: > cvs [login aborted]: authorization failed: server cvs.sourceforge.net > rejected access > g4-1ghz:~ amccoy$ cvs > -d:pserver:ano...@cv...:/cvsroot/sepy login > (Logging in to ano...@cv...) > CVS password: > cvs [login aborted]: authorization failed: server cvs.sourceforge.net > rejected access > -----endsnip > > Treu, Valentin wrote: > > >Hi, > > > >you have to install all the apps that are described here: > >http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20i= nst a > >llation > > > >The cvs commands you'll find here (Point 2): > >http://www.markme.com/mesh/archives/004406.cfm > > > >Be sure to use the newest version of each of them. > >Are you on Jaguar or Panther ? I have just been able to test > >it on Panther and there it works quite ok now. > >Else you have to post the generated error messages. > >I intend to write an updated installation doc next week-end. > > > >Good luck > >valley > > > > > > > > > > > >-----Urspr=FCngliche Nachricht----- > >Von: sep...@li... > >[mailto:sep...@li...]Im Auftrag von Ashley > >McCoy > >Gesendet: Mittwoch, 1. September 2004 02:53 > >An: sep...@li... > >Betreff: [SE|PY-macdev] CVS commands > > > > > >Hi, > > > >I have tried to run each version of the lastest release code over the > >last 3 to 4 months, without any success. > > > >I believe I have the correct Python install and would like to get th= e > >lastest code from CVS ... > > > >which command do I need ? > > > >thanks, > >Ashley > > > > > >------------------------------------------------------- > >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=3D5047&alloc_id=3D10808&op=3Dclick > >_______________________________________________ > >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_idP47&alloc_id=10808&op=3Dclick > >_______________________________________________ > >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=3D5047&alloc_id=3D10808&op=3Dclick > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > |
From: Ashley M. <as...@gv...> - 2004-09-01 21:32:55
|
Thanks for the pointers, current env OSX.3.5 G4 1.0 GHz powerbook 768 Mb RAM I have been following the Mesh guide for some time, CVS commands return the following at command line, not sure what I am doing wrong, when prompted for password I use valid email address. any suggestions? Ashley --------snip g4-1ghz:~ amccoy$ cvs -d:pserver:ano...@cv...:/cvsroot/SE|PY login -bash: PY: command not found Usage: cvs [cvs-options] command [command-options-and-arguments] where cvs-options are -q, -n, etc. (specify --help-options for a list of options) where command is add, admin, etc. (specify --help-commands for a list of commands or --help-synonyms for a list of command synonyms) where command-options-and-arguments depend on the specific command (specify -H followed by a command name for command-specific help) Specify --help to receive this message The Concurrent Versions System (CVS) is a tool for version control. For CVS updates and additional information, see Cyclic Software at http://www.cyclic.com/ or Pascal Molli's CVS site at http://www.loria.fr/~molli/cvs-index.html g4-1ghz:~ amccoy$ cvs -d:pserver:ano...@cv...:/cvsroot/SEPY login (Logging in to ano...@cv...) CVS password: cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: M -!- Project map lookup failed () g4-1ghz:~ amccoy$ cvs -d:pserver:ano...@cv...:/cvsroot/sepy login (Logging in to ano...@cv...) CVS password: cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access g4-1ghz:~ amccoy$ cvs -d:pserver:ano...@cv...:/cvsroot/sepy login (Logging in to ano...@cv...) CVS password: cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access -----endsnip Treu, Valentin wrote: >Hi, > >you have to install all the apps that are described here: >http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta >llation > >The cvs commands you'll find here (Point 2): >http://www.markme.com/mesh/archives/004406.cfm > >Be sure to use the newest version of each of them. >Are you on Jaguar or Panther ? I have just been able to test >it on Panther and there it works quite ok now. >Else you have to post the generated error messages. >I intend to write an updated installation doc next week-end. > >Good luck >valley > > > > > >-----Ursprüngliche Nachricht----- >Von: sep...@li... >[mailto:sep...@li...]Im Auftrag von Ashley >McCoy >Gesendet: Mittwoch, 1. September 2004 02:53 >An: sep...@li... >Betreff: [SE|PY-macdev] CVS commands > > >Hi, > >I have tried to run each version of the lastest release code over the >last 3 to 4 months, without any success. > >I believe I have the correct Python install and would like to get the >lastest code from CVS ... > >which command do I need ? > >thanks, >Ashley > > >------------------------------------------------------- >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_idP47&alloc_id808&op=click >_______________________________________________ >sepy-macdev mailing list >sep...@li... >https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > |
From: Treu, V. <Val...@in...> - 2004-09-01 05:56:27
|
Hi, you have to install all the apps that are described here: http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20i= nsta llation The cvs commands you'll find here (Point 2): http://www.markme.com/mesh/archives/004406.cfm Be sure to use the newest version of each of them. Are you on Jaguar or Panther ? I have just been able to test it on Panther and there it works quite ok now. Else you have to post the generated error messages. I intend to write an updated installation doc next week-end. Good luck valley -----Urspr=FCngliche Nachricht----- Von: sep...@li... [mailto:sep...@li...]Im Auftrag von Ashley McCoy Gesendet: Mittwoch, 1. September 2004 02:53 An: sep...@li... Betreff: [SE|PY-macdev] CVS commands Hi, I have tried to run each version of the lastest release code over the=20 last 3 to 4 months, without any success. I believe I have the correct Python install and would like to get the = lastest code from CVS ... which command do I need ? thanks, Ashley ------------------------------------------------------- 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=3D5047&alloc_id=3D10808&op=3Dclick _______________________________________________ sepy-macdev mailing list sep...@li... https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: Ashley M. <as...@gv...> - 2004-09-01 00:56:39
|
Hi, I have tried to run each version of the lastest release code over the last 3 to 4 months, without any success. I believe I have the correct Python install and would like to get the lastest code from CVS ... which command do I need ? thanks, Ashley |
From: valley <va...@ic...> - 2004-08-31 20:29:18
|
Btw: Automatic Javadoc creation seems to work for functions and classes (is there anything else where it should work ?). valley ----- Original Message ----- From: <wis...@se...> To: <sep...@li...> Sent: Tuesday, August 31, 2004 9:15 PM Subject: [SE|PY-macdev] Latest cvs changes > Hi, > What about the new cvs releases? > Still recursion errors? > > p.s. I also added the Javadoc auto-creation with the contextual menu. > could you give it a try? > > alex > > > > > > > > > ------------------------------------------------------- > 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 > |
From: valley <va...@ic...> - 2004-08-31 20:24:32
|
Hi, now SEPY comes up with any error at all!! What doesn't work now (and I guess this also didn't work in the near past) is the possibility to enter for instance the following characters in the opened untitled document: { --> would be 'alt+8' in a shell } --> would be 'alt+9' [ --> would be 'alt+5' ] --> would be 'alt+6' Another thing that is a little bit surprising is when trying to create a new project. When doing this directly SEPY crashes with a bus error. But when I first choose 'Open Project', then close the just opened Window for selecting a project and then choose 'New Project' then the correct dialog 'Save file as...' opens. When typing a project file name and then pressing 'Save' the file is created in the chosen folder but whatever filename i entered a wxPython Error Window pops up (Main Error: File name contains illegal characters), also when i just typed 'Test'.... Regards valley ----- Original Message ----- From: <wis...@se...> To: <sep...@li...> Sent: Tuesday, August 31, 2004 9:15 PM Subject: [SE|PY-macdev] Latest cvs changes > Hi, > What about the new cvs releases? > Still recursion errors? > > p.s. I also added the Javadoc auto-creation with the contextual menu. > could you give it a try? > > alex > > > > > > > > > ------------------------------------------------------- > 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 > |
From: <wis...@se...> - 2004-08-31 19:16:07
|
Hi, What about the new cvs releases? Still recursion errors? p.s. I also added the Javadoc auto-creation with the contextual menu. could you give it a try? alex |
From: valley <va...@ic...> - 2004-08-29 16:04:04
|
Ok, now I got the error with the recursion error in OnUpdateInterface(): It actually happens inside this method in the part "set status message" ! There are four occurences of the form self.super_parent.statusBar.SetStatusText(.....) and the first of them which is found has the effect that OnUpdateInterface() is called again and again, until the recursion error happens. When I comment all the four of them this event mechanism works fine. So either we have to let these SetStatusText() calls away or find another solution that has the same effect. valley |
From: valley <va...@ic...> - 2004-08-29 12:23:15
|
> Ok, I just added an icon for the File panel. > Now it looks good for me. Thanks. > ::And this is the error message when this line isn't commented: > :: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ > :: self.SetCodePage(stc.STC_CP_UTF8) > :: File > ::"//Library/Frameworks/Python.framework/Versions/2.3/lib/python > ::2.3/site- > :: packages/wx/stc.py", line 1069, in SetCodePage > :: return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs) > :: wx._core.PyAssertionError: C++ assertion "codePage != > ::wxSTC_CP_UTF8" > :: failed in /usr/local/src/wxWidgets/contrib/src/stc/stc.cpp(423): > :: wxSTC_CP_UTF8 may not be used when wxUSE_UNICODE is off. > > This seems really a wxPython MAC build issue. > Can you try to look at the wxPython archives to look for something about compiling this under mac? > www.wxpython.org > Found nothing there, but why not just using the codepage that is returned when typing self.GetCodePage() ? > > ::I did: This binding is called once for every new document you > ::create, i.e. > ::on startup also once for the standard Untitled document. > ::So it's the event that is raised all the time. > :: > > Damn,, i really cannot understand. > Ps. Maybe i already asked to you, but if you do the method updateInterface looks like this: > > def OnUpdateInterface(self, event): > pass > > Is the error raised too? > No, in this case no recursion error is raised. Perhaps it could be come content of this method that always raises this UpdateUI event again and again. I'll try that out... > > ::No I can't, because this error message isn't reported in the > ::shell but an extra Python error message window pops up for > ::this error. So I have no idea where in your code the error happens. > ::But if there are only two occurences we can get it out... > > Ok, tell me if one of the two is the one > The error occurs when creating the 6th page (file filters). Go to line 465 where you select the first element of ff_choices list. Since there is no element in this list an index error is thrown. When I commented this line the Preferences Window opens correctly. So you have to leave this auto-select away or check if there is at least one element in this list. Or it's an error when filling this list on setup, i.e. normally you guess that there is some content and currently on OS X nothing is entered into this list. Btw: The whole Preferences Window is totally static, i.e. currently I have no possibility to change any settings in there at all... And when I type 'Apply' I get an invalid index error in WindowsPrefs.py (line 1195) in onApply languag = self.cb_encoding_copy.GetValue() Of course, because in the Language combo box on page 1 (General) is no entry, i.e. the GetValue() will raise an error.... The Fonts list (page 2) is filled, Courier is selected but again no changes are possible. A lot to do it seems ;-) valley |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-28 15:57:19
|
::Actually I like the solution with this Listbook, it's quite ::similar to the multiline tabs because you also see the ::pictures. So I wouldn't prefer a combobox. But it would be ::good to add an image for the Files panel too, because without ::the name of this panel ("Files") doesn't get written on the ::same horizontal line as the other names do, but a little bit ::more above. And that doesn't look ok ;-) Ok, I just added an icon for the File panel. ::Ok, i could try that out. Can you tell me how/where you bind ::the split pane dragging event and if it's possible to ::"manually" raise this event ? The Bind command is on line 274 self.notebook.Bind(wx.EVT_NOTEBOOK_PAGE_CHANGED, self.OnPageChanged) And the method called is OnPageChanged ::And this is the error message when this line isn't commented: :: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ :: self.SetCodePage(stc.STC_CP_UTF8) :: File ::"//Library/Frameworks/Python.framework/Versions/2.3/lib/python ::2.3/site- :: packages/wx/stc.py", line 1069, in SetCodePage :: return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs) :: wx._core.PyAssertionError: C++ assertion "codePage != ::wxSTC_CP_UTF8" :: failed in /usr/local/src/wxWidgets/contrib/src/stc/stc.cpp(423): :: wxSTC_CP_UTF8 may not be used when wxUSE_UNICODE is off. This seems really a wxPython MAC build issue. Can you try to look at the wxPython archives to look for something about compiling this under mac? www.wxpython.org ::I did: This binding is called once for every new document you ::create, i.e. ::on startup also once for the standard Untitled document. ::So it's the event that is raised all the time. :: Damn,, i really cannot understand. Ps. Maybe i already asked to you, but if you do the method updateInterface looks like this: def OnUpdateInterface(self, event): pass Is the error raised too? ::No I can't, because this error message isn't reported in the ::shell but an extra Python error message window pops up for ::this error. So I have no idea where in your code the error happens. ::But if there are only two occurences we can get it out... Ok, tell me if one of the two is the one 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 --------------------------------------------- |
From: valley <va...@ic...> - 2004-08-28 15:09:26
|
Ok, here is what i found.... > I can add an icon for File panel but i'm also thinking at a different solution for Mac users (maybe a combo box would be better?) > Actually I like the solution with this Listbook, it's quite similar to the multiline tabs because you also see the pictures. So I wouldn't prefer a combobox. But it would be good to add an image for the Files panel too, because without the name of this panel ("Files") doesn't get written on the same horizontal line as the other names do, but a little bit more above. And that doesn't look ok ;-) > ::Perhaps you could fire the event that is called when the ::splitter is dragged and moved just after completing the > ::initialization of the left split pane... > > Mmhh.. I cannot reproduce that :( > Ok, i could try that out. Can you tell me how/where you bind the split pane dragging event and if it's possible to "manually" raise this event ? > :: > ::Ok, so for the moment the only two things a have to comment ::when i get the newest cvs version are: > :: - line 285 (Editor.py): self.SetCodePage(stc.STC_CP_UTF8) > :: --> is there an alternative or can we just leave it commented ? > > Which was the issue with this? I cannot remember ^_^ > The problem arose on SEPY startup. This is an excerpt of my mail to Richard Wallace: << it seems that at the moment using unicode with wxPython isn't possible. i 've just tried to build the newest wxWidget/wxPython from the source and with unicode enabled. wxWidget built and installed correctly, but when i try to build wxPython then i get 'UNICODE mode not currently supported on this WXPORT: mac' So it seems that we have to wait for this feature for the os x mode. >> Alessandro: Is it possible to use another CodePage than STC_CP_UTF8 or is there another possibility to get over this current error ? >> And this is the error message when this line isn't commented: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ self.SetCodePage(stc.STC_CP_UTF8) File "//Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site- packages/wx/stc.py", line 1069, in SetCodePage return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "codePage != wxSTC_CP_UTF8" failed in /usr/local/src/wxWidgets/contrib/src/stc/stc.cpp(423): wxSTC_CP_UTF8 may not be used when wxUSE_UNICODE is off. > :: > :: - line 597 (Editor.py): comment the bind event for the UPDATEUI > :: --> what can we do here for the moment ? or what exactly won't be > :: covered/updated when we leave this line commented ? > :: > > Can you put a > print "initialized the bind event" at the line above the Bind command? And try to take a look how many times is called when a doc is created. > I did: This binding is called once for every new document you create, i.e. on startup also once for the standard Untitled document. So it's the event that is raised all the time. > > :: > ::And the Tools/Preferences choice still creates the following error: > :: C++ assertion "wxAssertFailure" failed in /tmp/BUILD/ > :: wxPythonSrc-2.5.2.8/src/generic/listctrl.cpp(3614): > ::invalid list ctrl item index in SetItem > > There are 2 points where I use the SetItem in the WindowsPrefs.py file. > Commenting the "sys.excepthook = exc_hook" in the SEPY.py file can't you tell me in which line exactly raise the error? > No I can't, because this error message isn't reported in the shell but an extra Python error message window pops up for this error. So I have no idea where in your code the error happens. But if there are only two occurences we can get it out... Regards valley |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-28 14:13:58
|
::> Actually in the windows version the File panel doesn't have ::an icon too. ::So it is correct :: ::Of course.... I can add an icon for File panel but i'm also thinking at a different solution for Mac users (maybe a combo box would be better?) :: ::> Be sure to use the latest version of wxPython. :: ::I did the update and it works, like magic ;-) Perfect! :: ::It's funny: when i manually drag the vertical pane splitter ::to the right (until the listbook scroller disappears because ::all panels are fully visible) and the drag it back the height ::is calculated correctly so the srollbar isn't positioned ::anymore over the panels' text... ::Perhaps you could fire the event that is called when the ::splitter is dragged and moved just after completing the ::initialization of the left split pane... Mmhh.. I cannot reproduce that :( :: ::Ok, so for the moment the only two things a have to comment ::when i get the newest cvs version are: :: - line 285 (Editor.py): self.SetCodePage(stc.STC_CP_UTF8) :: --> is there an alternative or can we just leave it commented ? Which was the issue with this? I cannot remember ^_^ :: :: - line 597 (Editor.py): comment the bind event for the UPDATEUI :: --> what can we do here for the moment ? or what exactly won't be :: covered/updated when we leave this line commented ? :: Can you put a print "initialized the bind event" At the line above the Bind command? And try to take a look how many times is called when a doc is created. :: ::And the Tools/Preferences choice still creates the following error: :: C++ assertion "wxAssertFailure" failed in /tmp/BUILD/ :: wxPythonSrc-2.5.2.8/src/generic/listctrl.cpp(3614): ::invalid list ctrl item index in SetItem There are 2 points where I use the SetItem in the WindowsPrefs.py file. Commenting the "sys.excepthook = exc_hook" in the SEPY.py file can't you tell me in which line exactly raise the error? |
From: valley <va...@ic...> - 2004-08-28 10:16:42
|
> > Actually in the windows version the File panel doesn't have an icon too. So it is correct Of course.... > Be sure to use the latest version of wxPython. I did the update and it works, like magic ;-) It's funny: when i manually drag the vertical pane splitter to the right (until the listbook scroller disappears because all panels are fully visible) and the drag it back the height is calculated correctly so the srollbar isn't positioned anymore over the panels' text... Perhaps you could fire the event that is called when the splitter is dragged and moved just after completing the initialization of the left split pane... Ok, so for the moment the only two things a have to comment when i get the newest cvs version are: - line 285 (Editor.py): self.SetCodePage(stc.STC_CP_UTF8) --> is there an alternative or can we just leave it commented ? - line 597 (Editor.py): comment the bind event for the UPDATEUI --> what can we do here for the moment ? or what exactly won't be covered/updated when we leave this line commented ? And the Tools/Preferences choice still creates the following error: C++ assertion "wxAssertFailure" failed in /tmp/BUILD/ wxPythonSrc-2.5.2.8/src/generic/listctrl.cpp(3614): invalid list ctrl item index in SetItem I think this error already has been reported but i don't know if there has been a solution for it. In which file do you populate the menu structure ? Thanks too. valley |
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 --------------------------------------------- |
From: valley <va...@ic...> - 2004-08-28 09:20:41
|
sorry, was away for two days (business). 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 positione= d over the panels' names. two problems: - in this listbook i now do not see anymore the picture of the Files' panel - with the newest cvs version i get a new error in SEPY.py (line 183) self.project_history =3D wx.FileHistory(5, wx.ID_FILE11) TypeError: new_FileHistory() takes at most 1 argument (2 given) that's why i took my old SEPY.py for trying out the with listbook ;-) valley ----- Original Message ----- From: "Alessandro Crugnola *sephiroth*" <wis...@se...> To: <sep...@li...> Sent: Thursday, August 26, 2004 9:17 PM Subject: RE: [SE|PY-macdev] Continuing OS X compiling Try to do in this way, without the classic notebook panel, and using the Listbook instead. In the SEPY.py file (at line 467 +/-) replace the first lines of the _createLeftPanel in this way: def _createLeftPanel(self): if wx.Platform =3D=3D '__WXMSW__': n_style =3D wx.CLIP_CHILDREN|wx.DOUBLE_BORDER|wx.NB_MULTILINE self.notebook_l =3D wx.Notebook(self.window_1, -1, style=3Dn_= style) else: n_style =3D wx.CLIP_CHILDREN | wx.LB_DEFAULT self.notebook_l =3D wx.Listbook(self.window_1, -1, style=3Dn_= style) # ------------- # Snippet tree # ------------- if self.reg.ReadInt("panels/snippets", 1): self._showSnippetsPanel(1) 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: mercoled=EC 25 agosto 2004 19.55 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::Ok, I've looked around a bit and found the following link: ::http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/1983925 :: ::It seems that auto-scrolling of these tabs doesn't work even ::if the width of the split panel is small enough to do so. ::Wouldn't it be possible to put self.notebook_l into a ::wx.ScrolledWindow as mentioned in the example ? ::I haven't found where self.notebook_l is attached to a ::wx.Panel, but if you tell me I can try it out. :: ::valley :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Wednesday, August 25, 2004 12:15 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::I create the left notebook in SEPY.py: :: :: def _createLeftPanel(self): :: if wx.Platform =3D=3D '__WXMSW__': :: n_style =3D ::wx.CLIP_CHILDREN|wx.DOUBLE_BORDER|wx.NB_MULTILINE :: else: :: n_style =3D wx.CLIP_CHILDREN|wx.DOUBLE_BORDER :: self.notebook_l =3D wx.Notebook(self.window_1, -1, ::style=3Dn_style) :: ::As you can see i allow MULTILINE tabs only for Windows ::platform, in fact the multiline tabs are allowed only under ::Windows platform. ::But i thought that under the others platform a sort of tab ::scroller should appear when tabs cannot fit. (it happens under windows ::too) :: :: ::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: marted=EC 24 agosto 2004 23.17 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::...and I found an example wxNotebook.py, where all tabs are ::::also on the same horizontal line. When I resize the window ::::(getting it smaller) they do not organize by using the ::::vertical dimension so that the user doesn't see all of them ::::anymore. but i guess that you use a certain logic that they ::::behave like regrouping and with that using the vertical dimension. ::::can you tell me in which file these tabs are created and ::::placed over the left split pane ? ::::for me it seems that in the os x version the initial ::::horizontal tabs line doesn't care about what's the ::::(changed) width of the left pane when resizing the ide window... :::: ::::valley :::: :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 10:52 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::I'm interested in :::: ::::1. in the PyShell editor there is a similar method which ::::binds the UPDATE_INTERFACE. ::::Can you try with OSX too? :::: ::::2. in the wxpython demos there are also example of notebook. ::::Can you test with osx and tell me if you get problems with ::::the UI of tabs? :::: ::::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: marted=EC 24 agosto 2004 21.49 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::On my Windows wxPython installation I found a PyShell.py ::::file ::under D:\Python 2.3.4\Lib\idlelib and this file is ::on ::OS X ::under /Library/Python/2.3/wx/lib Why are you ::::interested in ::this Shell ? And if you give me the names ::of ::some demo files ::I'll see if I also have got them on ::the OS ::X version of wxPython. :::::: ::::::valley :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Tuesday, August 24, 2004 10:27 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::Ok, but with the wxpython distro dont you have any of the ::::::demo examples which come with thte win installation too? :::::: ::::::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: marted=EC 24 agosto 2004 21.12 ::::::::To: sep...@li... ::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::: ::::::::No I don't have it. On Windows I just install SEPY from ::::the ::exe file. ::::::::You don't mean that this shell could be important on OS ::::X, do you ? :::::::: ::::::::Next steps with the Mac version are (in my opinion): :::::::: - solve the problem with the endless ::OnUpdateInterface ::event call :::::::: - correct grouping of the panels (also in vertical direction) :::::::: - reactivate the commented line :::::::: File "/usr/local/src/SciTE/Editor.py", line 276, ::::in __init__ :::::::: self.SetCodePage(stc.STC_CP_UTF8) :::::::: :::::::: with another code page - if that's possible at the ::moment... :::::::: the font now used to code is very small ;-) :::::::: :::::::: ::::::::hope we can get on from here. ::::::::cheers ::::::::valley :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "Alessandro Crugnola *sephiroth*" ::<wis...@se...> ::::::::To: <sep...@li...> ::::::::Sent: Tuesday, August 24, 2004 7:44 PM ::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::: :::::::: ::::::::In the wxpython installation do you have the PyShell editor? ::::::::I have it under c:/python23/Scripts/pyshell :::::::: :::::::: ::::::::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: sabato 21 agosto 2004 9.11 ::::::::::To: sep...@li... ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: ::::::::::Another thing that doesn't work properly with OS X is ::::the ::::::grouping of the panels (like Todo, Files, XML Parser, ::::::...) ::::above the left split pane... ::::::::::In the Windows version the panels are divided and ::::grouped ::::::vertically considering the width of the left ::split pane. ::::::::::With OS X this width is never used and therefore all ::::::panels ::::are on the same horizontal line with the ::effect ::::that some ::of ::the panels lie above the right ::split pane ::::where they are ::not ::accessible by the user ::until you ::::manually drag the ::border of ::the split pane ::to the right. :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "valley" <va...@ic...> ::::::::::To: <sep...@li...> ::::::::::Sent: Saturday, August 21, 2004 12:25 AM ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::No, when I do so, then the next recursion error ::appears ::::on ::line 1536: :::::::::: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :::::::::: ::::::::::I think I found the problem: Go to line 598 in ::::Editor.py, ::::::where the autocompletion is defined. There ::::you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::::::When I just comment this line ::::::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::::::then there is no recursion error anymore... ::::::::::It seems that something with this binding is called ::::::::endlessly ::until the recursion error occurs. ::::::::::So perhaps you have to change something with this line 598 ;-) :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "Alessandro Crugnola *sephiroth*" ::::<wis...@se...> ::::::::::To: <sep...@li...> ::::::::::Sent: Friday, August 20, 2004 9:50 PM ::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::Do you mean that commenting both the line with ::::::::GetCurrentPos ::the exception does not raise? :::::::::: ::::::::::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: venerd=EC 20 agosto 2004 20.30 ::::::::::::To: sep...@li... ::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::: ::::::::::::Actually commenting these 2 lines don't have a ::better effect. ::::::::::::I think that the recursion error takes place in the ::::::::::following ::line when calling 'self.GetCurrentPos()', ::::::::either ::for the ::caretPos, or - when I replace this ::::line ::::with 'caretPos =3D 0' ::::::::::::the recursion error happens in the next line ::::::::::::'self.current_pos =3D self.GetCurrentPos()' ::::::::::::So we should look at what happens (wrong) in this function. :::::::::::: ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: ::::::::::::----- Original Message ----- ::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::<wis...@se...> ::::::::::::To: <sep...@li...> ::::::::::::Sent: Friday, August 20, 2004 7:49 PM ::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::: :::::::::::: ::::::::::::They are all necessary for SEPY in order to work.. ::::::::::::But at least we found where the error starts propagating... :::::::::::: :::::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::::line ::::1529, in OnUpdateInterface :::::::::::: ::::::::::::So, try to comment the first 2 lines of that method ::::in this way: :::::::::::: :::::::::::: def OnUpdateInterface(self, event): :::::::::::: #if self.AutoCompActive() or self.CallTipActive(): :::::::::::: # return :::::::::::: caretPos =3D self.GetCurrentPos() :::::::::::: self.current_pos =3D self.GetCurrentPos() :::::::::::: :::::::::::: ::::::::::::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: venerd=EC 20 agosto 2004 18.19 ::::::::::::::To: sep...@li... ::::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: ::::::::::::::Wow, with all "Bind" event lines commented no ::::::recursion ::::::error ::occurs anymore and editing of ::::::documents also ::works ::::fine, ::including saving. ::::::::::::::Can we just leave away all these event lines or ::are ::::::they ::::::necessary for some action inside SEPY ? :::::::::::::: ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::----- Original Message ----- ::::::::::::::From: "valley" <va...@ic...> ::::::::::::::To: <sep...@li...> ::::::::::::::Sent: Friday, August 20, 2004 7:04 PM ::::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: :::::::::::::: ::::::::::::::Ok, I didn't comment the "Bind" event lines yet, ::::but ::::with ::::the ::newest cvs version I now get another ::::error, ::::just ::before ::the ::Untitled Document opens: :::::::::::::: ::::::::::::::Traceback (most recent call last): :::::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::::line ::::::1529, in OnUpdateInterface :::::::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::::::RuntimeError: maximum recursion depth exceeded :::::::::::::: ::::::::::::::And this error also appears after I entered a ::::::character ::::in ::::the Untitled Doc (and had to wait ::::about 20 secs). :::::::::::::: ::::::::::::::Now I try to comment these "Bind" lines... :::::::::::::: ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::----- Original Message ----- ::::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::::<wis...@se...> ::::::::::::::To: <sep...@li...> ::::::::::::::Sent: Thursday, August 19, 2004 6:01 PM ::::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: :::::::::::::: ::::::::::::::Hi again! ::::::::::::::Holidays was great... After 5 days of sea beach ::and ::::::girls ::::is ::so difficult to find out what i was ::::thinking ::::with SEPY ::::^_^ Anyway. ::::::::::::::The recursion come before creating a document or after? ::::::::::::::Try this thing. ::::::::::::::Open the Editor.py file and comment out ALL lines ::::::with ::a ::::::"Bind" event. Then tell me if the ::recursion ::::occurs again. ::::::::::::::P.S. I just updated the cvs version with some fixes :::::::::::::: ::::::::::::::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 ::Valentin Treu ::::::::::::::::Sent: gioved=EC 19 agosto 2004 13.13 ::::::::::::::::To: sep...@li... ::::::::::::::::Subject: [SE|PY-macdev] Continuing OS X compiling :::::::::::::::: ::::::::::::::::Hi Alessandro, :::::::::::::::: ::::::::::::::::hope your holidays were fine ? ::::::::::::::::With SEPY on OS X it seems we are still stuck ::at ::::the ::::::point ::::where this recursion error occurs, ::so ::::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::::::Can we go on from here ? I hope you have some ::::ideas ::::for ::::the ::::next steps to test ;-) :::::::::::::::: ::::::::::::::::Thanks & regards ::::::::::::::::valley :::::::::::::::: :::::::::::::::: :::::::::::::::: :::::::::::::::: :::::::::::::::: ::::::::::::::::------------------------------------------------------- ::::::::::::::::SF.Net email is sponsored by ::Shop4tech.com-Lowest ::::::price ::::on ::::Blank Media 100pk ::Sonic DVD-R 4x for only ::::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% ::off ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::::_______________________________________________ ::::::::::::::::sepy-macdev mailing list ::::::::::::::::sep...@li... ::::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::: :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner - ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner - ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ sepy-macdev mailing list sep...@li... https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-26 19:18:03
|
Try to do in this way, without the classic notebook panel, and using the = Listbook instead. In the SEPY.py file (at line 467 +/-) replace the first lines of the = _createLeftPanel in this way: def _createLeftPanel(self): if wx.Platform =3D=3D '__WXMSW__': n_style =3D = wx.CLIP_CHILDREN|wx.DOUBLE_BORDER|wx.NB_MULTILINE self.notebook_l =3D wx.Notebook(self.window_1, -1, = style=3Dn_style) else: n_style =3D wx.CLIP_CHILDREN | wx.LB_DEFAULT self.notebook_l =3D wx.Listbook(self.window_1, -1, = style=3Dn_style) # ------------- # Snippet tree # ------------- if self.reg.ReadInt("panels/snippets", 1): self._showSnippetsPanel(1) 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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On Behalf Of valley ::Sent: mercoled=EC 25 agosto 2004 19.55 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::Ok, I've looked around a bit and found the following link: ::http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/1983925 :: ::It seems that auto-scrolling of these tabs doesn't work even=20 ::if the width of the split panel is small enough to do so.=20 ::Wouldn't it be possible to put self.notebook_l into a=20 ::wx.ScrolledWindow as mentioned in the example ? ::I haven't found where self.notebook_l is attached to a=20 ::wx.Panel, but if you tell me I can try it out. :: ::valley :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Wednesday, August 25, 2004 12:15 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::I create the left notebook in SEPY.py: :: :: def _createLeftPanel(self): :: if wx.Platform =3D=3D '__WXMSW__': :: n_style =3D=20 ::wx.CLIP_CHILDREN|wx.DOUBLE_BORDER|wx.NB_MULTILINE :: else: :: n_style =3D wx.CLIP_CHILDREN|wx.DOUBLE_BORDER :: self.notebook_l =3D wx.Notebook(self.window_1, -1,=20 ::style=3Dn_style) :: ::As you can see i allow MULTILINE tabs only for Windows=20 ::platform, in fact the multiline tabs are allowed only under=20 ::Windows platform. ::But i thought that under the others platform a sort of tab=20 ::scroller should appear when tabs cannot fit. (it happens under windows ::too) :: :: ::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: marted=EC 24 agosto 2004 23.17 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::...and I found an example wxNotebook.py, where all tabs are=20 ::::also on the same horizontal line. When I resize the window=20 ::::(getting it smaller) they do not organize by using the=20 ::::vertical dimension so that the user doesn't see all of them=20 ::::anymore. but i guess that you use a certain logic that they=20 ::::behave like regrouping and with that using the vertical dimension. ::::can you tell me in which file these tabs are created and=20 ::::placed over the left split pane ? ::::for me it seems that in the os x version the initial=20 ::::horizontal tabs line doesn't care about what's the ::::(changed) width of the left pane when resizing the ide window... :::: ::::valley :::: :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 10:52 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::I'm interested in :::: ::::1. in the PyShell editor there is a similar method which=20 ::::binds the UPDATE_INTERFACE. ::::Can you try with OSX too? :::: ::::2. in the wxpython demos there are also example of notebook. ::::Can you test with osx and tell me if you get problems with=20 ::::the UI of tabs? :::: ::::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=20 ::Behalf Of valley ::::::Sent: marted=EC 24 agosto 2004 21.49 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::On my Windows wxPython installation I found a PyShell.py=20 ::::file ::under D:\Python 2.3.4\Lib\idlelib and this file is=20 ::on ::OS X ::under /Library/Python/2.3/wx/lib Why are you=20 ::::interested in ::this Shell ? And if you give me the names=20 ::of ::some demo files ::I'll see if I also have got them on=20 ::the OS ::X version of wxPython. :::::: ::::::valley :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Tuesday, August 24, 2004 10:27 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::Ok, but with the wxpython distro dont you have any of the=20 ::::::demo examples which come with thte win installation too? :::::: ::::::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=20 ::::Behalf Of valley ::::::::Sent: marted=EC 24 agosto 2004 21.12 ::::::::To: sep...@li... ::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::: ::::::::No I don't have it. On Windows I just install SEPY from=20 ::::the ::exe file. ::::::::You don't mean that this shell could be important on OS=20 ::::X, do you ? :::::::: ::::::::Next steps with the Mac version are (in my opinion): :::::::: - solve the problem with the endless=20 ::OnUpdateInterface ::event call :::::::: - correct grouping of the panels (also in vertical direction) :::::::: - reactivate the commented line :::::::: File "/usr/local/src/SciTE/Editor.py", line 276, ::::in __init__ :::::::: self.SetCodePage(stc.STC_CP_UTF8) :::::::: :::::::: with another code page - if that's possible at the=20 ::moment... :::::::: the font now used to code is very small ;-) :::::::: :::::::: ::::::::hope we can get on from here. ::::::::cheers ::::::::valley :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "Alessandro Crugnola *sephiroth*"=20 ::<wis...@se...> ::::::::To: <sep...@li...> ::::::::Sent: Tuesday, August 24, 2004 7:44 PM ::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::: :::::::: ::::::::In the wxpython installation do you have the PyShell editor? ::::::::I have it under c:/python23/Scripts/pyshell :::::::: :::::::: ::::::::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=20 ::::::Behalf Of valley ::::::::::Sent: sabato 21 agosto 2004 9.11 ::::::::::To: sep...@li... ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: ::::::::::Another thing that doesn't work properly with OS X is=20 ::::the ::::::grouping of the panels (like Todo, Files, XML Parser, ::::::...) ::::above the left split pane... ::::::::::In the Windows version the panels are divided and=20 ::::grouped ::::::vertically considering the width of the left=20 ::split pane. ::::::::::With OS X this width is never used and therefore all=20 ::::::panels ::::are on the same horizontal line with the=20 ::effect ::::that some ::of ::the panels lie above the right=20 ::split pane ::::where they are ::not ::accessible by the user=20 ::until you ::::manually drag the ::border of ::the split pane=20 ::to the right. :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "valley" <va...@ic...> ::::::::::To: <sep...@li...> ::::::::::Sent: Saturday, August 21, 2004 12:25 AM ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::No, when I do so, then the next recursion error=20 ::appears ::::on ::line 1536: :::::::::: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :::::::::: ::::::::::I think I found the problem: Go to line 598 in=20 ::::Editor.py, ::::::where the autocompletion is defined. There=20 ::::you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::::::When I just comment this line ::::::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::::::then there is no recursion error anymore... ::::::::::It seems that something with this binding is called=20 ::::::::endlessly ::until the recursion error occurs. ::::::::::So perhaps you have to change something with this line 598 ;-) :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "Alessandro Crugnola *sephiroth*" ::::<wis...@se...> ::::::::::To: <sep...@li...> ::::::::::Sent: Friday, August 20, 2004 9:50 PM ::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::Do you mean that commenting both the line with=20 ::::::::GetCurrentPos ::the exception does not raise? :::::::::: ::::::::::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=20 ::::::::Behalf Of valley ::::::::::::Sent: venerd=EC 20 agosto 2004 20.30 ::::::::::::To: sep...@li... ::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::: ::::::::::::Actually commenting these 2 lines don't have a=20 ::better effect. ::::::::::::I think that the recursion error takes place in the=20 ::::::::::following ::line when calling 'self.GetCurrentPos()',=20 ::::::::either ::for the ::caretPos, or - when I replace this=20 ::::line ::::with 'caretPos =3D 0' ::::::::::::the recursion error happens in the next line=20 ::::::::::::'self.current_pos =3D self.GetCurrentPos()' ::::::::::::So we should look at what happens (wrong) in this function. :::::::::::: ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: ::::::::::::----- Original Message ----- ::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::<wis...@se...> ::::::::::::To: <sep...@li...> ::::::::::::Sent: Friday, August 20, 2004 7:49 PM ::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::: :::::::::::: ::::::::::::They are all necessary for SEPY in order to work.. ::::::::::::But at least we found where the error starts propagating... :::::::::::: :::::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::::line ::::1529, in OnUpdateInterface :::::::::::: ::::::::::::So, try to comment the first 2 lines of that method=20 ::::in this way: :::::::::::: :::::::::::: def OnUpdateInterface(self, event): :::::::::::: #if self.AutoCompActive() or self.CallTipActive(): :::::::::::: # return :::::::::::: caretPos =3D self.GetCurrentPos() :::::::::::: self.current_pos =3D self.GetCurrentPos() :::::::::::: :::::::::::: ::::::::::::Alessandro Crugnola - sephiroth ::::::::::::--------------------------------------------- ::::::::::::Macromedia Flash Team Volunteer=20 ::::::::::::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...]=20 ::On ::::::::Behalf Of valley ::::::::::::::Sent: venerd=EC 20 agosto 2004 18.19 ::::::::::::::To: sep...@li... ::::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: ::::::::::::::Wow, with all "Bind" event lines commented no=20 ::::::recursion ::::::error ::occurs anymore and editing of=20 ::::::documents also ::works ::::fine, ::including saving. ::::::::::::::Can we just leave away all these event lines or=20 ::are ::::::they ::::::necessary for some action inside SEPY ? :::::::::::::: ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::----- Original Message ----- ::::::::::::::From: "valley" <va...@ic...> ::::::::::::::To: <sep...@li...> ::::::::::::::Sent: Friday, August 20, 2004 7:04 PM ::::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: :::::::::::::: ::::::::::::::Ok, I didn't comment the "Bind" event lines yet,=20 ::::but ::::with ::::the ::newest cvs version I now get another=20 ::::error, ::::just ::before ::the ::Untitled Document opens: :::::::::::::: ::::::::::::::Traceback (most recent call last): :::::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::::line ::::::1529, in OnUpdateInterface :::::::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::::::RuntimeError: maximum recursion depth exceeded :::::::::::::: ::::::::::::::And this error also appears after I entered a=20 ::::::character ::::in ::::the Untitled Doc (and had to wait=20 ::::about 20 secs). :::::::::::::: ::::::::::::::Now I try to comment these "Bind" lines... :::::::::::::: ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::----- Original Message ----- ::::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::::<wis...@se...> ::::::::::::::To: <sep...@li...> ::::::::::::::Sent: Thursday, August 19, 2004 6:01 PM ::::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: :::::::::::::: ::::::::::::::Hi again! ::::::::::::::Holidays was great... After 5 days of sea beach=20 ::and ::::::girls ::::is ::so difficult to find out what i was=20 ::::thinking ::::with SEPY ::::^_^ Anyway. ::::::::::::::The recursion come before creating a document or after? ::::::::::::::Try this thing. ::::::::::::::Open the Editor.py file and comment out ALL lines=20 ::::::with ::a ::::::"Bind" event. Then tell me if the=20 ::recursion ::::occurs again. ::::::::::::::P.S. I just updated the cvs version with some fixes :::::::::::::: ::::::::::::::Alessandro Crugnola - sephiroth ::::::::::::::--------------------------------------------- ::::::::::::::Macromedia Flash Team Volunteer=20 ::::::::::::::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 ::Valentin Treu ::::::::::::::::Sent: gioved=EC 19 agosto 2004 13.13 ::::::::::::::::To: sep...@li... ::::::::::::::::Subject: [SE|PY-macdev] Continuing OS X compiling :::::::::::::::: ::::::::::::::::Hi Alessandro, :::::::::::::::: ::::::::::::::::hope your holidays were fine ? ::::::::::::::::With SEPY on OS X it seems we are still stuck=20 ::at ::::the ::::::point ::::where this recursion error occurs,=20 ::so ::::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::::::Can we go on from here ? I hope you have some=20 ::::ideas ::::for ::::the ::::next steps to test ;-) :::::::::::::::: ::::::::::::::::Thanks & regards ::::::::::::::::valley :::::::::::::::: :::::::::::::::: :::::::::::::::: :::::::::::::::: :::::::::::::::: ::::::::::::::::------------------------------------------------------- ::::::::::::::::SF.Net email is sponsored by=20 ::Shop4tech.com-Lowest ::::::price ::::on ::::Blank Media 100pk=20 ::Sonic DVD-R 4x for only ::::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50%=20 ::off ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::::_______________________________________________ ::::::::::::::::sepy-macdev mailing list ::::::::::::::::sep...@li... ::::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::: :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-26 09:16:48
|
I forward to you a reply which robin dunn (wxpython developer) sent to = me about this: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Alessandro Crugnola *sephiroth* wrote: > Is there some kind of issue with the notebook tabs under non windows=20 > platform? (I do not have a mac to test with) but others tell me that=20 > with mac the tabs of a notebook panel does not work fine because then = > they do not fit in the panel no tab scroller appear (i see that under = > windows there is a little tab scroller instead), Correct. The native tab control does not support it. Apparently the UI = designers at Apple feel that there should never be more than about half a dozen tabs on any layout, and that if more pages are = needed then there is something wrong with the UI. The wx.Listbook is an alternative, or creating a generic tab control. > and because > the fact i cannot use multiline tabs with non windows platform, it's a = > big problem. Again, only the Windows native tab control supports multiple layers of = tabs. You can't sqeeze milk from a stone. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I will check for an alternative 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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On Behalf Of valley ::Sent: mercoled=EC 25 agosto 2004 19.55 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::Ok, I've looked around a bit and found the following link: ::http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/1983925 :: ::It seems that auto-scrolling of these tabs doesn't work even=20 ::if the width of the split panel is small enough to do so.=20 ::Wouldn't it be possible to put self.notebook_l into a=20 ::wx.ScrolledWindow as mentioned in the example ? ::I haven't found where self.notebook_l is attached to a=20 ::wx.Panel, but if you tell me I can try it out. :: ::valley :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Wednesday, August 25, 2004 12:15 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::I create the left notebook in SEPY.py: :: :: def _createLeftPanel(self): :: if wx.Platform =3D=3D '__WXMSW__': :: n_style =3D=20 ::wx.CLIP_CHILDREN|wx.DOUBLE_BORDER|wx.NB_MULTILINE :: else: :: n_style =3D wx.CLIP_CHILDREN|wx.DOUBLE_BORDER :: self.notebook_l =3D wx.Notebook(self.window_1, -1,=20 ::style=3Dn_style) :: ::As you can see i allow MULTILINE tabs only for Windows=20 ::platform, in fact the multiline tabs are allowed only under=20 ::Windows platform. ::But i thought that under the others platform a sort of tab=20 ::scroller should appear when tabs cannot fit. (it happens under windows ::too) :: :: ::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: marted=EC 24 agosto 2004 23.17 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::...and I found an example wxNotebook.py, where all tabs are=20 ::::also on the same horizontal line. When I resize the window=20 ::::(getting it smaller) they do not organize by using the=20 ::::vertical dimension so that the user doesn't see all of them=20 ::::anymore. but i guess that you use a certain logic that they=20 ::::behave like regrouping and with that using the vertical dimension. ::::can you tell me in which file these tabs are created and=20 ::::placed over the left split pane ? ::::for me it seems that in the os x version the initial=20 ::::horizontal tabs line doesn't care about what's the ::::(changed) width of the left pane when resizing the ide window... :::: ::::valley :::: :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 10:52 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::I'm interested in :::: ::::1. in the PyShell editor there is a similar method which=20 ::::binds the UPDATE_INTERFACE. ::::Can you try with OSX too? :::: ::::2. in the wxpython demos there are also example of notebook. ::::Can you test with osx and tell me if you get problems with=20 ::::the UI of tabs? :::: ::::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=20 ::Behalf Of valley ::::::Sent: marted=EC 24 agosto 2004 21.49 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::On my Windows wxPython installation I found a PyShell.py=20 ::::file ::under D:\Python 2.3.4\Lib\idlelib and this file is=20 ::on ::OS X ::under /Library/Python/2.3/wx/lib Why are you=20 ::::interested in ::this Shell ? And if you give me the names=20 ::of ::some demo files ::I'll see if I also have got them on=20 ::the OS ::X version of wxPython. :::::: ::::::valley :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Tuesday, August 24, 2004 10:27 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::Ok, but with the wxpython distro dont you have any of the=20 ::::::demo examples which come with thte win installation too? :::::: ::::::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=20 ::::Behalf Of valley ::::::::Sent: marted=EC 24 agosto 2004 21.12 ::::::::To: sep...@li... ::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::: ::::::::No I don't have it. On Windows I just install SEPY from=20 ::::the ::exe file. ::::::::You don't mean that this shell could be important on OS=20 ::::X, do you ? :::::::: ::::::::Next steps with the Mac version are (in my opinion): :::::::: - solve the problem with the endless=20 ::OnUpdateInterface ::event call :::::::: - correct grouping of the panels (also in vertical direction) :::::::: - reactivate the commented line :::::::: File "/usr/local/src/SciTE/Editor.py", line 276, ::::in __init__ :::::::: self.SetCodePage(stc.STC_CP_UTF8) :::::::: :::::::: with another code page - if that's possible at the=20 ::moment... :::::::: the font now used to code is very small ;-) :::::::: :::::::: ::::::::hope we can get on from here. ::::::::cheers ::::::::valley :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "Alessandro Crugnola *sephiroth*"=20 ::<wis...@se...> ::::::::To: <sep...@li...> ::::::::Sent: Tuesday, August 24, 2004 7:44 PM ::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::: :::::::: ::::::::In the wxpython installation do you have the PyShell editor? ::::::::I have it under c:/python23/Scripts/pyshell :::::::: :::::::: ::::::::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=20 ::::::Behalf Of valley ::::::::::Sent: sabato 21 agosto 2004 9.11 ::::::::::To: sep...@li... ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: ::::::::::Another thing that doesn't work properly with OS X is=20 ::::the ::::::grouping of the panels (like Todo, Files, XML Parser, ::::::...) ::::above the left split pane... ::::::::::In the Windows version the panels are divided and=20 ::::grouped ::::::vertically considering the width of the left=20 ::split pane. ::::::::::With OS X this width is never used and therefore all=20 ::::::panels ::::are on the same horizontal line with the=20 ::effect ::::that some ::of ::the panels lie above the right=20 ::split pane ::::where they are ::not ::accessible by the user=20 ::until you ::::manually drag the ::border of ::the split pane=20 ::to the right. :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "valley" <va...@ic...> ::::::::::To: <sep...@li...> ::::::::::Sent: Saturday, August 21, 2004 12:25 AM ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::No, when I do so, then the next recursion error=20 ::appears ::::on ::line 1536: :::::::::: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :::::::::: ::::::::::I think I found the problem: Go to line 598 in=20 ::::Editor.py, ::::::where the autocompletion is defined. There=20 ::::you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::::::When I just comment this line ::::::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::::::then there is no recursion error anymore... ::::::::::It seems that something with this binding is called=20 ::::::::endlessly ::until the recursion error occurs. ::::::::::So perhaps you have to change something with this line 598 ;-) :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "Alessandro Crugnola *sephiroth*" ::::<wis...@se...> ::::::::::To: <sep...@li...> ::::::::::Sent: Friday, August 20, 2004 9:50 PM ::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::Do you mean that commenting both the line with=20 ::::::::GetCurrentPos ::the exception does not raise? :::::::::: ::::::::::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=20 ::::::::Behalf Of valley ::::::::::::Sent: venerd=EC 20 agosto 2004 20.30 ::::::::::::To: sep...@li... ::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::: ::::::::::::Actually commenting these 2 lines don't have a=20 ::better effect. ::::::::::::I think that the recursion error takes place in the=20 ::::::::::following ::line when calling 'self.GetCurrentPos()',=20 ::::::::either ::for the ::caretPos, or - when I replace this=20 ::::line ::::with 'caretPos =3D 0' ::::::::::::the recursion error happens in the next line=20 ::::::::::::'self.current_pos =3D self.GetCurrentPos()' ::::::::::::So we should look at what happens (wrong) in this function. :::::::::::: ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: ::::::::::::----- Original Message ----- ::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::<wis...@se...> ::::::::::::To: <sep...@li...> ::::::::::::Sent: Friday, August 20, 2004 7:49 PM ::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::: :::::::::::: ::::::::::::They are all necessary for SEPY in order to work.. ::::::::::::But at least we found where the error starts propagating... :::::::::::: :::::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::::line ::::1529, in OnUpdateInterface :::::::::::: ::::::::::::So, try to comment the first 2 lines of that method=20 ::::in this way: :::::::::::: :::::::::::: def OnUpdateInterface(self, event): :::::::::::: #if self.AutoCompActive() or self.CallTipActive(): :::::::::::: # return :::::::::::: caretPos =3D self.GetCurrentPos() :::::::::::: self.current_pos =3D self.GetCurrentPos() :::::::::::: :::::::::::: ::::::::::::Alessandro Crugnola - sephiroth ::::::::::::--------------------------------------------- ::::::::::::Macromedia Flash Team Volunteer=20 ::::::::::::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...]=20 ::On ::::::::Behalf Of valley ::::::::::::::Sent: venerd=EC 20 agosto 2004 18.19 ::::::::::::::To: sep...@li... ::::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: ::::::::::::::Wow, with all "Bind" event lines commented no=20 ::::::recursion ::::::error ::occurs anymore and editing of=20 ::::::documents also ::works ::::fine, ::including saving. ::::::::::::::Can we just leave away all these event lines or=20 ::are ::::::they ::::::necessary for some action inside SEPY ? :::::::::::::: ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::----- Original Message ----- ::::::::::::::From: "valley" <va...@ic...> ::::::::::::::To: <sep...@li...> ::::::::::::::Sent: Friday, August 20, 2004 7:04 PM ::::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: :::::::::::::: ::::::::::::::Ok, I didn't comment the "Bind" event lines yet,=20 ::::but ::::with ::::the ::newest cvs version I now get another=20 ::::error, ::::just ::before ::the ::Untitled Document opens: :::::::::::::: ::::::::::::::Traceback (most recent call last): :::::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::::line ::::::1529, in OnUpdateInterface :::::::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::::::RuntimeError: maximum recursion depth exceeded :::::::::::::: ::::::::::::::And this error also appears after I entered a=20 ::::::character ::::in ::::the Untitled Doc (and had to wait=20 ::::about 20 secs). :::::::::::::: ::::::::::::::Now I try to comment these "Bind" lines... :::::::::::::: ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::----- Original Message ----- ::::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::::<wis...@se...> ::::::::::::::To: <sep...@li...> ::::::::::::::Sent: Thursday, August 19, 2004 6:01 PM ::::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: :::::::::::::: ::::::::::::::Hi again! ::::::::::::::Holidays was great... After 5 days of sea beach=20 ::and ::::::girls ::::is ::so difficult to find out what i was=20 ::::thinking ::::with SEPY ::::^_^ Anyway. ::::::::::::::The recursion come before creating a document or after? ::::::::::::::Try this thing. ::::::::::::::Open the Editor.py file and comment out ALL lines=20 ::::::with ::a ::::::"Bind" event. Then tell me if the=20 ::recursion ::::occurs again. ::::::::::::::P.S. I just updated the cvs version with some fixes :::::::::::::: ::::::::::::::Alessandro Crugnola - sephiroth ::::::::::::::--------------------------------------------- ::::::::::::::Macromedia Flash Team Volunteer=20 ::::::::::::::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 ::Valentin Treu ::::::::::::::::Sent: gioved=EC 19 agosto 2004 13.13 ::::::::::::::::To: sep...@li... ::::::::::::::::Subject: [SE|PY-macdev] Continuing OS X compiling :::::::::::::::: ::::::::::::::::Hi Alessandro, :::::::::::::::: ::::::::::::::::hope your holidays were fine ? ::::::::::::::::With SEPY on OS X it seems we are still stuck=20 ::at ::::the ::::::point ::::where this recursion error occurs,=20 ::so ::::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::::::Can we go on from here ? I hope you have some=20 ::::ideas ::::for ::::the ::::next steps to test ;-) :::::::::::::::: ::::::::::::::::Thanks & regards ::::::::::::::::valley :::::::::::::::: :::::::::::::::: :::::::::::::::: :::::::::::::::: :::::::::::::::: ::::::::::::::::------------------------------------------------------- ::::::::::::::::SF.Net email is sponsored by=20 ::Shop4tech.com-Lowest ::::::price ::::on ::::Blank Media 100pk=20 ::Sonic DVD-R 4x for only ::::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50%=20 ::off ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::::_______________________________________________ ::::::::::::::::sepy-macdev mailing list ::::::::::::::::sep...@li... ::::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::: :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: valley <va...@ic...> - 2004-08-25 18:54:51
|
Ok, I've looked around a bit and found the following link: http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/1983925 It seems that auto-scrolling of these tabs doesn't work even if the width= of the split panel is small enough to do so. Wouldn't it be possible to put self.notebook_l into a wx.ScrolledWindow as mentioned in the example ? I haven't found where self.notebook_l is attached to a wx.Panel, but if y= ou tell me I can try it out. valley ----- Original Message ----- From: "Alessandro Crugnola *sephiroth*" <wis...@se...> To: <sep...@li...> Sent: Wednesday, August 25, 2004 12:15 PM Subject: RE: [SE|PY-macdev] Continuing OS X compiling I create the left notebook in SEPY.py: def _createLeftPanel(self): if wx.Platform =3D=3D '__WXMSW__': n_style =3D wx.CLIP_CHILDREN|wx.DOUBLE_BORDER|wx.NB_MULTILINE else: n_style =3D wx.CLIP_CHILDREN|wx.DOUBLE_BORDER self.notebook_l =3D wx.Notebook(self.window_1, -1, style=3Dn_s= tyle) As you can see i allow MULTILINE tabs only for Windows platform, in fact = the multiline tabs are allowed only under Windows platform. But i thought that under the others platform a sort of tab scroller shoul= d appear when tabs cannot fit. (it happens under windows too) 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: marted=EC 24 agosto 2004 23.17 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::...and I found an example wxNotebook.py, where all tabs are ::also on the same horizontal line. When I resize the window ::(getting it smaller) they do not organize by using the ::vertical dimension so that the user doesn't see all of them ::anymore. but i guess that you use a certain logic that they ::behave like regrouping and with that using the vertical dimension. ::can you tell me in which file these tabs are created and ::placed over the left split pane ? ::for me it seems that in the os x version the initial ::horizontal tabs line doesn't care about what's the ::(changed) width of the left pane when resizing the ide window... :: ::valley :: :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 10:52 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::I'm interested in :: ::1. in the PyShell editor there is a similar method which ::binds the UPDATE_INTERFACE. ::Can you try with OSX too? :: ::2. in the wxpython demos there are also example of notebook. ::Can you test with osx and tell me if you get problems with ::the UI of tabs? :: ::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: marted=EC 24 agosto 2004 21.49 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::On my Windows wxPython installation I found a PyShell.py ::file ::under D:\Python 2.3.4\Lib\idlelib and this file is on ::OS X ::under /Library/Python/2.3/wx/lib Why are you ::interested in ::this Shell ? And if you give me the names of ::some demo files ::I'll see if I also have got them on the OS ::X version of wxPython. :::: ::::valley :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 10:27 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::Ok, but with the wxpython distro dont you have any of the ::::demo examples which come with thte win installation too? :::: ::::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: marted=EC 24 agosto 2004 21.12 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::No I don't have it. On Windows I just install SEPY from ::the ::exe file. ::::::You don't mean that this shell could be important on OS ::X, do you ? :::::: ::::::Next steps with the Mac version are (in my opinion): :::::: - solve the problem with the endless OnUpdateInterface ::event call :::::: - correct grouping of the panels (also in vertical direction) :::::: - reactivate the commented line :::::: File "/usr/local/src/SciTE/Editor.py", line 276, ::in __init__ :::::: self.SetCodePage(stc.STC_CP_UTF8) :::::: :::::: with another code page - if that's possible at the moment... :::::: the font now used to code is very small ;-) :::::: :::::: ::::::hope we can get on from here. ::::::cheers ::::::valley :::::: :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Tuesday, August 24, 2004 7:44 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::In the wxpython installation do you have the PyShell editor? ::::::I have it under c:/python23/Scripts/pyshell :::::: :::::: ::::::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: sabato 21 agosto 2004 9.11 ::::::::To: sep...@li... ::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::: ::::::::Another thing that doesn't work properly with OS X is ::the ::::::grouping of the panels (like Todo, Files, XML Parser, ::::...) ::::above the left split pane... ::::::::In the Windows version the panels are divided and ::grouped ::::::vertically considering the width of the left split pane. ::::::::With OS X this width is never used and therefore all ::::panels ::::are on the same horizontal line with the effect ::::that some ::of ::the panels lie above the right split pane ::::where they are ::not ::accessible by the user until you ::::manually drag the ::border of ::the split pane to the right. :::::::: ::::::::valley :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "valley" <va...@ic...> ::::::::To: <sep...@li...> ::::::::Sent: Saturday, August 21, 2004 12:25 AM ::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::: :::::::: ::::::::No, when I do so, then the next recursion error appears ::::on ::line 1536: :::::::: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :::::::: ::::::::I think I found the problem: Go to line 598 in ::Editor.py, ::::::where the autocompletion is defined. There ::you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::::When I just comment this line ::::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::::then there is no recursion error anymore... ::::::::It seems that something with this binding is called ::::::endlessly ::until the recursion error occurs. ::::::::So perhaps you have to change something with this line 598 ;-) :::::::: ::::::::valley :::::::: :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "Alessandro Crugnola *sephiroth*" ::<wis...@se...> ::::::::To: <sep...@li...> ::::::::Sent: Friday, August 20, 2004 9:50 PM ::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::: :::::::: ::::::::Do you mean that commenting both the line with ::::::GetCurrentPos ::the exception does not raise? :::::::: ::::::::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: venerd=EC 20 agosto 2004 20.30 ::::::::::To: sep...@li... ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: ::::::::::Actually commenting these 2 lines don't have a better effect. ::::::::::I think that the recursion error takes place in the ::::::::following ::line when calling 'self.GetCurrentPos()', ::::::either ::for the ::caretPos, or - when I replace this ::line ::::with 'caretPos =3D 0' ::::::::::the recursion error happens in the next line ::::::::::'self.current_pos =3D self.GetCurrentPos()' ::::::::::So we should look at what happens (wrong) in this function. :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "Alessandro Crugnola *sephiroth*" ::::<wis...@se...> ::::::::::To: <sep...@li...> ::::::::::Sent: Friday, August 20, 2004 7:49 PM ::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::They are all necessary for SEPY in order to work.. ::::::::::But at least we found where the error starts propagating... :::::::::: :::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::line ::::1529, in OnUpdateInterface :::::::::: ::::::::::So, try to comment the first 2 lines of that method ::in this way: :::::::::: :::::::::: def OnUpdateInterface(self, event): :::::::::: #if self.AutoCompActive() or self.CallTipActive(): :::::::::: # return :::::::::: caretPos =3D self.GetCurrentPos() :::::::::: self.current_pos =3D self.GetCurrentPos() :::::::::: :::::::::: ::::::::::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: venerd=EC 20 agosto 2004 18.19 ::::::::::::To: sep...@li... ::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::: ::::::::::::Wow, with all "Bind" event lines commented no ::::recursion ::::::error ::occurs anymore and editing of ::::documents also ::works ::::fine, ::including saving. ::::::::::::Can we just leave away all these event lines or are ::::::they ::::::necessary for some action inside SEPY ? :::::::::::: ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::----- Original Message ----- ::::::::::::From: "valley" <va...@ic...> ::::::::::::To: <sep...@li...> ::::::::::::Sent: Friday, August 20, 2004 7:04 PM ::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::: :::::::::::: ::::::::::::Ok, I didn't comment the "Bind" event lines yet, ::but ::::with ::::the ::newest cvs version I now get another ::error, ::::just ::before ::the ::Untitled Document opens: :::::::::::: ::::::::::::Traceback (most recent call last): :::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::line ::::::1529, in OnUpdateInterface :::::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::::RuntimeError: maximum recursion depth exceeded :::::::::::: ::::::::::::And this error also appears after I entered a ::::character ::::in ::::the Untitled Doc (and had to wait ::about 20 secs). :::::::::::: ::::::::::::Now I try to comment these "Bind" lines... :::::::::::: ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::----- Original Message ----- ::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::<wis...@se...> ::::::::::::To: <sep...@li...> ::::::::::::Sent: Thursday, August 19, 2004 6:01 PM ::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::: :::::::::::: ::::::::::::Hi again! ::::::::::::Holidays was great... After 5 days of sea beach and ::::::girls ::::is ::so difficult to find out what i was ::thinking ::::with SEPY ::::^_^ Anyway. ::::::::::::The recursion come before creating a document or after? ::::::::::::Try this thing. ::::::::::::Open the Editor.py file and comment out ALL lines ::::with ::a ::::::"Bind" event. Then tell me if the recursion ::::occurs again. ::::::::::::P.S. I just updated the cvs version with some fixes :::::::::::: ::::::::::::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 ::Valentin Treu ::::::::::::::Sent: gioved=EC 19 agosto 2004 13.13 ::::::::::::::To: sep...@li... ::::::::::::::Subject: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: ::::::::::::::Hi Alessandro, :::::::::::::: ::::::::::::::hope your holidays were fine ? ::::::::::::::With SEPY on OS X it seems we are still stuck at ::::the ::::::point ::::where this recursion error occurs, so ::::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::::Can we go on from here ? I hope you have some ::ideas ::::for ::::the ::::next steps to test ;-) :::::::::::::: ::::::::::::::Thanks & regards ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner - ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner - ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ sepy-macdev mailing list sep...@li... https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: Treu, V. <Val...@in...> - 2004-08-25 11:35:05
|
I've already done this and the recursion error then always happens at the following not-commented line. That's why I think the error happens due to the endless calls of that method and not inside the method itself... -----Urspr=FCngliche Nachricht----- Von: sep...@li... [mailto:sep...@li...]Im Auftrag von Alessandro Crugnola *sephiroth* Gesendet: Mittwoch, 25. August 2004 12:12 An: sep...@li... Betreff: RE: [SE|PY-macdev] Continuing OS X compiling ::And there it works, i.e. no recursion error when running the = editor... ::Could it be that there is some misfunction with this whole=20 ::AutoCompXXX stuff ? ::What I mean is: Is it normal that this event is fired all the=20 ::time even if no action takes place on the IDE ? I imagined.. Actually i think if you have the time to make test you should comment = and uncomment lines in the OnUpdateInterface method to see if can be found where the recursion take place 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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On Behalf Of valley ::Sent: marted=EC 24 agosto 2004 22.42 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::Ok, i've tested PyShell on OS X. You're right there is the=20 ::same binding with the UpdateUI event there: :: self.Bind(stc.EVT_STC_UPDATEUI, self.OnUpdateUI, id=3DID) :: :: ::valley :: :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 10:52 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::I'm interested in :: ::1. in the PyShell editor there is a similar method which=20 ::binds the UPDATE_INTERFACE. ::Can you try with OSX too? :: ::2. in the wxpython demos there are also example of notebook.=20 ::Can you test with osx and tell me if you get problems with=20 ::the UI of tabs? :: ::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: marted=EC 24 agosto 2004 21.49 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::On my Windows wxPython installation I found a PyShell.py=20 ::file ::under D:\Python 2.3.4\Lib\idlelib and this file is on=20 ::OS X ::under /Library/Python/2.3/wx/lib Why are you=20 ::interested in ::this Shell ? And if you give me the names of=20 ::some demo files ::I'll see if I also have got them on the OS=20 ::X version of wxPython. :::: ::::valley :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 10:27 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::Ok, but with the wxpython distro dont you have any of the=20 ::::demo examples which come with thte win installation too? :::: ::::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=20 ::Behalf Of valley ::::::Sent: marted=EC 24 agosto 2004 21.12 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::No I don't have it. On Windows I just install SEPY from=20 ::the ::exe file. ::::::You don't mean that this shell could be important on OS=20 ::X, do you ? :::::: ::::::Next steps with the Mac version are (in my opinion): :::::: - solve the problem with the endless OnUpdateInterface=20 ::event call :::::: - correct grouping of the panels (also in vertical direction) :::::: - reactivate the commented line :::::: File "/usr/local/src/SciTE/Editor.py", line 276,=20 ::in __init__ :::::: self.SetCodePage(stc.STC_CP_UTF8) :::::: :::::: with another code page - if that's possible at the moment... :::::: the font now used to code is very small ;-) :::::: :::::: ::::::hope we can get on from here. ::::::cheers ::::::valley :::::: :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Tuesday, August 24, 2004 7:44 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::In the wxpython installation do you have the PyShell editor? ::::::I have it under c:/python23/Scripts/pyshell :::::: :::::: ::::::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=20 ::::Behalf Of valley ::::::::Sent: sabato 21 agosto 2004 9.11 ::::::::To: sep...@li... ::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::: ::::::::Another thing that doesn't work properly with OS X is=20 ::the ::::::grouping of the panels (like Todo, Files, XML Parser, ::::...) ::::above the left split pane... ::::::::In the Windows version the panels are divided and=20 ::grouped ::::::vertically considering the width of the left split = pane. ::::::::With OS X this width is never used and therefore all=20 ::::panels ::::are on the same horizontal line with the effect=20 ::::that some ::of ::the panels lie above the right split pane=20 ::::where they are ::not ::accessible by the user until you=20 ::::manually drag the ::border of ::the split pane to the right. :::::::: ::::::::valley :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "valley" <va...@ic...> ::::::::To: <sep...@li...> ::::::::Sent: Saturday, August 21, 2004 12:25 AM ::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::: :::::::: ::::::::No, when I do so, then the next recursion error appears=20 ::::on ::line 1536: :::::::: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :::::::: ::::::::I think I found the problem: Go to line 598 in=20 ::Editor.py, ::::::where the autocompletion is defined. There=20 ::you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::::When I just comment this line ::::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::::then there is no recursion error anymore... ::::::::It seems that something with this binding is called=20 ::::::endlessly ::until the recursion error occurs. ::::::::So perhaps you have to change something with this line 598 ;-) :::::::: ::::::::valley :::::::: :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "Alessandro Crugnola *sephiroth*"=20 ::<wis...@se...> ::::::::To: <sep...@li...> ::::::::Sent: Friday, August 20, 2004 9:50 PM ::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::: :::::::: ::::::::Do you mean that commenting both the line with=20 ::::::GetCurrentPos ::the exception does not raise? :::::::: ::::::::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=20 ::::::Behalf Of valley ::::::::::Sent: venerd=EC 20 agosto 2004 20.30 ::::::::::To: sep...@li... ::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::: ::::::::::Actually commenting these 2 lines don't have a better effect. ::::::::::I think that the recursion error takes place in the=20 ::::::::following ::line when calling 'self.GetCurrentPos()',=20 ::::::either ::for the ::caretPos, or - when I replace this=20 ::line ::::with 'caretPos =3D 0' ::::::::::the recursion error happens in the next line=20 ::::::::::'self.current_pos =3D self.GetCurrentPos()' ::::::::::So we should look at what happens (wrong) in this function. :::::::::: ::::::::::valley :::::::::: :::::::::: :::::::::: ::::::::::----- Original Message ----- ::::::::::From: "Alessandro Crugnola *sephiroth*" ::::<wis...@se...> ::::::::::To: <sep...@li...> ::::::::::Sent: Friday, August 20, 2004 7:49 PM ::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::: :::::::::: ::::::::::They are all necessary for SEPY in order to work.. ::::::::::But at least we found where the error starts propagating... :::::::::: :::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::line ::::1529, in OnUpdateInterface :::::::::: ::::::::::So, try to comment the first 2 lines of that method=20 ::in this way: :::::::::: :::::::::: def OnUpdateInterface(self, event): :::::::::: #if self.AutoCompActive() or self.CallTipActive(): :::::::::: # return :::::::::: caretPos =3D self.GetCurrentPos() :::::::::: self.current_pos =3D self.GetCurrentPos() :::::::::: :::::::::: ::::::::::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=20 ::::::::Behalf Of valley ::::::::::::Sent: venerd=EC 20 agosto 2004 18.19 ::::::::::::To: sep...@li... ::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::: ::::::::::::Wow, with all "Bind" event lines commented no=20 ::::recursion ::::::error ::occurs anymore and editing of=20 ::::documents also ::works ::::fine, ::including saving. ::::::::::::Can we just leave away all these event lines or are=20 ::::::they ::::::necessary for some action inside SEPY ? :::::::::::: ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::----- Original Message ----- ::::::::::::From: "valley" <va...@ic...> ::::::::::::To: <sep...@li...> ::::::::::::Sent: Friday, August 20, 2004 7:04 PM ::::::::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::::::::: :::::::::::: ::::::::::::Ok, I didn't comment the "Bind" event lines yet,=20 ::but ::::with ::::the ::newest cvs version I now get another=20 ::error, ::::just ::before ::the ::Untitled Document opens: :::::::::::: ::::::::::::Traceback (most recent call last): :::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::line ::::::1529, in OnUpdateInterface :::::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::::RuntimeError: maximum recursion depth exceeded :::::::::::: ::::::::::::And this error also appears after I entered a=20 ::::character ::::in ::::the Untitled Doc (and had to wait=20 ::about 20 secs). :::::::::::: ::::::::::::Now I try to comment these "Bind" lines... :::::::::::: ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::----- Original Message ----- ::::::::::::From: "Alessandro Crugnola *sephiroth*" ::::::<wis...@se...> ::::::::::::To: <sep...@li...> ::::::::::::Sent: Thursday, August 19, 2004 6:01 PM ::::::::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::::::::: :::::::::::: ::::::::::::Hi again! ::::::::::::Holidays was great... After 5 days of sea beach and=20 ::::::girls ::::is ::so difficult to find out what i was=20 ::thinking ::::with SEPY ::::^_^ Anyway. ::::::::::::The recursion come before creating a document or after? ::::::::::::Try this thing. ::::::::::::Open the Editor.py file and comment out ALL lines=20 ::::with ::a ::::::"Bind" event. Then tell me if the recursion=20 ::::occurs again. ::::::::::::P.S. I just updated the cvs version with some fixes :::::::::::: ::::::::::::Alessandro Crugnola - sephiroth ::::::::::::--------------------------------------------- ::::::::::::Macromedia Flash Team Volunteer=20 ::::::::::::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...]=20 ::On ::::::::Behalf ::Of ::Valentin Treu ::::::::::::::Sent: gioved=EC 19 agosto 2004 13.13 ::::::::::::::To: sep...@li... ::::::::::::::Subject: [SE|PY-macdev] Continuing OS X compiling :::::::::::::: ::::::::::::::Hi Alessandro, :::::::::::::: ::::::::::::::hope your holidays were fine ? ::::::::::::::With SEPY on OS X it seems we are still stuck at=20 ::::the ::::::point ::::where this recursion error occurs, so=20 ::::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::::Can we go on from here ? I hope you have some=20 ::ideas ::::for ::::the ::::next steps to test ;-) :::::::::::::: ::::::::::::::Thanks & regards ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::::_______________________________________________ ::::::::::::::sepy-macdev mailing list ::::::::::::::sep...@li... ::::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::::: :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::::_______________________________________________ ::::::::::::sepy-macdev mailing list ::::::::::::sep...@li... ::::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::Toner - ::Free ::Shipping and Free Gift. ::::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::::_______________________________________________ ::::::::::sepy-macdev mailing list ::::::::::sep...@li... ::::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ sepy-macdev mailing list sep...@li... https://lists.sourceforge.net/lists/listinfo/sepy-macdev |