Hello Everyone
If I create the button from gallery for download the display image, anyone know how to do it? the second question is i have already created the zoom in out function by slider, but is it powerapps can set moving around the pic function, like pdf reader, when zoom in, the screen become bigger, then can use the mouse the move the pic to other area. powerapp can also set like this?
Solved! Go to Solution.
Hi @takashi9999 ,
For the first question, I noticed that a solution has been provided to the former thread of yours:
Re: Button for download gallery file - Power Platform Community (microsoft.com)
If you would like to download images one by one, you could also use the Download() function:
1\ OnSelect of the Attachments gallery:
Set(varImage, ThisItem.AbsoluteUri)
2\ Image of the Preview control:
varImage
3\ OnSelect of the download button:
Download(PreviewImageControl.Image)
For the second question, I'm afraid there is no way to achieve your need, the Image control does not support interaction.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @takashi9999 ,
For the first question, I noticed that a solution has been provided to the former thread of yours:
Re: Button for download gallery file - Power Platform Community (microsoft.com)
If you would like to download images one by one, you could also use the Download() function:
1\ OnSelect of the Attachments gallery:
Set(varImage, ThisItem.AbsoluteUri)
2\ Image of the Preview control:
varImage
3\ OnSelect of the download button:
Download(PreviewImageControl.Image)
For the second question, I'm afraid there is no way to achieve your need, the Image control does not support interaction.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
51 | |
47 | |
34 | |
32 |
User | Count |
---|---|
258 | |
88 | |
78 | |
68 | |
67 |