Hi everyone, I'm back and I'm pleased to introduce my new library ICOSGridView2 completely rewritten, which will go to replace the old ICOSGridView library.
In this new version now you can set the size in both horizontal and vertical, the space between two images, animate the single image, erase one image or several images, move a single image from one location to another location, the swap between two images, and much more.
I've included an example, you just have to try it out.
Before using the demo looks below and change "Any Folder Here" with your "Folder" and "Any Image Here" whit your "Image"
Sub m1_Click
GridView.LoadImages(File.DirRootExternal&"/any folder here")
Refresh
End Sub
Sub m2_Click
GridView.AddSingleImageAt(1,File.DirRootExternal&"/any image here")
Refresh
End Sub
Sub m3_Click
GridView.AddMultipleImagesAt(2,File.DirRootExternal"&"/any folder here)
Refresh
End Sub
best regards
G.Salvi
In this new version now you can set the size in both horizontal and vertical, the space between two images, animate the single image, erase one image or several images, move a single image from one location to another location, the swap between two images, and much more.
I've included an example, you just have to try it out.
Before using the demo looks below and change "Any Folder Here" with your "Folder" and "Any Image Here" whit your "Image"
Sub m1_Click
GridView.LoadImages(File.DirRootExternal&"/any folder here")
Refresh
End Sub
Sub m2_Click
GridView.AddSingleImageAt(1,File.DirRootExternal&"/any image here")
Refresh
End Sub
Sub m3_Click
GridView.AddMultipleImagesAt(2,File.DirRootExternal"&"/any folder here)
Refresh
End Sub
best regards
G.Salvi