Re: Memory Leaks & Instruments Questions

2008-08-11 Thread Michael Kaye
On Aug 10, 2008, at 12:37 PM, Michael Kaye wrote: I've ben running my app with leaks in Instruments and it is reporting a fair number of leaks. On analyzing these leaks, they all appear to be related to apple frameworks methods/code and never as a direct result of any objects I'

Memory Leaks & Instruments Questions

2008-08-10 Thread Michael Kaye
Hi all, Relative newbie here so please be gentle :-) I've ben running my app with leaks in Instruments and it is reporting a fair number of leaks. On analyzing these leaks, they all appear to be related to apple frameworks methods/code and never as a direct result of any objects I've ins

Re: iPhone: Implementing search and index combo, like Contacts?

2008-07-15 Thread Michael Kaye
unfortunately it's still in place...no idea when it will be lifted but the moderators have said they will inform us. Sorry mate, I'm desperate to ask questions as well. On 15 Jul 2008, at 15:48, Michael Dupuis wrote: I'm assuming the NDA has been lifted now, so here goes: I'm trying to imple

Re: how to get the status of network when the network is set disable.

2008-07-09 Thread Michael Kaye
Try the SCNetworkReachability API... I borrowed the following from one of Apple's examples: - (BOOL)isDataSourceAvailable { static BOOL checkNetwork = YES; if (checkNetwork) { // Since checking the reachability of a host can be expensive, cache the result and perform the reachability c

Some advice re. "saving" a variable so it is accessible to all classes/methods

2008-06-30 Thread Michael Kaye
Hi all, I hope you can offer a newbie some advice. I've been reading and reading the Design patterns documentation but have got myself somewhat confused. I hope if I explain what I'm trying to achieve someone can offer me some advice. Basically I have an application that interrogates a we

Checking availability of host/website

2008-06-28 Thread Michael Kaye
Hi all, Another newbie here so be gentle... I have a small app that needs to send a number of requests to a remote server. I have implemented an SCNetworkReachAbility based method to test firstly whether a network is available, but I was wondering in your opinion what is the best way to

Re: Can't sort NSTableView

2008-06-19 Thread Michael Kaye
I second that. New to Cocoa so resources like this are a great help (currently doing bindings in Hillegas so pretty relevant at the moment). Thanks, M. On 19 Jun 2008, at 18:46, Brent Fulgham wrote: On Thu, Jun 19, 2008 at 10:24 AM, mmalc crawford <[EMAIL PROTECTED]> wrote:

Re: unexpected nil outlet

2008-06-18 Thread Michael Kaye
wow, I'm another one just starting the same challenge...how many of us newbies are there working through Hillegaas at the moment? I would love to see your solution...when I complete it maybe we should exchange off list? Regards, Michael. On 18 Jun 2008, at 09:25, David Reynolds wrote: O

Re: Adding calendar-entries to iPhone's iCal

2008-06-17 Thread Michael Kaye
Hi Georg, Unfortunately all things "iPhone SDK" are still under NDA...so can't be discussed here yet. M. On 17 Jun 2008, at 12:35, Georg Schuster wrote: Hi, I was wondering if it is possible to create an iPhone application that can add calendar-entries such as events or meetings to the iP