[Pyobjc-dev] UI bindings no longer work for me
Brought to you by:
ronaldoussoren
From: Mani G. <ma...@tu...> - 2009-09-01 04:17:53
|
Hi all, I've attached a very simple Xcode project, that works in Leopard (PyObjC 2.0) but does not work properly in Snow Leopard (PyObjC 2.2b3). I have an NSImageView, whose Hidden state is bound to a variable of my app delegate. Clicking the "Show" button sets this value to False, and "Hide" sets this value to True. Using Snow Leopard, the NSImageView's Hidden state does not change when clicking these buttons. Using Leopard, the image shows and hides itself depending on the button pressed. Can someone help me understand what I might be doing wrong? Thanks very much, Mani |