Re: Ticker Style Scrolling Text

2010-05-05 Thread Joachim Deelen
CoreAnimation? And is CA only available for 10.6+? > > -Erik > > On May 3, 2010, at 1:59 PM, Joachim Deelen wrote: > >> Hi Erik, >> >> I think one way to go would be CoreAnimation ... At least I'm using it in my >> iTunes Menubar Controller Playw

Re: Ticker Style Scrolling Text

2010-05-03 Thread Joachim Deelen
Hi Erik, I think one way to go would be CoreAnimation ... At least I'm using it in my iTunes Menubar Controller Playwatch. CATextLayer, CAScrollLayer and CABasicAnimation are the Classes that might be helpful. But CoreAnimation is rather complex. There might be ways to implement it with a "nor

Re: Removing item from CollectionView by drag it out.

2010-02-21 Thread Joachim Deelen
Hi Sandro, it seems, that NSCollectionViews are not used very frequently, among the Members of this list. I've asked several questions regarding NSCollectionsViews here, but almost never got a reply. I've never done drag&drop from or to a NSCollectionView, so I can't help you either. I've done

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
Hi, is it possible, in Mac OS X 10.5, to get a list of the NSCollectionViewItems directly from the NSCollectionView. The "content" Message returns a list of the Represented-Objects, not the Items. Currently I'm overwriting the "newItemForRepresentedObject". Within that method I'm putting the c

Re: CALayer Transitions

2009-11-19 Thread Joachim Deelen
> None of this makes any sense, other than the build-transitions being one > level deeper in the hierarchy than the side transitions. > You're right. As I read the documentation over and over again it didn't make any sense to me at all. First I thought it's the language, since my mother ton

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
Hi, I've searched the Internet and the Apple Documentations for almost a day now, but can't find the right thing. Is there a way, that my application (Playwatch), which is an iTunes Controller running in the menu bar, gets notified, when another Application, like DVD-Player, switches to f

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
Hi, I'm having trouble with the following code: CIFilter *outFilter = [CIFilter filterWithName:@"CIZoomBlur"]; [outFilter setDefaults]; outFilter.name = @"zoomOutFilter"; [outFilter setValue:[NSNumber numberWithFloat:20.0] forKey:@"inputAmount"]; [newImageLay

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
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://lists.apple.com/mailman/options/cocoa-dev/cocoa-dev%40deelen.de This email sent to [EMAIL PROTECTED] Joa

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.