Search found 2 matches

by Navier-Stokes
01 Jun 2015 14:06
Forum: User Help / Bug Reports
Topic: refreshWidget
Replies: 3
Views: 6720

Re: refreshWidget

[...] Does the getter-flow itself call the refreshWidget or do you refresh the widget from a parent flow that does not wait for the getter-flow to finish? Maybe the refreshWidget-function is called before the image is actually downloaded and stored in the file system. [...] Hi Martin, the getter-fl...
by Navier-Stokes
29 May 2015 08:27
Forum: User Help / Bug Reports
Topic: refreshWidget
Replies: 3
Views: 6720

refreshWidget

Hi, I've composed a custom widget which simply displays a png-Image, that is downloaded by an extra 'getter-flow' and stored in the file system. Once the image is updated on the file system the widget will not automatically reload the image. So I extended the 'getter-flow' by a scrip action which ex...