WKWebView +

2015-02-13 Thread patrick machielse
rk correctly with file s? There must be a way, this seems quite basic. patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moder

Re: Accessing security scoped URLs from multiple threads [SOLVED]

2014-03-20 Thread patrick machielse
Op 20 mrt. 2014, om 02:50 heeft Charles Srstka het volgende geschreven: > On Mar 19, 2014, at 7:29 PM, patrick machielse wrote: > >> According to the documentation: >> >> "When you call the stopAccessingSecurityScopedResource method, you >> immedia

Accessing security scoped URLs from multiple threads

2014-03-19 Thread patrick machielse
ple threads? We'd be grateful for any ideas! patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the li

URLByResolvingBookmarkData: crashes on 10.8

2013-11-05 Thread patrick machielse
t of our app. Has anyone run into this issue before, and if so is there a way to avoid this problem? Thanks, patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Preventing the dictionary popup from appearing

2013-02-14 Thread patrick machielse
s feature off. Thanks, patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderator

awakeFromSnapshotEvents: flags == 128?

2012-07-30 Thread patrick machielse
not caused by my override of awakeFromSnapshotEvents:. I'm trying to understand what is happening in the app / frameworks when flags == 128… patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mail

Re: CoreData and Threading

2011-11-20 Thread patrick machielse
-managed-object) from my persistent document which contains just the info I need to access (read-only) from the audio thread. I could use the 'NSManagedObjectContextObjectsDidChangeNotification' notification to update or refresh this representation. I think / hope this is a workable sol

Re: CoreData and Threading

2011-11-20 Thread patrick machielse
is used 'read only'. The information must flow from the main context to the background context. All examples seem to assume editing in the background and updating the main context. patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl

CoreData and Threading

2011-11-18 Thread patrick machielse
nto the background thread context. Is there a solution for my use case? I could probably try to extend a solution with locking, but it will be error prone… Thanks, patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa

Underlining text

2011-08-12 Thread patrick machielse
is there a better way to draw underlines? Thanks, patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. C

Re: Alternative Location of Cocoa ID3 Framework??

2010-04-07 Thread patrick machielse
Op 7 apr 2010, om 18:33 heeft Jens Alfke het volgende geschreven: > On Apr 7, 2010, at 1:54 AM, patrick machielse wrote: > >> Don't use that, it is no longer up to date. > > Yeah; after running into some bugs, and looking through the source code, I > decided I was

Re: Alternative Location of Cocoa ID3 Framework??

2010-04-07 Thread patrick machielse
7;s covered by a usable license (lgpl), supports more tags than just ID3, and there's a development mailing list. What more do you want? patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mailing list

Re: UIImageView animationImages problem

2010-03-10 Thread patrick machielse
Op 9 mrt 2010, om 21:21 heeft David Duncan het volgende geschreven: > In part this is decoding the image (if they haven't been previously decoded). > Are you using +imageNamed: or +imageWithContentsOfFile: to load the images? I'm using imageWithContentsOfFile:. Mainly this is because I need to m

UIImageView animationImages problem

2010-03-08 Thread patrick machielse
I'm trying to run small, full screen, 1 second long animations using the UIImageView animationImages property. The animation consists of a maximum of 9 frames, running at 18 frames per second. UIImages are re-used in the image array to conserve memory. Each time an animation runs, a new set of i

Re: Displaying animated content in iPhone app

2010-01-30 Thread patrick machielse
Op 28 jan 2010, om 18:35 heeft David Duncan het volgende geschreven: > On Jan 28, 2010, at 6:22 AM, patrick machielse wrote: > >> - I've seen mentioned that movie playback inside a view is not currently >> supported in the frameworks. I've also not found support for

Displaying animated content in iPhone app

2010-01-28 Thread patrick machielse
ode available). So, what are the current options for displaying movie like content in your app and have a decent control over playback and display? Thanks for any insight you can provide, patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___

Re: User Default Bindings

2008-12-19 Thread patrick machielse
bug some months ago: rdar://problem/6119335 Spaces in NSUserDefaults key bindings not allowed in Interface Builder 3.1 patrick -- Patrick Machielse Hieper Software http://www.hieper.nl i...@hieper.nl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple

Re: Cocoa and SOAP without WebServicesCore

2008-08-15 Thread patrick machielse
Op 15 aug 2008, om 01:07 heeft Rohan Lloyd het volgende geschreven: On 13 Aug 2008, at 6:26 AM, patrick machielse wrote: Does anyone have experiences with gSOAP on OS X, or know of a good alternative? A while back I was looking for a way to handle SOAP in Cocoa, and couldn't really

Re: Cocoa and SOAP without WebServicesCore

2008-08-13 Thread patrick machielse
Op 13 aug 2008, om 10:33 heeft Thomas Engelmeier het volgende geschreven: Am 12.08.2008 um 22:26 schrieb patrick machielse: Now I find myself having to deploy to a platform where not even this feeble API is available. I've been investigating alternatives, and found the gSOAP li

Cocoa and SOAP without WebServicesCore

2008-08-12 Thread patrick machielse
SOAP on OS X, or know of a good alternative? Thanks, patrick -- Patrick Machielse Hieper Software http://www.hieper.nl [EMAIL PROTECTED] ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments t

typedef, bindings, and Objective-C

2008-08-06 Thread patrick machielse
s, etc. work, obviously. -) -[Model respondsToSelector:@selector(text)] always returns YES, even when -[Model valueForKey:@"text"] fails. Should I have expected this? patrick -- Patrick Machielse Hieper Software http://www.hieper.nl [EMAIL PROTECTED] _

Re: Movable by window background AND custom NSView

2008-03-31 Thread patrick machielse
Op 31 mrt 2008, om 09:52 heeft vance het volgende geschreven: I have a Textured Window with a NSView that has some custom drawing done in drawRect. When I click and drag outside the custom NSView The window moves (That is exactly what is needed) When I click and drag within t