Re: Image cache question

2014-05-22 Thread Devin Asay
On May 22, 2014, at 2:26 AM, Phil Jimmieson wrote: > Hi Devin, > if you have more than one reference to the same image, then you'd presumably > have to set all of their filenames to something else, then the old image > would be removed from the cache, but yes - what I'm doing is just setting

Re: Image cache question

2014-05-22 Thread Phil Jimmieson
Hi Devin, if you have more than one reference to the same image, then you'd presumably have to set all of their filenames to something else, then the old image would be removed from the cache, but yes - what I'm doing is just setting the filename of the image to empty and then back to the filena

Re: Image cache question

2014-05-21 Thread Alejandro Tejada
Devin Asay wrote > Do you mean all you have to do is set the filename property > of the image to empty, then set it to the external file > reference again? The dictionary ought to be updated, > or a note added, to alert users on how to do this. Maybe (just maybe) in this way: lock screen -- us

Re: Image cache question

2014-05-21 Thread Devin Asay
On May 21, 2014, at 8:08 AM, Phil Jimmieson wrote: > Hi Ben, > thanks. That works perfectly. No complicated commands or anything. > > On 21 May 2014, at 15:01, Benjamin Beaumont wrote: > >> Hi Phil, >> >> This was discussed by the team at the time. There is no special handling >> for the chan

Re: Image cache question

2014-05-21 Thread Phil Jimmieson
Hi Ben, thanks. That works perfectly. No complicated commands or anything. On 21 May 2014, at 15:01, Benjamin Beaumont wrote: > Hi Phil, > > This was discussed by the team at the time. There is no special handling > for the changing of images currently referenced by the cache. I spoke to > one

Re: Image cache question

2014-05-21 Thread Benjamin Beaumont
Hi Phil, This was discussed by the team at the time. There is no special handling for the changing of images currently referenced by the cache. I spoke to one of the engineers and he suggested unsetting the reference to the image as the cache will release images that no longer have a reference. Re