Re: Mouse moved events lost in Snow Leopard

2009-09-23 Thread Matteo Manferdini
Another strange behaviour I noticed is that the window seems to disappear, since if I click on the dock icon of my app, the window does not come back. I forgot to notice that the window is transparent, at the screen saver level and lets the mouse clicks go through. Regards. -- Matteo Manferdini

Mouse moved events lost in Snow Leopard

2009-09-23 Thread Matteo Manferdini
documentation and even browsed the Snow Leopard release notes, but did not find any mention to this. Does anybody have some advice? Thank you very much. Regards. -- Matteo Manferdini Pawn Software www.pawn-soft.com ___ Cocoa-dev mailing list (Cocoa-dev

Re: Core Data completely unable to find the source object model for migration

2009-08-08 Thread Matteo Manferdini
that. Now it works! Thank you very much, without your help I would not have been able to fix this! I think I will post all of this on my blog. Regards. -- Matteo Manferdini Pawn Software www.pawn-soft.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.a

Re: Core Data completely unable to find the source object model for migration

2009-08-07 Thread Matteo Manferdini
much. Regards. -- Matteo Manferdini Pawn Software www.pawn-soft.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.a

Re: Core Data completely unable to find the source object model for migration

2009-08-06 Thread Matteo Manferdini
: CalDAVCalendar, CalendarChangeRequest, LocalGroup, etc). These entities hashes are lost in the versioned model, while my entities hashes remain the same. Any idea of why this is happening? It seems to me that this is an XCode bug. Thank you. Thank you very much. Regards. Matteo Manferdini Pawn

Re: Core Data completely unable to find the source object model for migration

2009-08-06 Thread Matteo Manferdini
]]]; return managedObjectModel; 3) Moving the models out of the .xcdatamodeld directory, making them top level resources in the main bundle: managedObjectModel = [[NSManagedObjectModel alloc] initWithContentsOfURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"MacZone_DataModel&q

Core Data completely unable to find the source object model for migration

2009-08-04 Thread Matteo Manferdini
ce is to access the correct model using the direct path, a solution that obviously sucks, because when I will need to migrate again, my code will become a mess. Please help, I do not know what to do. Thank you very much. Regards. -- Matteo Manferdini Pawn Software ww

NSCollection view item not receiving mouse events after redisplay

2009-07-17 Thread Matteo Manferdini
to make it work again. I hope I explained it well! Does anybody have some suggestions? Thank you very much. Cheers. -- Matteo Manferdini Pawn Software www.pawn-soft.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Long load time of managed object context

2009-01-16 Thread Matteo Manferdini
read that core data scales well and the programming guide states that 10.000 objects are not much for core data, but in my app it makes a big difference, so I'm wondering where I am wrong. Thank you very much. Cheers. Matteo Manferdini Pawn Software ww

Re: Automatically filling an app with test data

2009-01-05 Thread Matteo Manferdini
ta based application, given the core data model? What I'm looking for is some tool that reads the model of my app, takes some range for the values of attributes and generates a bulk of data my app can read. I don't know if there is something like this, but it could be a

Automatically filling an app with test data

2008-12-31 Thread Matteo Manferdini
sidering. Thank you very much. Cheers. Matteo Manferdini. Pawn Software www.pawn-soft.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at coco

NSArrayController setSelectedObjects: not working with newly created objects

2008-12-07 Thread Matteo Manferdini
wonder why. I also tried to isolate the above code in an ad hoc project with just those lines, just to make sure it was not some bug of mine, and it still does not work. Anyone has any hint? Should I file a radar? Thank you very much. Cheers. Matteo Manferdini

Very strange behaviour of NSCollectionView

2008-11-20 Thread Matteo Manferdini
t work, even the new items that worked. Does anyone know what's happening? Thank you very much. Cheers. Matteo Manferdini Pawn Software www.pawn-soft.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Re: custom nstextview

2008-10-16 Thread Matteo Manferdini
Hi Chris, I don't know exactly how it's done, but Smultron does that and it's open source. Maybe you can find what you are looking for digging in its code. Bye. On Mon, Oct 13, 2008 at 4:41 AM, chris struhar <[EMAIL PROTECTED]> wrote: > I'm trying to modify the default behavior of an NSTextView t

Re: Providing replicable views in IB

2008-10-15 Thread Matteo Manferdini
PM, Michael Ash <[EMAIL PROTECTED]> wrote: > On Tue, Oct 14, 2008 at 11:38 AM, Matteo Manferdini > <[EMAIL PROTECTED]> wrote: > > Hi all, > > I was trying to find a way to design a replicable view in IB. > > The behaviour I'm trying to replicate is the one

Providing replicable views in IB

2008-10-14 Thread Matteo Manferdini
rties must be replicated, without talking about sub-subviews. Since I don't want to go throug all this, is there an easier way to do it? Thank you very much. Cheers. Matteo Manferdini Pawn Software www.pawn-soft.com ___ Cocoa-dev mailing

Re: Drag and drop from NSCollectionView (bug?)

2008-10-02 Thread Matteo Manferdini
em is that NSCollectionView also eats events directed to the custom view I use inside of it (apart of mouseDown:, which it forwards). Maybe I can manage selection via my custom view. I'll give it a try. Thank you very much. Bye. Matteo Manferdini 2008/10/2 Graham Cox <[EMAIL PROTECTED]&g

Drag and drop from NSCollectionView (bug?)

2008-10-01 Thread Matteo Manferdini
hen I drag the mouse. Other methods (like mouseDown:) work well, so I wonder why this method isn't working. Has anyone been able to make this work? Any clue? May be this a bug? Thank you very much. Cheers. --- Matteo Manferdini ___ Cocoa-de