Re: Database
Re: Database
- Subject: Re: Database
- From: Markus Hitter <email@hidden>
- Date: Thu, 5 Feb 2004 14:00:45 +0100
Am 05.02.2004 um 08:30 schrieb Rahul Verma:
1) Would like to know how can I create a database file and attach it
to a
Table control using XCode.
For simple cases, an NSArray with NSDictionaries inside it is
sufficient. There are ready-to-use -readFromFile and -writeToFile
methods already. To get it into the table, read up NSTableView's
datasource stuff. Some coding required, however.
For "real" databases, there are tons of options. They use a datasource
as well.
3) Is there a way using Interface Builder that I can open a new window
and
close the one that is opening it at the same time?
Huh, User Interface Guidelines?
You can just change the contents of a window. Using an NSTabView with
tabs disabled (almost) as big as the window its self is one option. The
contents switching button can stay in place, for example. You change
the tabs from code.
I am using Interface Builder and I do not know much of the
programming. Want
to create a working prototype. Can some one help ??
There come lots of examples with XCode. If your prototype is already
fine to read and write your data, the step to make it a full app might
be smaller than you think.
Have fun,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Database (From: Rahul Verma <email@hidden>) |