Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

23.07.2006 17:35:07
Great Program
View

This posting is older than 6 months and can contain outdated information.
This program is just what the Apple Remote needed, and I'm confident that once the bugs are worked out, this will be a must-buy for anybody with a new Mac.

(One big bug - why so memory-intensive?) 

These entries from the FAQ may be relevant to this topic:

Hardware - Apple® Remote
User

24.07.2006 13:08:01
Re: Great Program
View

This posting is older than 6 months and can contain outdated information.
Hello Cory,

thanks for your feedback.

I've indeed found a problem in Remote Buddy where it may not release 
some of its allocated memory immediately or sometimes not at all (or 
rather: Cocoa won't, for whatever reason). Anyway, adding the two lines

NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];

..

[pool release];

around the main event handling code fixed the problem. So this will 
be fixed in Preview 6.

Cheers, 
Felix