appronto / DataviewLoader

A simple widget to place a loading gif when content is loaded on the page.
Apache License 2.0
4 stars 5 forks source link

Widget keeps reloading #7

Open mbusger opened 5 years ago

mbusger commented 5 years ago

When selecting a new row in: A list view; with a listen to data view connected; in which I have the DataviewLoader widget; the widget seems to keep reloading itself or at least reloading the loading message. I've added some screenshots from my configuration and a screenshot with the behavior: dataviewloader1 dataviewloader2 dataviewloader3 dataviewloader4 image-2019-08-12-08-24-18-077

joelvdgraaf commented 4 years ago

Hi, In the release I've just published the Loading text isn't added multiple times any more. Further you don't use a miroflow to retrieve data, but just to retrieve the page. This isn't the adviced way of using this widget, but still possible. In the settings the widget should refresh when the object refreshes, are you certain that the page you're loading isn't containing any datasource microflows with refreshes of objects? Did you check what happens when you disable the refresh function? Kind regards, Joël