Re: "Introducing ioscomponents.com"

2013-08-27 Thread Diederik Meijer | Ten Horses
Hi Jason, Don't be too disappointed. This is exactly what The Lean Startup (a good read!) is all about and I am pretty sure quite a few of us have run into a situation like this ourselves. I was thinking about your remark on the radio buttons. I could be wrong, but I think it is the only contro

Re: Cocoa + Automator : service to generate text files not working

2013-08-27 Thread Devarshi Kulshreshtha
I have one more question: Can we add a menu item with submenu through Automator services? On Tue, Aug 27, 2013 at 10:44 PM, Devarshi Kulshreshtha < devarshi.bluec...@gmail.com> wrote: > thnx tone.. you caught a silly mistake :-) > > > On Tue, Aug 27, 2013 at 8:24 PM, Fritz Anderson > wrote: >

Re: "Introducing ioscomponents.com"

2013-08-27 Thread Jason Gibbs
Allright - thanks everyone - I feel like going and hiding beneath a rock or something - We put months of blood and sweat into this thing and did not focus on the one thing that matters - polish and presentation. I am already going through the website and fixing the inconsistencies. However, as you

Re: Creating CGFont from PDF Tf operator

2013-08-27 Thread Antonio Nunes
On 27 Aug, 2013, at 13:46 , Graham Cox wrote: > Parsing a PDF, I need to handle the Tf (set font) operator. The font > situation in PDF files is inordinately complicated, and reading the spec > alone is not really leading to the light-bulb moment. > > Basically, when I get the Tf operator, I n

Re: Tracking down NSNotification center sigaborts

2013-08-27 Thread Robert Vojta
On 27. 8. 2013, at 19:27, Alex Zavatone wrote: > But what was difficult was figuring out how to inspect what's going on in the > Notification Center. Stepping into the postNotificationName method didn't > step into anything in the debugger, making the crash a little harder to debug. You sho

Tracking down NSNotification center sigaborts

2013-08-27 Thread Alex Zavatone
I'm implementing an ARC-ized version of reachability in an iOS project in Xcode 4.6.3 by working with Apple's Reachability sample and slowly moving it over into my project. While the code was working perfectly, where I was having problems was with the notifications. Standard unrecognized selec

Re: Cocoa + Automator : service to generate text files not working

2013-08-27 Thread Devarshi Kulshreshtha
thnx tone.. you caught a silly mistake :-) On Tue, Aug 27, 2013 at 8:24 PM, Fritz Anderson wrote: > On 27 Aug 2013, at 4:02 AM, Devarshi Kulshreshtha < > devarshi.bluec...@gmail.com> wrote: > > > My problem is the service created is not appearing when I am trying to > > right click a file in fin

Re: handleGetURLEvent getting called after applicationDidFinishLaunching

2013-08-27 Thread Jens Alfke
On Aug 27, 2013, at 7:24 AM, Bradley O'Hearne wrote: > So switching to iOS for a moment, things like location services callbacks, > NSURLConnection callbacks, animation completion handlers, accelerometer and > touch events -- all main thread? (I'm pretty sure a few of those aren't main > thre

Re: Cocoa + Automator : service to generate text files not working

2013-08-27 Thread Fritz Anderson
On 27 Aug 2013, at 4:02 AM, Devarshi Kulshreshtha wrote: > My problem is the service created is not appearing when I am trying to > right click a file in finder. > > Can anyone suggest if I missed anything? I'm not expert enough, and can't spare the time to become expert enough, to criticize

Re: handleGetURLEvent getting called after applicationDidFinishLaunching

2013-08-27 Thread Bradley O'Hearne
On Aug 26, 2013, at 2:05 PM, Kyle Sluder wrote: > In general, you can assume main-thread (or calling-thread) unless > otherwise specified. The system frameworks typically aren't > multithreaded. (They might use worker threads internally, but do their > best to hide that from you.) So switching t

Creating CGFont from PDF Tf operator

2013-08-27 Thread Graham Cox
OK, now I'm stumped. Parsing a PDF, I need to handle the Tf (set font) operator. The font situation in PDF files is inordinately complicated, and reading the spec alone is not really leading to the light-bulb moment. Basically, when I get the Tf operator, I need to end up with a CGFontRef I can

Cocoa + Automator : service to generate text files not working

2013-08-27 Thread Devarshi Kulshreshtha
I am trying to create an automator service using cocoa, which will simply create a text file with the name of files selected, at the same path, for which I wrote below code: - (id)runWithInput:(id)input fromAction:(AMAction *)anAction error:(NSDictionary **)errorInfo { // Add your code here, retur