Existence of Network

2008-09-18 Thread kiran Sanka
Hi all In my cocoa application i want to find out if there is a network connection exists or not ? -The Coneection or disconnection of the network should be notified to my cocoa application Any suggestions? Regards kiran sanka ___ Cocoa

Re: Finder Eject Button in OutlineView

2008-09-04 Thread kiran Sanka
Hi Corbin, Thanks you very much . This is the one I Was looking for . On Sep 2, 2008, at 8:41 AM, Corbin Dunn wrote: On Sep 1, 2008, at 4:25 PM, kiran Sanka wrote: I am trying to figure out how I might be able to do something like Finder does displaying disc Eject Image(When disc

Finder Eject Button in OutlineView

2008-09-01 Thread kiran Sanka
i would like set another image like finder EjectImage.But i dont know how to work out with mouseEntered and mouseMove in a particular cell of an outlineView I'd be grateful is someone could push me in the right direction. kiran Sanka ___ Coco

Binding TableColumn Programatically

2008-07-22 Thread kiran Sanka
path title. [aTableColumn bind:NSValueBinding toObject:arrayController withKeyPath:@"arrangedObjects.title" options:nil]; but in the above added tableColumn data is not populated and an opening brace is shown in each row of that column. someone, please, lend me a clue! What am I missing here?