Re: How to force creation of default persistentStore/autosave in NSPersistentDocument

2013-01-12 Thread Joachim Kurz
Hi Jerry, Make sure you're not using asynchronous saving with NSPersistentDocument. I assume I do that by returning NO in - (BOOL)canAsynchronouslyWriteToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation ? NSPersistentDocument override this

How to force creation of default persistentStore/autosave in NSPersistentDocument

2013-01-11 Thread Joachim Kurz
a persistentStore)? Joachim ___ 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.apple.com Help/Unsubscribe/Update your Subscription

Re: Ticker Style Scrolling Text

2010-05-05 Thread Joachim Deelen
no, I'm using CATextLayer directly. It has a string attribute for NSString or NSAttributedString. And CA is available since 10.5. - Joachim Am 04.05.2010 um 02:11 schrieb Erik Benoist: joachim- quick question- do you convert your text to images when you use CoreAnimation? And is CA only

Re: Ticker Style Scrolling Text

2010-05-03 Thread Joachim Deelen
it with a normal NSView contained in a NSScrollView. And yes, you would have to implement at least one custom NSView. regards, Joachim http://www.aquarius-software.de/AQUARIUS-software_en/PlaywatchFeatures.html Am 03.05.2010 um 00:58 schrieb Erik Benoist: I am writing a small NSStatusItem which displays

Re: Removing item from CollectionView by drag it out.

2010-02-21 Thread Joachim Deelen
it among the items in the View but never used the techniques introduced in 10.6. Sorry... regards, Joachim Am 20.02.2010 um 20:58 schrieb Sandro Noël: So should I understand that NCCollectionView as a Drag Source is Broken enough for no one in this list to pay it attention? Has anyone

No one? Fwd: NSCollectionView and its Items

2010-02-06 Thread Joachim Deelen
Hi, enclosed a repost of my Question / Problem. Any ideas, comments would be appreciated... Thanks, Joachim Anfang der weitergeleiteten E-Mail: Von: Joachim Deelen cocoa-...@deelen.de Datum: 2. Februar 2010 23:40:30 MEZ An: Cocoa-dev List cocoa-dev@lists.apple.com Betreff

NSCollectionView and its Items

2010-02-02 Thread Joachim Deelen
? - Joachim ___ 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.apple.com Help/Unsubscribe/Update your Subscription: http

Re: CALayer Transitions

2009-11-19 Thread Joachim Deelen
tongue is german. But that was not the case. After a long time of trial error I got it all working.. The different uses of the word key is horrible. Joachim Am 17.11.2009 um 18:05 schrieb Gordon Apple: Here's the current status. I seem to have everything working, partly due to you guys

Re: Get notified of fullscreen switch

2008-12-20 Thread Joachim Deelen
that there'll be a pure Cocoa solution in the future. regards, Joachim Am 17.12.2008 um 18:59 schrieb Eric Schlegel: On Dec 17, 2008, at 9:26 AM, Joachim Deelen wrote: Is there a way, that my application (Playwatch), which is an iTunes Controller running in the menu bar, gets notified, when another

Get notified of fullscreen switch

2008-12-17 Thread Joachim Deelen
of such a switch. Thanks in advance. regards, Joachim ___ 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.apple.com Help

Linker error: symbol(s) not found

2008-09-03 Thread Joachim
fine. DGGame is an Objective-C class that is used several places in DGTinyEngine.mm without causing any problems. What causes the linker error, and what can I do to avoid it? Thanks in advance, Joachim ___ Cocoa-dev mailing list (Cocoa-dev

CoreAnimation and Filters

2008-05-29 Thread Joachim Deelen
the animation has finished What am I missing here? - Joachim ___ 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

Re: CoreAnimation and Filters

2008-05-29 Thread Joachim Deelen
very much. - Joachim Am 29.05.2008 um 21:53 schrieb Dmitri Goutnik: On May 29, 2008, at 11:32 PM, Joachim Deelen wrote: The Animation of the Filter is working fine. The ZoomBlur gets animated from 20.0 to 0.0 in 1.8 seconds. But as soon as the animation has finished, the Value for the filter

Re: Repost: KVO Problem with NSCollectionView

2008-04-20 Thread Joachim Deelen
Am 20.04.2008 um 22:08 schrieb Hamish Allan: On Sun, Apr 20, 2008 at 7:34 PM, Joachim Deelen cocoa- [EMAIL PROTECTED] wrote: does really no one have a solution or a hint for the Problem mentioned below? Maybe I'm understanding something wrong? Any help or Ideas would be appreciated

KVO Problem with NSCollectionView

2008-04-16 Thread Joachim Deelen
the content of the IndexSet is changed. regards Joachim Deelen AQUARIUS-software http://www.aquarius-software.de ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Layer-Hosting View on NSTabViewItem and switching Pages

2008-04-09 Thread Joachim Deelen
Joachim Deelen AQUARIUS-software http://www.aquarius-software.de ___ 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.apple.com

Re: Layer-Hosting View on NSTabViewItem and switching Pages

2008-04-09 Thread Joachim Deelen
]; [textLayer setHidden:YES]; [CATransaction commit]; Now it works flawlessly regards Joachim Am 09.04.2008 um 14:15 schrieb Joachim Deelen: Hi All, Maybe someone can Help Me?! I've created a NSTabView with two Pages (NSTabViewItems). On the second Page I got a Custom-View, that is hosting

Re: CA: How to wait for an animation to finish?

2008-03-16 Thread Joachim Deelen
Hi Jens, maybe the Delegation Method: - (void)animationDidStop:(CAAnimation *)animation finished: (BOOL)finished; is what you are looking for?! regards Joachim Am 16.03.2008 um 17:03 schrieb Jens Alfke: One thing I still haven't figured out how to do in Core Animation is how to schedule