• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: creating views
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating views


  • Subject: Re: creating views
  • From: "sakthi kumar" <email@hidden>
  • Date: Thu, 12 Oct 2006 09:31:52 +0530

HI

 I have worked in an enhancement project, in that , I have seen different
views application, Like Depending Upon the button cliked in a window they
are selecting and pasting diferent views on that window .

So i am very interested to know about views, so i started to practice with
views .

And i started to search in ADC for view documents, i have got "view
programming code" and one example , in that example, In a window , they have
dragged and dropped the "Custom View" and they are displaying a string
"hello world" by writting the code

"     NSString* hello = @"Hello, World!";
   NSPoint point = NSMakePoint(15,275);
   [hello drawAtPoint:point withAttributes:nil]; "

in drawrect method .

but i want to display a separate view which may have button,textfield etc.,

for that i am not getting where to create a view ,whether in same nib file
or in new nib file, and also i want to know the changes in Inspector
window,and where to create outlets and actions for that view respect to tha
window, and where to write the code (outlet and action codes) ,whether in
controller class or in the same view class.


Thanks & Regards sakthi _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Prev by Date: Changing color in NSColorWell
  • Next by Date: Changing initial settings view in NSPrintPanel or NSPageLayout
  • Previous by thread: Re: Changing color in NSColorWell
  • Next by thread: Changing initial settings view in NSPrintPanel or NSPageLayout
  • Index(es):
    • Date
    • Thread