Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Creating a Color Meter Using Cocoa
Subject:   Problems with Color Meter
Date:   2001-07-23 17:31:05
From:   pengo98
Response to: Problems with Color Meter

Is is possible that you have accidentally deleted all the interface elements on the window?


Open your nib file in Interface Builder and check your window. You can test the interface by choosing 'Test Interface' under the File menu.


After you have made sure everything's right (don't forget to check the connections) , save it and run the program again in project builder.


Hope this helps.




Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Thanks
    2001-07-24 09:18:37  iansloman [View]

    Thanks very much for the suggestion. My problem was that I had created another NIB file "Colour Meter.nib" and had put my window description there. I was able to delete the MainMenu.nib and rename the NIB file that I had created and it worked as described.

    Ian