Is it possible to place a TImage on an FMX form for iOS and load image (jpg) from an URL into this TImage to be displayed in the iOS app?
I have tried with no success. Any hints or point in the right direction is appreciated.
Is it possible to place a TImage on an FMX form for iOS and load image (jpg) from an URL into this TImage to be displayed in the iOS app?
I have tried with no success. Any hints or point in the right direction is appreciated.
Drop a TButton, TImageControl and TIdHttp onto a Firemonkey form and this code will pull down an image from the web:
The answer works with a little freezing. I load 4 images in a loop. When I push the button, the program freeze to download the images, the progress bar not working and if are downloaded continue perfectly. For 4 images freeze for 1 sec. For 50 it's a "no connection" or "Bad Program". This is the code.