Changeset 7800
- Timestamp:
- Dec 1, 2007, 10:43:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/building_ui_tiger.html
r7799 r7800 23 23 24 24 <div class="section-head"> 25 <h2> Apple's Tutorial</h2>25 <h2>Launch InterfaceBuilder</h2> 26 26 </div> 27 28 <p>Start by locating Apple's InterfaceBuilder application. If 29 you installed Apple's Developer Tools, InterfaceBuilder should 30 be in the folder "/Developer/Applications/":</p> 31 32 <div class="inline-image"> 33 <img src="../images/finder-win2.jpg"alt="" 34 border='0'/> 35 </div> 36 37 <p class= "note"><strong><em>NOTE:</em></strong> If you have not 38 installed Apple's Developer Tools, you should do that now. You 39 will not be able to build the CurrencyConverter example 40 without them. The Developer Tools are distributed as an 41 optional install with Mac OS X 10.4 ("Tiger"). Look for the 42 "XCode Tools" package in the "Optional Installs" folder on the 43 Mac OS 10.4 install disk.</p> 44 45 <p>Once you have located InterfaceBuilder, double-click to launch 46 the application. InterfaceBuilder presents a window you can use 47 to choose a template for the nibfile you are going to create.</p> 48 49 <div class="inline-image"> 50 <img src="../images/ibwin-tiger1.jpg"alt="" 51 border='0'/> 52 </div> 53 54 <p>Make sure the "Application" option is selected in the "Cocoa" 55 section and click the "New" button to create a new 56 nibfile. InterfaceBuilder creates a new application nibfile, but 57 doesn't immediately save it. The Objective C objects that 58 represent the new application's interface appear in a new 59 untitled window:</p> 60 61 <div class="inline-image"> 62 <img src="../images/ibwin-tiger2.jpg"alt="" 63 border='0'/> 64 </div> 65 66 <p>The intial window and menubar also appear on the screen. The 67 new application's name appears in the menus as 68 "NewApplication". Save the new nibfile into the 69 "currency-converter" folder that you created earlier 70 (on <a href="making_project.html">this page</a>).</p> 27 71 28 72 </div>
Note: See TracChangeset
for help on using the changeset viewer.