RE: [SE|PY-macdev] Continuing OS X compiling
Brought to you by:
sephiroth_tmm
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? |