better IB/PB documentation?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Re: better IB/PB documentation?

    Jamal Bernhard wrote:
    > "Interface Builder Help" and "Project Builder Help" are pretty sparse
    > when it comes to describing individual fields and options (for example,
    > the different attribute options in IB for the different classes). Is
    > there better documentation that goes through what each of these options
    > do? I can't seem to find any, and the books I have only cover a subset.
    >
    > Thanks in advance,
    Try looking in the reference documentation for the class itself.

    For example, to find out what the "One shot" attribute is for an
    NSWindow, look in
    <http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSWindow.html>
    for "setOneShot:"

    -Peter

    Peter Ammon Guest

  2. Similar Questions and Discussions

    1. .MXI documentation
      Can someone point me to the documentation on how to create the .mxi file. The acceptable structures within the .mxi, etc. I can't find any direct...
    2. printed or PDF documentation?
      Is is possible to get a printed (or PDF) version of the Flex Builder 3 online help, and the language reference in particular?
    3. Documentation
      :moon; I inheirited a mess of CFM pages. I have been asked to document then, what databases/tables they access and what other webpages they use....
    4. documentation...
      Hello, I am now working on a complex web application. The problem is: my boss wants me to document the application, but I don't know how to...
    5. I need documentation to AIX..
      .... PW piter@pro.onet.pl
  3. #2

    Default Re: better IB/PB documentation?

    Peter Ammon wrote:
    > Try looking in the reference documentation for the class itself.
    >
    > For example, to find out what the "One shot" attribute is for an
    > NSWindow, look in
    > <http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSWindow.html>
    > for "setOneShot:"
    Thanks Peter...I've done this a few times with fairly good success, but
    sometimes it is very slow going. I was hoping for some type of "IB User
    Guide" that goes through the GUI options.

    Jamal Bernhard Guest

  4. #3

    Default Re: better IB/PB documentation?

    matt neuburg wrote:
    >>Thanks Peter...I've done this a few times with fairly good success,
    >>but sometimes it is very slow going. I was hoping for some type of
    >>"IB User Guide" that goes through the GUI options.
    >
    > Why not write one, then? :) m.
    Heh, maybe I will, but that means I will have to understand it first...
    ;-)

    Jamal Bernhard Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139