Re: creating views
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