FROM : Ben Trumbull
DATE : Tue May 13 21:46:57 2008
>I must admit the bindings for this are really playing with my head. I
>struggled quite immensely getting the selection from the
>treecontroller and in the end it started working without me fully
>understanding why. I have further complications to come as I have the
>decide whether the transaction amount is a debit or credit (based on
>the from/to account relationships) and then display the amount in the
>correct column and then also work out a way to add transactions back
>in like this.
Steven,
You might find it beneficial to learn about Cocoa Bindings and Core
Data separately to minimize frustration. For example, you can take
the 'Foundation tool' project template for creating command line
apps, add CoreData.framework to the list of frameworks linked
against, import the header, and go your merry way.
Separately, the tree controller in Cocoa Bindings does seem to be a
little thorny, especially on 10.4. It got a big overhaul in 10.5.
You might try googling for community articles about using it and the
outline view.
--
-Ben
DATE : Tue May 13 21:46:57 2008
>I must admit the bindings for this are really playing with my head. I
>struggled quite immensely getting the selection from the
>treecontroller and in the end it started working without me fully
>understanding why. I have further complications to come as I have the
>decide whether the transaction amount is a debit or credit (based on
>the from/to account relationships) and then display the amount in the
>correct column and then also work out a way to add transactions back
>in like this.
Steven,
You might find it beneficial to learn about Cocoa Bindings and Core
Data separately to minimize frustration. For example, you can take
the 'Foundation tool' project template for creating command line
apps, add CoreData.framework to the list of frameworks linked
against, import the header, and go your merry way.
Separately, the tree controller in Cocoa Bindings does seem to be a
little thorny, especially on 10.4. It got a big overhaul in 10.5.
You might try googling for community articles about using it and the
outline view.
--
-Ben
| Related mails | Author | Date |
|---|---|---|
| Steven Hamilton | May 12, 14:03 | |
| Steven Huey | May 12, 16:27 | |
| Steven Hamilton | May 13, 11:12 | |
| Ben Trumbull | May 13, 21:46 | |
| Steven Huey | May 14, 13:53 | |
| Steven Hamilton | May 15, 11:51 |






Cocoa mail archive

