Skip navigation.
 
mlAutomatic opening of a DataFile at awakeFromNib??
FROM : Bastiaan
DATE : Tue Aug 29 22:47:09 2006

Hello everybody,

Once again a new question came up which i wouldn't know how to go about
I have a huge datafile for my programm (Cocoa Document-based) which 
you now have to manually load by dropping it on the programm icon or 
by going to File-->Open

I would like to do this automaticly as i only have 1 datafile and it 
will never be more then that. So in my opnion it would be better if 
people can go straight through the content without having to manually 
load it everytime.

I want the file to be on one remote location (a http server) and 
everytime somebody starts the application it will download and read 
the content straight into my programm so thats its directly viewable 
in my NSTableView.


Has anybody ever done this before, is there a snippet of code for 
this or could somebody tell me how it would be best to do this?

Any help is highly appreciated!!!! Thanks in advance.


regards Bastiaan

Related mailsAuthorDate
mlAutomatic opening of a DataFile at awakeFromNib?? Bastiaan Aug 29, 22:47
mlRe: Automatic opening of a DataFile at awakeFromNib?? Graham Perks Aug 30, 03:10