[MEET] Toronto Cocoaheads / tacow - July 10

2012-07-03 Thread David LeBer
there. -- David LeBer Codeferous Software ___ 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/Unsubscribe/Update

Re: Cocoa Application without any menu, dock, etc.

2011-02-12 Thread David LeBer
/Articles/LaunchServicesKeys.html%23//apple_ref/doc/uid/TP40009250-SW1 ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http

Re: Thumbs Lists

2011-01-07 Thread David LeBer
. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/dleber_dev%40codeferous.com This email sent to dleber_...@codeferous.com ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj

[MEET] Toronto Cocoaheads / tacow - October 12

2010-10-11 Thread David LeBer
, and we look forward to seeing you there. ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com/rebeld -- Toronto Area

Re: unsleep the display programatically?

2009-10-18 Thread David LeBer
.html ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com/rebeld -- Toronto Area Cocoa / WebObjects developers

Re: unsleep the display programatically?

2009-10-18 Thread David LeBer
/qa2004/qa1340.html ;david ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com/rebeld -- Toronto Area Cocoa

Re: Document-Based Application

2009-07-26 Thread David LeBer
those documents contain. ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com/rebeld -- Toronto Area Cocoa

Re: Recommendations to Reading the Xcode in built Documentation to the fullest effect

2009-05-26 Thread David LeBer
/appkido.html ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com/rebeld -- Toronto Area Cocoa / WebObjects developers

OT: WWDC Rooms available

2009-05-04 Thread David LeBer
you make your reservation. Thanks, ;david PS: If you are a WebObjects developer or know someone who is, WOWODC 2009 is shaping up to be an outstanding conference this year. -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog

Re: Communication between objects

2009-02-11 Thread David LeBer
]; From Employee: [[self company] doThatOtherThing]; On 12/02/2009, at 02:56 , I. Savant wrote: On Wed, Feb 11, 2009 at 10:42 AM, Jason Wiggins jwigg...@optusnet.com.au wrote: I understand MVC ... Sorry, but I disagree. You've still got some concepts missing. :-) ;david -- David LeBer

Knowing when a NSArrayController is ready

2009-01-23 Thread David LeBer
? ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com/rebeld -- Toronto Area Cocoa / WebObjects developers group: http

CAAnimation while modalForApp

2009-01-21 Thread David LeBer
this? Is there some kind of run-loop mode dependency I am not aware of? ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com

[SOLVED] CAAnimation while modalForApp

2009-01-21 Thread David LeBer
On 21-Jan-09, at 6:23 PM, David LeBer wrote: I have a sign in window that implements a simple CAKeyframeAnimation to perform a shake if the sign in fails using the NSWindow's animator proxy object. i.e. [self setAnimations:[NSDictionary dictionaryWithObject:[self

Re: App Listener?

2009-01-07 Thread David LeBer
;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile:http://www.linkedin.com/in/davidleber twitter:http://twitter.com/rebeld -- Toronto Area Cocoa / WebObjects developers group

Solved - sorta (Was: NSURLConnection NSInputStream issue)

2008-12-16 Thread David LeBer
On 15-Dec-08, at 4:45 PM, David LeBer wrote: Hello all, I have a requirement where I need to send a chunked file (about 2MB at a time) to a server. Each chunk is embedded as a base64 encoded string in the body of an HTML POST request. I'm working on a proof of concept dev spike and I've

NSURLConnection NSInputStream issue

2008-12-15 Thread David LeBer
to hear it. It is so frustratingly close. If it weren't for those darn needy users and their dislike of not knowing what was going on, I'd be done now :-) ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http

MTOM?

2008-12-05 Thread David LeBer
Hello all, I have a client asking if I can accept binary data via MTOM in their xml responses. It looks like MTOM is part of the SOAP spec: http://www.w3.org/TR/soap12-mtom/ I have no idea whether this is possible, any suggestions or ideas where to start? ;david -- David LeBer

Re: MTOM?

2008-12-05 Thread David LeBer
On 5-Dec-08, at 12:16 PM, David LeBer wrote: Hello all, I have a client asking if I can accept binary data via MTOM in their xml responses. To clarify: I wrote a Cocoa app for a client which talks to their webservice. The client now wants to be able to stream large chunks of binary data