CompuServe Messages

#2.0 ListView Gadgets

#: 20943 S10/2.0 ProgrammingForum unknown
    29-Feb-92 13:31:34
Sb: #2.0 ListView Gadgets
Fm: Harold Scadden 71401,3035
To: All

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

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?