not able to set NSTextFiled font

2008-08-25 Thread MAnish Billore
]; [textField setFocusRingType:NSFocusRingTypeNone]; [ textField setBordered:YES]; [textField setFont:[NSFont boldSystemFontOfSize:16]]; thanks Manish Billore ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

monitoring file system

2008-08-25 Thread MAnish Billore
Hi, I am developing an image browser in that user can watch photo from chosen directory. In this application I want to give functionality that whenever user add or delete any photo from storage media application should know it. Could any buddy give me idea about it . Thanks Bill Manish