Hi to all!
I'm a new member of this ML and I'm even a new coder in PyObjC. I've
quite experience with python and I've started using Xcode for a little
project we have here at work.
I've read some documentation, expecially the great "An Epic
Introduction to PyObjC and Cocoa" (http://lethain.com/entry/2008/aug/22/an-epic-introduction-to-pyobjc-and-cocoa/
) and I've put up my application fast and clean. Great! On Leopard!
Than I've upgraded to Snow Leopard and all Cocoa Bindings stopped
working.
More details: my application is very simple, it should show an array
of dictionaries in a TableView. First I've put up an arrayObject
linked to the TableView and every thing worked but it was too dirty, I
had to "refill" the array linked to the TableView every time something
changed in the original array. Than, reading the Epic Introduction I
discovered the power of Cocoa Bindings. I've added an Array Controller
to my xib file, put up all bindings and every thing went really
smooth! That was great. Suddenly on Snow Leopard Cocoa Bindings seem
to fail.
I've put up a little test application at http://dl.getdropbox.com/u/683371/bind.zip
. On Leopard it works and on Xcode console you see that the Array
Controller is full, on Snow Leopard it remains empty.
I know it is a bit confused, but I hope someone has suggestions :)
TIA
Andrea Mistrali
|