Re: Need HTTP Server JSON recommendations

2010-12-06 Thread Ken Worley
to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/cocoadev%40tiberiusinc.com This email sent to cocoa...@tiberiusinc.com -- Ken Worley k...@tiberiusinc.com Why should I have to WORK

Re: De-Mystifying NSCell

2009-03-23 Thread Ken Worley
, I hope that my video is able to shine a bit of light. If not, I hope I don't confuse you even more. If you like or dislike the video, please do let me know. Thanks, --Kyle Sluder -- Ken Worley Software Engineer, Tiberius, Inc. ___ Cocoa-dev

keyUp falling through to window when sheet dismissed

2008-10-21 Thread Ken Worley
. Ken -- Ken Worley Software Engineer, Tiberius, Inc. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Re: keyUp falling through to window when sheet dismissed

2008-10-21 Thread Ken Worley
On Oct 21, 2008, at 1:36 PM, Kyle Sluder wrote: On Tue, Oct 21, 2008 at 1:43 PM, Ken Worley [EMAIL PROTECTED] wrote: It seems like the correct solution is to somehow avoid the keyUp being sent to the window/edit field after the sheet is dismissed, but I also wonder if I'm catching

Re: keyUp falling through to window when sheet dismissed

2008-10-21 Thread Ken Worley
On Oct 21, 2008, at 3:20 PM, Ken Worley wrote: On Oct 21, 2008, at 1:36 PM, Kyle Sluder wrote: On Tue, Oct 21, 2008 at 1:43 PM, Ken Worley [EMAIL PROTECTED] wrote: It seems like the correct solution is to somehow avoid the keyUp being sent to the window/edit field after the sheet

Re: keyUp falling through to window when sheet dismissed

2008-10-21 Thread Ken Worley
On Oct 21, 2008, at 4:17 PM, Ken Worley wrote: On Oct 21, 2008, at 4:03 PM, Kyle Sluder wrote: On Tue, Oct 21, 2008 at 5:35 PM, Ken Worley [EMAIL PROTECTED] wrote: This, by the way, is a constant source of confusion for me in Cocoa. Why is a delegate method specific to NSTextView listed

Re: keyUp falling through to window when sheet dismissed

2008-10-21 Thread Ken Worley
On Oct 21, 2008, at 4:03 PM, Kyle Sluder wrote: On Tue, Oct 21, 2008 at 5:35 PM, Ken Worley [EMAIL PROTECTED] wrote: This, by the way, is a constant source of confusion for me in Cocoa. Why is a delegate method specific to NSTextView listed under NSControl which is the parent class

Re: Removing Applications from the Dock Programmatically

2008-08-27 Thread Ken Worley
leaks the dictionary you created. Didn't you get my message about that? You should do this instead: NSDictionary *theError = nil; [quitScript executeAndReturnError: theError]; sherm-- It's autoreleased - how could that leak? Ken -- Ken Worley Software Engineer, Tiberius, Inc

Re: Problem with friend function and gcc 4.2 with objective-c++

2008-08-14 Thread Ken Worley
Just to close this out, it was confirmed that the current behavior in 4.2 is correct. The flag -ffriend-injection can be used to work around it (i.e. retain the old 4.0 behavior), but fixing the code is the better route. Ken On Aug 8, 2008, at 4:41 PM, Ken Worley wrote: Hmmm, no response

Re: Problem with friend function and gcc 4.2 with

2008-08-11 Thread Ken Worley
/forum/thread828536.html it seems gcc 4.0 had a bug which is corrected in gcc 4.2 Message: 12 Date: Sat, 9 Aug 2008 09:36:17 -0600 From: Ken Worley [EMAIL PROTECTED] Subject: Re: Problem with friend function and gcc 4.2 with To: cocoa-dev cocoa-dev cocoa-dev@lists.apple.com Cc: Roni Music [EMAIL

Re: Problem with friend function and gcc 4.2 with

2008-08-09 Thread Ken Worley
test1(); anobj-finishinit(x); return anobj; } So if you code worked with gcc 4.0 and not gcc 4.2, then it seems gcc 4.2 now works according to the C++ standard and gcc 4.0 did not Rolf Message: 10 Date: Fri, 8 Aug 2008 16:41:42 -0600 From: Ken Worley [EMAIL PROTECTED] Subject: Re: Problem

Re: Framework and NSApplication

2008-08-08 Thread Ken Worley
an application delegate and implement the applicationWillTerminate method which receives an NSNotification object as an argument. Ken -- Ken Worley Software Engineer, Tiberius, Inc. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Problem with friend function and gcc 4.2 with objective-c++

2008-08-08 Thread Ken Worley
Hmmm, no response as of yet. I went ahead and submitted a bug against Xcode: rdar://6135771 We'll see what happens. Ken On Aug 7, 2008, at 4:09 PM, Ken Worley wrote: Hi all, I'm using Xcode 3.1 and just switched to gcc 4.2 from 4.0, but I've run into a problem with friend functions when

Problem with friend function and gcc 4.2 with objective-c++

2008-08-07 Thread Ken Worley
' was not declared in this scope /Users/ken/Desktop/Untitled/main.m:43: error: 'newtest1' was not declared in this scope Build failed (1 error) Thanks, Ken -- Ken Worley Software Engineer, Tiberius, Inc. ___ Cocoa-dev mailing list (Cocoa-dev

Re: sorting an NSTableView

2008-05-30 Thread Ken Worley
NSTableView a little better also: http://www.mactech.com/articles/mactech/Vol.18/18.09/TableTechniques/index.html Ken -- Ken Worley Software Engineer, Tiberius, Inc. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

NSTableView header offsets when scrolled

2008-05-23 Thread Ken Worley
solutions. I'm more hoping someone might have some idea where to look or what might cause this specific symptom... Thanks for any help. Ken -- Ken Worley Software Engineer, Tiberius, Inc. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please