FROM : mmalcolm crawford
DATE : Mon Apr 11 03:37:34 2005
On Apr 10, 2005, at 1:56 PM, David Rocamora wrote:
> I believe this is the problem because it is run two times. Once when
> the program is started and then right after makeWindowControllers is
> run. This creates two artworks arrays at different addresses.
>
The most likely reason for this happening is that you have created
two MyDocument instances. Have you instantiated a MyDocument
instance in either the application's main nib file, of in the
document nib file (do not count the File's Owner in the document nib
file)?
mmalc
DATE : Mon Apr 11 03:37:34 2005
On Apr 10, 2005, at 1:56 PM, David Rocamora wrote:
> I believe this is the problem because it is run two times. Once when
> the program is started and then right after makeWindowControllers is
> run. This creates two artworks arrays at different addresses.
>
The most likely reason for this happening is that you have created
two MyDocument instances. Have you instantiated a MyDocument
instance in either the application's main nib file, of in the
document nib file (do not count the File's Owner in the document nib
file)?
mmalc
| Related mails | Author | Date |
|---|---|---|
| David Rocamora | Apr 10, 19:58 | |
| Serge Meynard | Apr 10, 20:30 | |
| David Rocamora | Apr 10, 22:03 | |
| Shawn Erickson | Apr 10, 22:23 | |
| David Rocamora | Apr 10, 22:56 | |
| Serge Meynard | Apr 11, 00:00 | |
| David Rocamora | Apr 11, 00:34 | |
| Serge Meynard | Apr 11, 00:45 | |
| David Rocamora | Apr 11, 01:22 | |
| Serge Meynard | Apr 11, 01:59 | |
| mmalcolm crawford | Apr 11, 03:37 | |
| David Rocamora | Apr 11, 18:01 |






Cocoa mail archive

