Page 1 of 1

JQMListView.TIWCGJQMIScrollViewOptions.ScrollToElement

PostPosted: 18 Feb 2015 23:31
by JohnFSklavounos
Hi Guys,

I'm trying to use the JQMListView.TIWCGJQMIScrollViewOptions.ScrollToElement(ElementID: string; Time: Integer) procedure but I'm not getting anywhere. I assumed that the ElementID parameter is the TIWCGJQMListItem.UniqueName but that doesn't accomplish anything... Where can I get the ElementID that ScrollToElement requires?

Thanks!
John

Re: JQMListView.TIWCGJQMIScrollViewOptions.ScrollToElement

PostPosted: 19 Feb 2015 12:57
by Alexander Bulei
Hi John,

The ScrollToElement method had a small issue (missing ";" in javascript code), but fixed in next beta build.
Thank you.

Changes:

Code: Select all
IWCGJQMListView
- Fixed: js error in ScrollToElement method
- Added: new ScrollToItemIndex & ScrollToItem methods


Best Regards.

Re: JQMListView.TIWCGJQMIScrollViewOptions.ScrollToElement

PostPosted: 19 Feb 2015 14:19
by JohnFSklavounos
Hi Alexander,

Thanks for the notification. Is there a way for me to fix it here for now? I don't have the source code though...

Thanks again,
John