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 metho

How to force creation of default persistentStore/autosave in NSPersistentDocument

2013-01-11 Thread Joachim Kurz
osaveDocumentWithDelegate:... actually save the document (and thus create 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 mode

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 >

Re: Ticker Style Scrolling Text

2010-05-03 Thread Joachim Deelen
ith 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

Re: Removing item from CollectionView by drag it out.

2010-02-21 Thread Joachim Deelen
p you either. I've done 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 l

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 > Datum: 2. Februar 2010 23:40:30 MEZ > An: Cocoa-dev List > Betreff: NSCollectionView and its Items > &

NSCollectionView and its Items

2010-02-02 Thread Joachim Deelen
sary because the CollectionView already has all the information. Any Ideas? - 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-admi

Re: CALayer Transitions

2009-11-19 Thread Joachim Deelen
anguage, since my mother 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.

Re: Get notified of fullscreen switch

2008-12-20 Thread Joachim Deelen
ly I could read 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

Get notified of fullscreen switch

2008-12-17 Thread Joachim Deelen
application get notified 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-a

Linker error: symbol(s) not found

2008-09-03 Thread Joachim
o DGBoardRepFromGame, the project links 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 ___

Re: CoreAnimation and Filters

2008-05-29 Thread Joachim Deelen
k you 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 f

CoreAnimation and Filters

2008-05-29 Thread Joachim Deelen
to animate the Value "inputAmount" from 20.0 to 0.0 and make it stay at 0.0 after the animation has finished What am I missing here? - Joachim ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reques

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 [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

Repost: KVO Problem with NSCollectionView

2008-04-20 Thread Joachim Deelen
Hi Again, 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 Thanks Joachim Deelen Anfang der weitergeleiteten E-Mail: Von: Joachim Deelen <[EMAIL PROTECTED]> Datum: 16.

KVO Problem with NSCollectionView

2008-04-16 Thread Joachim Deelen
ith another? I expected that KVO gets triggered, each time 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 no

Re: Layer-Hosting View on NSTabViewItem and switching Pages

2008-04-09 Thread Joachim Deelen
bleActions]; [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, th

Layer-Hosting View on NSTabViewItem and switching Pages

2008-04-09 Thread Joachim Deelen
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 the moderators at cocoa-dev-admins(at)lists

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 sch

Re: Quit application when window closes

2008-03-12 Thread Joachim Deelen
ntact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/cocoa-dev%40deelen.de This email sent to [EMAIL PROTECTED] Joachim Deelen AQUARIUS-software http://www.