Android Question B4AGridView Name Change to PhotoGridView : Suggestion

Mashiane

Expert
Licensed User
Longtime User
Hi

I'm experiencing some issues with the version 3.6 of this library. I have loaded the library on my project however it is not listed in intellisense. The library is here.

I coded...

B4X:
Dim grd as B$ (the B$ lists all available libraries etc)

and B4AGridView is not on the list of available libraries intellisense. Also when i define it in my Globals as

B4X:
Dim grd as B4aGridView

its saying unknown type, see attachments, I have however noted that I have a PhotoGridView library that I have used and perhaps the name has been changed. If indeed that is the case, to avoid confusion, perhaps the name should be changed on the wiki. Just a thought...
 

Attachments

  • b4agridview1.png
    b4agridview1.png
    18.9 KB · Views: 354
  • b4agridview.png
    b4agridview.png
    12.6 KB · Views: 348

MTV

Member
Licensed User
There is no class in this lib named B4aGridView.
You can use PhotoGridView class like this :
B4X:
Dim gr As PhotoGridView
 
Upvote 0
Top