Re: How does Apple want us to deal with custom elements in Xcode 4, with IBPlugins having been killed?

2011-08-18 Thread Jodischlange
Am 15.08.2011 um 22:53 schrieb Sean McBride: > On Sun, 14 Aug 2011 10:53:28 -0700, Chris Hanson said: > >> If you're targeting Mac OS X 10.6 or later, you can set arbitrary >> properties on your objects in Interface Builder that will be set via KVC >> at nib load time. > > I just discovered thi

Re: Strategies for reusing NSPopover

2011-08-13 Thread Jodischlange
Am 13.08.2011 um 14:54 schrieb Martin Hewitson: > On a side note, if I search for NSPopover in the Xcode documentation, it only > finds NSPopoverDelegate, but not the class documentation. Anybody else have > similar problems? I'm using Xcode 4.1 and the documentation is up to date. Same problem

Re: NSInputStream created from NSData - expected it to close at end of data, did not happen

2011-06-11 Thread Jodischlange
Am 11.06.2011 um 05:01 schrieb Ken Thomases: > On Jun 10, 2011, at 7:35 PM, jodischla...@gmx.de wrote: > >> I want the TCPServer to return some data block to each client that connects. >> I basically just want to put the bytes of the NSData object one after >> another on the outputstream that i

Re: NSInputStream created from NSData - expected it to close at end of data, did not happen

2011-06-11 Thread Jodischlange
Am 11.06.2011 um 03:19 schrieb Jens Alfke: > > On Jun 10, 2011, at 5:35 PM, jodischla...@gmx.de wrote: > >> I want the TCPServer to return some data block to each client that connects. >> I basically just want to put the bytes of the NSData object one after >> another on the outputstream that

Re: NSInputStream created from NSData - expected it to close at end of data, did not happen

2011-06-10 Thread Jodischlange
Am 11.06.2011 um 02:13 schrieb Jens Alfke: > > On Jun 10, 2011, at 4:55 PM, jodischla...@gmx.de wrote: > >> Thank you for your patience, but I think I understand the difference. The >> thing is that I wanted to make a TCPServer that sends a piece of NSData to >> any client that connects. Thus

Re: NSInputStream created from NSData - expected it to close at end of data, did not happen

2011-06-10 Thread Jodischlange
Am 10.06.2011 um 21:19 schrieb Jens Alfke: > On Jun 10, 2011, at 11:39 AM, jodischla...@gmx.de wrote: > >> 1. There an NSStream event "NSStreamEventEndEncountered". I would have >> expected to be sent this event when the Stream created from a piece of data >> reaches the end of that data. But o

Re: NSInputStream created from NSData - expected it to close at end of data, did not happen

2011-06-10 Thread Jodischlange
I tried around a bit more and still can't get it to work. I will have a look at the MyNetwork Library you recommended now. Still what I'm confused about: Am 2. juni 2011 um 20.40 schrieb Jens Alfke: > On Jun 2, 2011, at 2:10 AM, jodischla...@gmx.de wrote: >> >> I wanted to have a very basic T

NSInputStream created from NSData - expected it to close at end of data, did not happen

2011-06-02 Thread Jodischlange
Hi all, I wanted to have a very basic TCP server that could return arbitrary bytes when a client connected to it to test whether some protocol (on top of TCP) code I wrote works as expected. To do so I adapted the CocoaEcho example (http://developer.apple.com/library/mac/samplecode/CocoaEcho/In

Re: QuickTime Player - like application

2011-05-27 Thread Jodischlange
Am 21. mai 2011 um 13.19 schrieb Nick: > Do you think that would be a bad idea to make it look identically (only > appearance, the functionality is completely different) to the original > QuickTime player? That sounds like a bad idea, indeed. Depends on what you mean by "the functionality is co

Re: Cocoa Touch (iPhone/iPad): List of notifications?

2011-05-27 Thread Jodischlange
Am 20. mai 2011 um 09.21 schrieb Jeffrey Walton: > I have an application with UIFileSharingEnabled. If the device is > tethered, a user can use iTunes (or other programs) to drop new files > or delete existing files. I would like to detect the changes. > > Is there a 'directory change' (or simila