Re: Multiple Windows for documents in Core Data Document files
Re: Multiple Windows for documents in Core Data Document files
- Subject: Re: Multiple Windows for documents in Core Data Document files
- From: Dave Fernandes <email@hidden>
- Date: Sat, 26 May 2007 12:25:03 -0400
It is not clear to me exactly what you need your "drill window" to
do. Is it simply a separate view of the database? Or can it store its
own data such as drill responses and results? If the latter, then it
is really a "drill document". You will then have two document types -
the "database" and the drill document. So you will be creating a
multi-document app (search Xcode help for Creating Multiple-Document-
Type Applications).
Is this what you were asking?
Dave
On May 26, 2007, at 6:04 AM, Ernest Schaal wrote:
I have looked at the usual places but I can't seem to find the right
documentation to answer my problem.
I have a Core Data document-based application that writes and stores
files containing databases of kanji characters (Japanese characters),
their meanings, and four possible readings of those kanji of which
only one is correct, and the correct answer. The different files are
for different difficulties in the kanji, for use in drills for the
Japanese Language Proficiency Test.
I had no problem in creating the database, but I have a problem in
creating a separate drill window for the last opened document.
Preferably, only one document could be open at a time. Any suggestions
of documentation or tutorials (or sample code) I could use to learn
how to do this?
Thank you.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
40utoronto.ca
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden