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.

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

2014-06-12 Thread KappA
the opposite effect of it's documented benefit. Good luck! On Thu, Jun 12, 2014 at 1:21 PM, Seth Willits sli...@araelium.com wrote: On Jun 11, 2014, at 6:46 PM, KappA rejek...@gmail.com wrote: For some reason it doesn't like the below - you need to comment that out, and uncheck that option

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 gerr...@mdenkmann.dewrote: I want (for logging purposes only) to know the kind

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

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 witness.of.teacht...@gmx.netwrote: On 02.08.2012, at 07:47, Jens Alfke j...@mooseyard.com wrote: Set custom icons for the files? (I have no idea how custom file icons are done

Re: Icon Overlay on Mac OSX

2012-08-02 Thread KappA
. maybe I'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 wrote: On Aug 2, 2012, at 3:41 PM, KappA

Re: Icon Overlay on Mac OSX

2012-08-02 Thread KappA
: On Aug 2, 2012, at 6:54 PM, KappA rejek...@gmail.com wrote: get the attributes get the icon composite the overlay set the icon set the attributes This has an obvious race condition, but it should work most of the time. If you don't change the icon often, you should be OK. Again

Re: App Crashing in ARC !!

2012-02-24 Thread KappA
of the NSAlert class. *end quote* 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 fri...@manoverboard.orgwrote: On 22 Feb 2012, at 9:31 PM, Naresh Kongara wrote: I'm creating the alert

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
as well. Thanks, Kappa On Fri, Dec 30, 2011 at 11:44 AM, lbland lbl...@vvi.com wrote: hi- What are the best macros to use to know when compiling is for Mac OS X v.s. iOS? thanks!- -lance ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Re: Passing NSPrintOperation* to CPP Function

2011-09-22 Thread KappA
function... Hope this helps. Kappa On Wed, Sep 21, 2011 at 11:10 PM, Jens Alfke j...@mooseyard.com wrote: I think we’d need to see the actual code (or sections directly copied from it) to tell what’s going wrong. For example, the class declaration you provided wouldn’t work because Setup() isn’t

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 fri...@manoverboard.orgwrote: On 31 Aug 2011, at 2:00 PM, Rajendran P wrote: is it advisable to use the API

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 je...@ieee.org wrote: On 2011 Aug 31, at 16:42, Fritz Anderson wrote: I don't think it's because there's a strong