Re: Annie
Re: Annie
- Subject: Re: Annie
- From: "Erik J. Barzeski" <email@hidden>
- Date: Tue, 02 Apr 2002 11:59:46 -0500
Annie,
Might I offer you a tad of advice?
RTFM
Okay, but a bit less callously: you're asking a lot of very "newbie"-ish
questions. There are resources to help you, and I for one would rather not
have to scroll past such messages in this list.
http://www.cocoadevcentral.com/
http://www.cocoadev.com/
http://cocoa.mamasam.com/
Plus...
file://localhost/Developer/Documentation/Cocoa/CocoaTopics.html
Do some reading. Yes, it's easier to "just ask everyone" and occasionally
one of us will even give you an answer, but for such newbie-type stuff,
stuff that's well documented in so many places (list archives,
documentation, sample applications, various Web sites), it's annoying to
have to see the messages
On 4/2/02 1:07am, "email@hidden"
<email@hidden> wrote:
>
From: Annie Felix <email@hidden>
>
Date: Tue, 2 Apr 2002 09:52:16 +0530
>
To: email@hidden
>
Subject: tableview data retrieval
>
>
Hi all,
>
>
I have a table which is editable.On completion of text editing i require
>
the data entered in the column to be captured.I am using
>
NSTextDidEndEditingNotification to determine the end of text editing.
>
Now how do i capture the data which i have entered.When I click enter
>
which determines the end of textediting, the original value is displayed
>
in the table.
Wrong. Use a data source. Read the MVC section of Apple's Obj-C PDF.
>
Thanks andRegards
>
Annie
>
>
>
Hi,
>
>
Is it possible to create an xml file with a specified format
>
and load the data in the key values based on the userinput.
>
ie., There will be an xml file with tags and has a standard format.
>
Whenever user enters values the values are substituted in the general
>
xml format file and a new file is created.
>
How should i proceed in this case.
Yes, it's easily possible. Hell, I just wrote an article that does this:
http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000047.php
>
Thanks & Regards
>
Annie
--
Best wishes,
Erik J. Barzeski
God created the universe in six days because
he didn't have to worry about an installed base.
*******************************************************************
Email: erik@(anything below)
AIM: iacas ICQ: 8186546
http://barzeski.com/ http://weims.net/
http://techstra.net/ http://cocoadevcentral.com/
http://soundsetcentral.com/ http://applescriptcentral.com/
*******************************************************************
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re: Annie
- From: Charles Srstka <email@hidden>