Problem in populating the cells with Images on a one by one basis
Problem in populating the cells with Images on a one by one basis
- Subject: Problem in populating the cells with Images on a one by one basis
- From: Poornima Ranganath <email@hidden>
- Date: Thu, 3 Jul 2003 15:11:13 +0100 (BST)
Hi All:
I have a matrix of NSButtonCells in a NSSCrollView.
These button cells are generated dynamically in one
class & must be associated with images whose
information is held by a function in ANOTHER class.
This function holds info of only ONE image at any
given point of time[This function too gets teh image
info dynamically].
These cells are associated with images only after the
COMPLETE generation of the matrix is done.
I need to populate the matrix cell by cell, how do i
do this?
that is to say, A matrix with cells is available to
me.Now i need to start populating from Cell 1 to Cell
n.
The first image will get populated in the first
cell,now i go back to the other functionin the other
class and get the NEXT image information. after
getting the information i need to get back to MATRIX
class and populate CELL 2. how will i do this? HOW DO
I KNOW WHICH CELL TO FILL UP NEXT??
can anyone pls help me??
Thanks for all your valuable time.
Rgds,
Poornima
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.