I have been trying to get a ListView gadget to work for about a week now.
My problem is I can figure out how to attach an exec List to the gadget. I
know what it says in the ROM Kernal manual but I can't get anything to
work.
This is where I run into the problem at:
struct List TestList;
I have used NewList() to set up TestList and then I have looped until I got
all the data linked in from an character array for ln_Name. by setting the
applicable data and using AddTail()
struct TagItems Test[] {
{GTLV_Labels, xxxxxx},
{TAG_DONE} };
Where the xxxxxxx is I have tried the following:
TestList &TestList (struct List *) TestList and so on …
I am getting burnt out. Anyone had any luck or got any ideas?