Hi there,
Could someone point me in the right direction?
I have several pictures saved in my app "Media"
I have a property for the OnStart to get a collection of my pictures like this:
ClearCollect(
PicCollection,
{
Line1: "Desktop",
Image: Desktop
},
{
Line1: "Fax",
Image: Fax
},
{
Line1: "Laptop",
Image: Laptop
},
{
Line1: "Others",
Image: Others
},
{
Line1: "Photocopiers",
Image: Photocopier
},
{
Line1: "Projectors",
Image: Projector
},
{
Line1: "Motion Tablet",
Image: Tablet
}
);
What I am trying to do is to create a Help User screen with a gallery where the user can click in the left or right icons and navigate trough the pictures and also I have a radio button that I would like to show in witch picture the user is looking.
Like in the sample below the user is currently in picture number 3 of 13

Any help please?
Thanks in advance