Function calls
Function calls
- Subject: Function calls
- From: "Sharayu Puranik" <email@hidden>
- Date: 22 Jan 2005 04:18:36 -0000
Hi
I have one NSTableView and one List control on nib file.....
If I try to put values in these controls (either supply data source for table or put
value in List control) in
'- (id)init' function, I m not able to access these controls, means they do not
respond to code I write to insert values to them
I write some function which is not called by clicking of any button or any control
Fiunction is not of type
'- (IBAction)functionName:(id)sender;'
but is '-(void)functionName'
Again if I try to access any control from '-(void)functionName' , I can not access
any control from this function means the controls do not respond, and I do not
get any warning or error
Why is it so? If I want to call function depending on some condition can't I
access List, Table, Textbox or Popup controls from such functions???
Thanx
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden