B4A Library New Library ICOSGallery

Hi to everyone this is another little library

I could build this small library thanks to the SimpleListAdapter class of Erel

Thx to EREL and all AnywhereSoftware Team.

Best Regards

G.Salvi
 

Attachments

  • ICOSGallery.zip
    53.1 KB · Views: 388
  • ICOSGallery.png
    ICOSGallery.png
    16.3 KB · Views: 578

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
In your both library ICOSGALLERY and ICOSPOWERGALLERY not have none properties to move programaticly no?

IF you put those properties, I can simulate the swipe right and left throught the DPAD.

Look in example, works in Google Glass the swipe but throught the DPAD.

Imagine in yours libraries a property, something like that:

Dim g As ICOSGallery
g.SetSelection(4) <- Where 4 is the number of cell



Just like the property in listview
ListView1.SetSelection(4)
 

Attachments

  • DPADEvents.zip
    6.7 KB · Views: 130
Last edited:
Top