question about classes, I think
question about classes, I think
- Subject: question about classes, I think
- From: "Alan Smith" <email@hidden>
- Date: Thu, 11 May 2006 18:09:55 -0400
The following is how I explained it recently to another developer. It
was via IM so that's why there aren't any periods or capitals.
each table in the main window has its own controller…
each controller has a NSMutableArray that holds the path and titles of
the plugins in the folder that was set in the prefs…
when the user selects one of the games and wishes to launch it with
the current plugins, they press the button…
when the button is pressed the table that corresponds with the
selected game is notified…
the table then calls a method from another helper class which will
decide where the plugins should be put and whether or not they need to
be taken out of the plugins folder of the game…
that methods take two thing…
the array that holds the plugins paths and titles…
and which game it is…
this is where the problem is…
the array is now, for some unknown reason, empty
and I didn't empty it
Thank, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden