Hi Cody,
Hello,
Which is quite correct as there is no 'contrib/gizmos/osx_cocoa' directory. Forgot to commit?
Me? No, never. There, uhm... must have been something wrong with your SVN... yeah, that's it! try updating again, I see it there... 
Oh you were right I updated and they were magically there 
It runs fairly well on the tests I did. What kind of feedback are you looking for at this point because there are a fair number of obvious issues.
Anything at this point. Everyone has blind spots and over time it gets hard to track what I have and haven't tested, so while some things might be reminders, that's fine with me if you don't mind. 
Here are a few (let me know if they would rather be sent to trac):
1) Sizers seem to behave differently and often items seem to overflow the right side of a sizer.
Could you be more specific? I've run into some best size problems before, maybe we still have something in the tree.
2) Constant stream of warnings about memory leaks sent to console:
2009-03-12 20:22:03.222 Python[11739:613] *** _NSAutoreleaseNoPool(): Object 0x1919aea0 of class NSConcreteMutableData autoreleased with no pool in place - just leaking
Stack: (0x9153973f 0x91445e32 0x92b03c61 0x1a44ec5 0x1a428b5 0x92b0329c 0x92b01d93 0x92b0212a 0x92b0212a 0x92b0212a 0x92b0212a 0x92b006e9 0x92b01543 0x92b0002b 0x92afcb4f 0x92a3d523 0x92a3d0d1 0x1a35275 0xbe7a29 0x3fadac 0x4846e1 0x48771d 0x484d9e 0x486b86 0x486b86 0x486b86 0x486b86 0x48771d 0x4878d1 0x4ab031 0x4ab3cb 0x4b8bbe)
Please file a ticket about this. Stefan has said it's harmless, and I'm inclined to believe him, but I really want to stop seeing these too. 
3) ToolBars seem to initialize correctly but doesn't have any icons in it
Okay, do you know if it's related to #4 or not?
4) Many controls seem to cause the following error (not sure if its a 2.9 api change or a case of not implemented).
File "ToolBar.py", line 201, in OnButton
win = TestToolBar(self, self.log)
File "ToolBar.py", line 132, in __init__
size=(150,-1), style=wx.CB_DROPDOWN
File "/Users/codyprecord/Desktop/devel/wxWidgets/wxPython/wx/_controls.py", line 590, in __init__
_controls_.ComboBox_swiginit(self,_controls_.new_ComboBox(*args, **kwargs))
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed at /Users/codyprecord/Desktop/devel/wxWidgets/src/common/stockitem.cpp(202) in wxGetStockLabel(): invalid stock item ID
Well, this is bizarre... It looks like there are at least two problems that have to occur to get to this point:
1) wxIsStockId(wx.NewId()) has to return true for that particular ID, and
2) Even though wxIsStockId(wx.NewId()) returns true, wxGetStockLabel does not accept that label
It's weird that a ComboBox would have empty labels in the first place, though. Have to check into this more tomorrow.
5) In a RadioBox the radio button labels get cut off by 2-4 pixels on the right side.
Yeah, I see this too. Please file a ticket, I've been meaning to get this but I guess if there's a ticket there's a chance Stefan will get to it before I can. 
6) The Stock Help button shows a ? and also has the Help text overlapping it as well.
I'll try to take a look.
Many thanks for your help! I'm hoping to get a binary out to people soon, as I think that while there's still a number of issues to tackle, a lot of apps probably will startup and run, and can be tested at least somewhat already.
Thanks,
Kevin
···
On Mar 12, 2009, at 6:46 PM, Cody Precord wrote:
On Mar 12, 2009, at 12:13 AM, Kevin Ollivier wrote:
Cody
_______________________________________________
wxpython-dev mailing list
wxpython-dev@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-dev