On May 6, 2013, at 5:26 PM, Motti Shneor wrote:
> Hello Ken, and so-many-thanks for the information.
You're welcome. More below…
> On 4 במאי 2013, at 07:24, Ken Thomases wrote:
>
>> Honestly, I doubt that -dealloc is reentered. I suspect you've misdiagnosed
>> what is happening or, perhaps,
Hello Ken, and so-many-thanks for the information.
On 4 במאי 2013, at 07:24, Ken Thomases wrote:
> On May 2, 2013, at 11:53 AM, Jens Alfke wrote:
>
>> On May 1, 2013, at 5:10 AM, Motti Shneor wrote:
>>
>>> Currently, MyB retains itself within its thread, and releases itself just
>>> before t
On May 2, 2013, at 11:53 AM, Jens Alfke wrote:
> On May 1, 2013, at 5:10 AM, Motti Shneor wrote:
>
>> Currently, MyB retains itself within its thread, and releases itself just
>> before the thread exits. I know it is bad practice (self retaining objects),
>> but I did not yet think of a better
Hi and thanks Kyle, Fritz, Jens and everyone else
On 2 במאי 2013, at 20:31, Kyle Sluder wrote:
> On Wed, May 1, 2013, at 05:10 AM, Motti Shneor wrote:
>> Hello.
>>
>> I have two NSObject subclasses - say MyA and MyB.
>>
>> - Each MyA instance. creates and owns a MyB instance.
>> - MyB
On Wed, May 1, 2013, at 05:10 AM, Motti Shneor wrote:
> Hello.
>
> I have two NSObject subclasses - say MyA and MyB.
>
> - Each MyA instance. creates and owns a MyB instance.
> - MyB instances create an NSThread, and live their asynchronous life,
> communicating with a remote internet server,
On May 1, 2013, at 5:10 AM, Motti Shneor wrote:
> Currently, MyB retains itself within its thread, and releases itself just
> before the thread exits. I know it is bad practice (self retaining objects),
> but I did not yet think of a better way.
>
> This way, when the owner releases its MyB
On 1 May 2013, at 7:10 AM, Motti Shneor wrote:
> - Each MyA instance. creates and owns a MyB instance.
> - MyB instances create an NSThread, and live their asynchronous life,
> communicating with a remote internet server, and sometimes with their owner
> (the MyA object) who lives in the main
Hello.
I have two NSObject subclasses - say MyA and MyB.
- Each MyA instance. creates and owns a MyB instance.
- MyB instances create an NSThread, and live their asynchronous life,
communicating with a remote internet server, and sometimes with their owner
(the MyA object) who lives in the
On 24/05/2010, at 12:22 PM, Ken Thomases wrote:
> On May 23, 2010, at 7:34 PM, Graham Cox wrote:
>
>> What I don't understand is why you make the copy.
>>
>> [NSURL URLWithString] doesn't require a mutable string, it requires a
>> string, so your whole method could be reduced to:
>
> He does
On May 23, 2010, at 7:34 PM, Graham Cox wrote:
> What I don't understand is why you make the copy.
>
> [NSURL URLWithString] doesn't require a mutable string, it requires a string,
> so your whole method could be reduced to:
He does have a comment ("do some stuff with aCopy here") indicating th
On 23/05/2010, at 1:18 AM, Michael Jackson wrote:
> Hi all,
>
> First day with Cocoa, so please excuse the basic newbness of this
> question. ;) I've read through the documentation about object
> ownership and disposal and just wanted to make sure I'm doing
>
On May 22, 2010, at 8:18 AM, Michael Jackson wrote:
> Hi all,
>
> First day with Cocoa, so please excuse the basic newbness of this
> question. ;) I've read through the documentation about object
> ownership and disposal and just wanted to make sure I'm doing
>
Hi all,
First day with Cocoa, so please excuse the basic newbness of this
question. ;) I've read through the documentation about object
ownership and disposal and just wanted to make sure I'm doing
everything correctly in the following method.
- (NSURL *)makeURL:(NSString *)
13 matches
Mail list logo