Re: help with debugging

2014-11-18 Thread KappA
Just a thought off the top (please excuse me if I'm far off)... but what about wrapping in a @try/@catch to handle the exception and get more details? Again, sorry if I'm far off, still having my first cup of coffee. https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Exceptions

Re: Text System Locks Up - Can't Find Reason

2014-06-12 Thread KappA
it seems to be giving you the "opposite" effect of it's documented "benefit". Good luck! On Thu, Jun 12, 2014 at 1:21 PM, Seth Willits wrote: > On Jun 11, 2014, at 6:46 PM, KappA wrote: > > > For some reason it doesn't like the below

Re: What iOS device?

2014-01-30 Thread KappA
I came across this the other day. Have you already looked at this? http://stackoverflow.com/questions/448162/determine-device-iphone-ipod-touch-with-iphone-sdk On Fri, Jan 31, 2014 at 1:19 AM, Gerriet M. Denkmann wrote: > I want (for logging purposes only) to know the kind of iOS device being >

Re: Mixing Obj-C and C "methods"

2013-07-30 Thread KappA
I sometimes just access my objc-objects from a C thread-proc via the AppDelegate (providing there's a trail to the object I need, which there usually is)... If the callback void pointer parameter isn't being used for something else, you can simply cast the object in there... or if you need multiple

Re: Icon Overlay on Mac OSX

2012-08-02 Thread KappA
Thanks. Yeah this too seems a bit messy, as you also have to take the quick look preview into consideration. (when switching the various Finder views). On Thu, Aug 2, 2012 at 10:37 PM, Charles Srstka wrote: > On Aug 2, 2012, at 9:26 PM, Jens Alfke wrote: > > On Aug 2, 2012, at 6:54

Re: Icon Overlay on Mac OSX

2012-08-02 Thread KappA
27;ll have try this once > again. > > And for file attributes, can we use setAttributes:ofItemAtPath:**error: > from NSFileManager ? > because there is NSFileModificationDate attributes for in this function. > > Regards, > Alfian > > On 12/08/03 5:47, Charles Srstka wro

Re: Icon Overlay on Mac OSX

2012-08-02 Thread KappA
that without updating the file attributes, it would work perfectly... Kappa. On Thu, Aug 2, 2012 at 4:22 PM, Uli Kusterer wrote: > On 02.08.2012, at 07:47, Jens Alfke wrote: > > Set custom icons for the files? (I have no idea how custom file icons > are done nowadays, though. They used to

Re: App Crashing in ARC !!

2012-02-24 Thread KappA
and then set its attributes using the appropriate methods of the NSAlert class. ** Anyways, good luck and maybe someone else might chime in with a more conclusive answer. Thanks, Kappa On Thu, Feb 23, 2012 at 3:01 PM, Fritz Anderson wrote: > On 22 Feb 2012, at 9:31 PM, Naresh Kongara wrote: >

Re: What are the best macros to use to know when compiling is for Mac OS X v.s. iOS?

2011-12-30 Thread KappA
7;m all ears as well. Thanks, Kappa On Fri, Dec 30, 2011 at 11:44 AM, lbland wrote: > hi- > > What are the best macros to use to know when compiling is for Mac OS X > v.s. iOS? > > thanks!- > > -lance > > ___ > >

Re: Passing NSPrintOperation* to CPP Function

2011-09-22 Thread KappA
n... and cast the "po" to a "void*" when calling the CPP function... Hope this helps. Kappa On Wed, Sep 21, 2011 at 11:10 PM, Jens Alfke wrote: > I think we’d need to see the actual code (or sections directly copied from > it) to tell what’s going wrong. > For exam

Re: setTitleWithMnemonic

2011-08-31 Thread KappA
I never said I was using the "mnemonic" feature... just using it for setting plain text. Is that what you are curious to see? Kappa On Thu, Sep 1, 2011 at 12:07 AM, Jerry Krinock wrote: > > On 2011 Aug 31, at 16:42, Fritz Anderson wrote: > > > I don't think it&#

Re: setTitleWithMnemonic

2011-08-31 Thread KappA
Interesting. I actually use that API to set the text successfully in my applications, so far without any problems. Thanks, Kappa On Wed, Aug 31, 2011 at 7:42 PM, Fritz Anderson wrote: > On 31 Aug 2011, at 2:00 PM, Rajendran P wrote: > > > is it advisable to use the API setTitle