Page 1 of 1

Scrolling Of Custom Widgets List

Posted: 18 Jun 2015 18:28
by acerzw
Hi,

I have about 12 Custom Widgets/Overlays and when I scroll the list to the bottom as soon as remove finger the list scroll back to the top again, making it impossible to select the widget for editing. This only happens in landscape mode on my 8" Tablet (1280 x 800 display, kitkat 4.4.4). I can work around it by turning the tablet into portrait mode where it al seems ok.

Just thought I would mention it, incase anyone else is experiencing it too.

So far no other issues, 1.28.0 is working fine.

Rob

Re: Scrolling Of Custom Widgets List

Posted: 19 Jun 2015 07:17
by Martin
Hi Rob,

Thanks for reporting.

I was able to reproduce a similar issue on the widget list which is caused by updating a widget, for example when the widget displays a global variable or when a flow updates the widget with script function setWidgetElementProperty. Maybe the issue your experiencing is related to this one.

Is the list of widgets short enough so that all widgets fit into the list in portrait mode? Do you use global variables in one of the widgets or do you use script function setWidgetElementProperty in one of your flows to modify a widget frequently?

Regards,
Martin

Re: Scrolling Of Custom Widgets List

Posted: 19 Jun 2015 11:30
by acerzw
Hi Martin,

Thanks for investigating. Yes the widget list is short enough to fully display in portrait mode, I use both global variables and setWidgetElementProperty in several widgets in the list, one of which updates every second (clock).

Rob