LaunchServices refuses to launch Finder

2010-03-22 Thread arri
's not really ideal... Would anyone here know howto fix this issue? someone who knows LaunchServices well perhaps? And can you tell me what's going on? i'm quite interested to know the mechanics behind this complete failure.. but i don't really like to spend the weekend re-install

Subclassing UIWebview a show-stopper?

2011-08-08 Thread arri
how i've always understood the word "should" and i could read the docs as such: "…there shouldn't be a need to subclass…". In other words: subclassing UIWebview will not result in a rejection. thanks, arri ___ Cocoa-dev

Re: How to resolve bulk warning "Creating selector for nonexistent method ..."?

2011-07-03 Thread arri
me a bit, because earlier today i had cleaned the project and made a release-build for distribution to the client, and this went fine. I'm sure i'm overlooking something very obvious and stupid. Does anyone have an idea what that could be? thanks, arri On Mon, Jan 25, 2010 at 12:04 P

Re: How to resolve bulk warning "Creating selector for nonexistent method ..."?

2011-07-05 Thread arri
s, but it's fixed. thanks, arri On Tue, Jul 5, 2011 at 9:17 PM, Steve Christensen wrote: > For the nonexistent method warnings, your project- or target-level settings > likely have "Undeclared Selector" checked in the GCC warnings section of the > build settings. > &g

Re: NSCollectionView deselection

2011-07-13 Thread arri
nt_2190 So, in your implementation of setSelected: in your NSCollectionViewItem-subclass, also call [super setSelected:..] Something to easily overlook. g arri On Tue, Mar 2, 2010 at 8:25 PM, Markus Spoettl wrote: > On Mar 2, 2010, at 10:52 AM, Thomas Davie wrote: >> The NSCollecti

Re: IKImageBrowserView only horizontal scrolling

2009-07-15 Thread arri
Two screenshots: - normal, seems to work: http://arri.pulsecode.org/dump/IKImageBrowserView1.png - after moving the scale-slider or window resizing: http://arri.pulsecode.org/dump/IKImageBrowserView2.png Am i doing something wrong? or is this a bug? thanks, arri On Mon, Oct 27, 2008 at 4:41 PM,

Re: IKImageBrowserView only horizontal scrolling

2009-07-15 Thread arri
Thomas, Thanks for the fast respons! Saves a lot of headaches. .arri On Wed, Jul 15, 2009 at 7:23 PM, Thomas Goossens wrote: > Hi Arri, > > This is a bug (fixed on SnowLeopard). > On Leopard, when the content resizing mask is set to NSViewWidthSizable (for > banners typically) on

AVQueuePlayer

2012-04-11 Thread arri
during video-freezes. Am i overlooking something obvious? What's going wrong? thanks, arri ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderato

Re: AVQueuePlayer ( stuttering/freezing - dissapointing playback )

2012-04-11 Thread arri
an HTTP-stream from a m3u8 playlist with '.ts' segment-files. I have thought of the option of 'serving' a local '.m3u8' playlist containing the video files, but that seems a bit odd to me .. and it could possibly introduce a ton of new problems. gr arri On Wed,