| Sign In/My Account | View Cart |
| Article: |
Animating Graphics in Cocoa, Part 1 | |
| Subject: | Archiving graphics | |
| Date: | 2002-01-20 11:17:34 | |
| From: | mikebeam | |
|
Response to: Archiving graphics
|
||
|
you might want to look into converting this application into a document based application. When you say you "don't know how to tell the document that the view has changed after a mouse event has occured" do you mean to tell the document to redraw itself or to not let you close the document without asking you to save unsaved changes?
|
||
Showing messages 1 through 2 of 2.
Archiving graphics
I mean not let me close the document without asking me to save unsaved changes.
I've already converted the application into a document based application, added synchronisation between colors (background and brush) and color wells as well as line width and line width slider on opening a document.
It works fine as long as I don't close the window or quit the application without closing a changed document.
Thanks for your help,
Michèle