Re: Cocoa and UNIX txt files ??
Re: Cocoa and UNIX txt files ??
- Subject: Re: Cocoa and UNIX txt files ??
- From: Alberto <email@hidden>
- Date: Sun, 24 Mar 2002 05:51:26 -0300
On 24.03.2002 01:13, "Alberto" <email@hidden> wrote:
>
>
Thanx for any kind of help... I hope that later this sample could help
>
everybody to make Aqua GUI for command line applications.
>
Hi People,
It is working, not as I need, but working. I am using Reload button and the
following:
- (IBAction)reloadClients:(id)sender
{
[clientsTextField setString:@"clients.lst"];
}
So.... When I click in Reload button, I can view in to the window only the
text "clients.lst", not all the txt in file "clients.lst".
What I use in the String place to add the file content? Is there anything?
Thanx a lot,
Alberto V. M.
_______________________________________________
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.