Re: Autorelease pool

2009-10-08 Thread Michael Süssner
it or autorelease it Thanks a lot g Michael On Oct 7, 2009, at 2:53 PM, Michael Süssner wrote: After my test program has passed successfully the drain method of the autorelease buffer is called and sometimes I get the following error: Program received signal: “EXC_BAD_ACCESS”. sharedlibrary

Autorelease pool

2009-10-07 Thread Michael Süssner
I habe created a small shell programm using Cocoa Foundation class for test purposes. After my test program has passed successfully the drain method of the autorelease buffer is called and sometimes I get the following error: Program received signal: “EXC_BAD_ACCESS”. sharedlibrary

IB does not show Outlet/Action section in inspector

2009-09-22 Thread Michael Süssner
When I select an object in IB, the inspector does not display the outlet/action section. Is this a bug? I have installed Xcode on another computer and experienced the same behaviour. I am using Xcode3.2 and snow leopard. Any help? Michael ___

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Michael Süssner
. -- matt neuburg, phd = m...@tidbits.com, http://www.tidbits.com/matt/ A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.tidbits.com/matt/default.html#applescriptthings Mit freundlichem Gruß Michael Süssner Dipl.-Ing. Wimbergergasse 10

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Michael Süssner
, Michael Süssner michael.suess...@utanet.at wrote: Yeah, I also thought that the Xcode mailing list is the right one. But the list seams to be a little bit inactive. I wanted to know if anyone else has detected the same behaviour. To clarify, I have opened the identity view in the inspector panel

How to get the selected popupmenu item with core data

2009-05-28 Thread Michael Süssner
I have a table of objects (core data) which are used to fill the content of a NSPopupMenu. The user should be able to choose an abject. Afterwards the user should click on a button and the selected object should be added to another table. Now I have created a NSArrayController object and

Re: Bindings and core data

2009-05-28 Thread Michael Süssner
read the To-many relationships subsection on this page: http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdUsingMOs.html Shlok Datye Coding Turtle http://codingturtle.com On 27.05.2009, at 21:18, Michael Süssner wrote: Hi I am experimenting with core data

remove object from one-to-many relationship

2009-05-28 Thread Michael Süssner
I have a master-detail view, where the detail contains another table with a one-to-many relationship. I have added a Remove Button which I have linked to the corresponding controller object. Although the list is not empty, I cannot remove any relationship. Then I have bound the canRemove

Bindings and core data

2009-05-27 Thread Michael Süssner
Hi I am experimenting with core data and bindings. I have a core data table with a one to-many relationship named participants I have in the same view another table displaying a list of participants. I want to add additional participants using a Popuplist with contacts and a participant

CoreData and NSObjectController

2009-03-08 Thread Michael Süssner
I have started to experiment with the core data framework and have run immediately into a problem. I have modelled a data entity Person and setup a window in IB which displays all parameters of a single data record. Then I have added a button which calls the add: method of the

CoreData and NSObjectController

2009-03-08 Thread Michael Süssner
I have started to experiment with the core data framework and have run immediately into a problem. I have modelled a data entity Person and setup a window in IB which displays all parameters of a single data record. Then I have added a button which calls the add: method of the