Good Morning from Italy
i ask for a little help
i have a sharepoin list, one field is called DocImage (hyperlink to an image)
i would like to know how to open through an Icon present in Gallery2 the linked image in a different gallery
regards
Solved! Go to Solution.
Hi @Mammifero
Do you want to display image inside a gallery from another screen when click icon?
If yes, you can refer to my steps:
1. Below is my list. To let you see clearly, I display image in my Gallery2:
2. Set OnSelect property of icon to below. So when you click this icon, you will navigate to another screen which will display image:
Navigate(scrImage)
3. Go to the second screen, set image to:
Gallery2.Selected.DocImage
Check result below:
Best Regards,
Allen
Hi @Mammifero ,
Glad that you have solved your issue. Yes, image control is better than gallery for your situation.
For your second question, you can refer to below(This way you can consider the default as 100% of the size of the image):
1. Set Slider:
Default(): 100,
Min: 0,
Max: 200,
2. In your Image set the Height and Width as a function of the Slider:
For example:
Height(): 2* Slider1.Value
Width(): 2* Slider1.Value
Run the app and test if the Slider changes the image size accordingly.
Best regards,
Allen
Hi @Mammifero
Do you want to display image inside a gallery from another screen when click icon?
If yes, you can refer to my steps:
1. Below is my list. To let you see clearly, I display image in my Gallery2:
2. Set OnSelect property of icon to below. So when you click this icon, you will navigate to another screen which will display image:
Navigate(scrImage)
3. Go to the second screen, set image to:
Gallery2.Selected.DocImage
Check result below:
Best Regards,
Allen
Dear Allen, Good Morning
FANTASTIC, ENORMOUS, COLOSSAL 😀
i'm really like a "new kid on town"
i decide to delete Gallery3 and use a normal "image" because, like in my attached image, i see to many "paperino"
P.S.
The last question: how to connect the slider to the image for zoom ?
Hi @Mammifero ,
Glad that you have solved your issue. Yes, image control is better than gallery for your situation.
For your second question, you can refer to below(This way you can consider the default as 100% of the size of the image):
1. Set Slider:
Default(): 100,
Min: 0,
Max: 200,
2. In your Image set the Height and Width as a function of the Slider:
For example:
Height(): 2* Slider1.Value
Width(): 2* Slider1.Value
Run the app and test if the Slider changes the image size accordingly.
Best regards,
Allen
User | Count |
---|---|
168 | |
90 | |
74 | |
69 | |
57 |
User | Count |
---|---|
212 | |
159 | |
98 | |
89 | |
73 |