Skip navigation.
 
mlRe: Array Problems
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

Related mailsAuthorDate
mlArray Problems David Rocamora Apr 10, 19:58
mlRe: Array Problems Serge Meynard Apr 10, 20:30
mlRe: Array Problems David Rocamora Apr 10, 22:03
mlRe: Array Problems Shawn Erickson Apr 10, 22:23
mlRe: Array Problems David Rocamora Apr 10, 22:56
mlRe: Array Problems Serge Meynard Apr 11, 00:00
mlRe: Array Problems David Rocamora Apr 11, 00:34
mlRe: Array Problems Serge Meynard Apr 11, 00:45
mlRe: Array Problems David Rocamora Apr 11, 01:22
mlRe: Array Problems Serge Meynard Apr 11, 01:59
mlRe: Array Problems mmalcolm crawford Apr 11, 03:37
mlRe: Array Problems David Rocamora Apr 11, 18:01