Hello,
We use a few pictures on our project and we saw that if we don't add the entrie autoUpdateDir = "/pictures" on config file, the pictures are not downloaded on DesktopUI cache dir.
Adding that entry, all pictures, including the 3.17 project pictures are downloaded, and that makes startup takes a long.
There is an option to download the pictures, only when they are called/needed?
Thanks.
optimize pictures directory download on DesktopUI
- pablo.chamorro
- Posts:54
- Joined: Mon Jan 27, 2020 1:42 pm
optimize pictures directory download on DesktopUI
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: optimize pictures directory download on DesktopUI
Pictures should be automatically be downloaded if they are set as property of a shape.
Files used in a control script can be downloaded with 'getPath()'.
Files used in a control script can be downloaded with 'getPath()'.
- pablo.chamorro
- Posts:54
- Joined: Mon Jan 27, 2020 1:42 pm
Re: optimize pictures directory download on DesktopUI
Hi gschijndel,
Thanks for your reply, I solved It with the getPath function.
Thanks for your reply, I solved It with the getPath function.