User Tools

Site Tools


drexel_duct_navigator_gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
drexel_duct_navigator_gui [2016/11/07 20:00] – [The Mac OSX application] dwallacedrexel_duct_navigator_gui [2016/11/07 20:02] dwallace
Line 29: Line 29:
 ===== Creating the GUI ===== ===== Creating the GUI =====
  
-First you will need to begin by creating a new xCode Project.  File>new project .  Choose a cocoa application from the options presented.  Then give your project a name and pick a location to save it.+First you will need to begin by creating a new xCode Project.  File->new project .  Choose a cocoa application from the options presented.  Then give your project a name and pick a location to save it.
  
 {{dylanw:newProjectScreen.jpg}}{{dylanw:newProject2.jpg}}\\  {{dylanw:newProjectScreen.jpg}}{{dylanw:newProject2.jpg}}\\ 
Line 180: Line 180:
    @synthesize sideRangerBar;    @synthesize sideRangerBar;
    @synthesize sideRangerVal;    @synthesize sideRangerVal;
-    - (void)applicationDidFinishLaunching:(NSNotification *)aNotification{+    
 +  (void)applicationDidFinishLaunching:(NSNotification *)aNotification{
       udpSocket = [[AsyncUdpSocket alloc] initWithDelegate:self];   // allocate memory for the socket and initialize it       udpSocket = [[AsyncUdpSocket alloc] initWithDelegate:self];   // allocate memory for the socket and initialize it
       NSError *error = nil;   // create an NSError object and initialize it to nil       NSError *error = nil;   // create an NSError object and initialize it to nil
drexel_duct_navigator_gui.txt · Last modified: 2016/11/07 20:04 by dwallace