Skip navigation.
 
mlRe: Array Problems
FROM : David Rocamora
DATE : Mon Apr 11 18:01:38 2005

Aha, I had instantiated it in the nib file.

Thanks for everyones help!

-dave

On Apr 10, 2005 9:37 PM, mmalcolm crawford <<email_removed>> wrote:
>
> 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
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>

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