Search results

  1. J

    Cocoa - Closing Windows / Dock Clicking / pllist files

    i think it could also be done with a delegate. if i was you, i would take a look into this.
  2. J

    Cocoa - Closing Windows / Dock Clicking / pllist files

    there must be a class for close control. sorry that i cant be of more help.
  3. J

    determining NSString-length

    int length=[NSString *string length]; hope that helps.
  4. J

    cocoa scanner software

    anyone keen to help me make some open source cocoa usb scanner software? please post your intrest here...
  5. J

    Cocoa - Closing Windows / Dock Clicking / pllist files

    use this to close a window, [NSWindow *window close]; you can proballly just link the button to a function, using control+drag. - (IBAction)closeButton:(id)sender { [NSWindow *window close]; }
Back
Top