eclipsesource / tabris

Tabris for Eclipse RAP
https://eclipsesource.com/products/tabris
53 stars 18 forks source link

Tabris 2.0.0 & 2.0.1: Refresh Content #453

Closed amedavid closed 7 years ago

amedavid commented 7 years ago

iOS(2.0.0 & 2.0.1): The Refresh Content function do not work anymore. Android(2.0.0 & 2.0.1): Everthing works fine.

patrykmol commented 7 years ago

Hello. Can you provide a snippet or describe the scenario where this problem occurs? Please provide iOS version you are using as well.

amedavid commented 7 years ago

Hello, we sent a Mail to the tabrisadress with a Video. Did you see that?

ifurnadjiev commented 7 years ago

Sorry.... I missed the video attached to the mail. Is this a RefreshComposite or it is a Tree with RefreshHandler?

amedavid commented 7 years ago

It's a RefreshComposite

ifurnadjiev commented 7 years ago

Can you provide a small snippet to demonstrate the issue? What is the used iOS version?

amedavid commented 7 years ago

How can i send you a PM? Because of data protection i can't push the Video here. iOS-Version 10.2.1

ifurnadjiev commented 7 years ago

A video will not help... Please create a simple Java snippet that demonstrate the issue.

amedavid commented 7 years ago

private void createRefreshingComposite(Composite parent) { this.refreshingComposite = new RefreshComposite(parent, SWT.NONE); GridLayoutFactory.fillDefaults().numColumns(1).equalWidth(false).margins(0, 0).applyTo(refreshingComposite); refreshingComposite.setMessage(Labels.get().TourPage_RefreshContentText); refreshingComposite.addRefreshListener(new RefreshListener() { @Override public void refresh() { businessObject.reAssignTour(); deliveriesControl.setTour(businessObject.getTour()); deliveriesControl.refresh(); refreshingComposite.done(); } }); }

ifurnadjiev commented 7 years ago

Thanks... we'll try to reproduce it on our side.

patrykmol commented 7 years ago

Fix for this will be included in next release (including message under the refresh indicator).