Search results

  1. D

    REALLY simple question

    I disagree, I don't have to override this and that and catch events... mainly because I don't use C/C++ anymore on windows. I'm currently using Delphi (.NET and VCL) and soon will be using MS VC#, which will be fun. Are there any sites that are aimed at getting people like me up to speed on...
  2. D

    REALLY simple question

    I put that in what I would call an onClick event. I created my own class, created an outlet called helloButton, then connected that to a button on my interface. I'll upload the files when I get home, so you can see how useless i've been ;) Thanks everyone for responding, I'll have a go at all...
  3. D

    REALLY simple question

    Additional: This doesn't do ANYTHING?!?! [helloButton setTitle:@"OMFG!!!"]; helloButton is an NSButton linked to a button on the window (control-drag in the interface builder)
  4. D

    REALLY simple question

    I've been all over the internet tonight (well... Google has on my behalf), and I can't for the life of me find out how to do the simplest of tasks in XCode. I'm really getting fed up. Can anyone tell me a few things / share a simple Hello World Objective-C App? I'm awaiting a book to come...
Back
Top