Android Question Customlistview not appearing in customtype dropdown

GEoffT

Member
Licensed User
Longtime User
I have included reflection 2.40 and stringutils 1.02 but The customType drop down is empty in my project. see below.

The example works fine and the dropdown is populated . I have obviously missed doing something in including the library. Help please!
 

Attachments

  • Image1.jpg
    Image1.jpg
    91.3 KB · Views: 118
Last edited:

mangojack

Well-Known Member
Licensed User
Longtime User
Geoff .. If I understand you correctly .. You want to use CustomListView in you project ?
CustomListView is a Class (.bas) not a library
If you want to use it in your project IDE Menu > Project > Add Existing Modules > ... navigate to the CustomListView example
choose the CustomListView.bas file and your good to go .
 
Last edited:
Upvote 0
Top