Basically, I've put a bunch of objects in a grid, with a custom skin. But the problem is that I can't connect to their click function.
So I ask.
How can I put objects in a grid so that their Click() function is accessible?
ID:159350
Mar 27 2009, 10:15 am
|
|
Mar 27 2009, 10:24 am
|
|
Chances are, you're outputting them to the grid without referencing them, and then the garbage collector is picking them up while leaving the image of them in the grid. Reference the objects somewhere.
|
In response to Jeff8500
|
|
Ah! Thanks! That's pretty much what I was doing, yeah!
|