JohnGymer
JohnGymer
Hmm, seems like an odd behaviour for Android to have as normal. Ok, though, if that's the way they enforce it, then that's what we'll have to live with. Thanks,...
Will this be a Button widget with SWT.SWITCH or some Tabris API to access it, or will it be a totally new widget type? It would be great if it...
What, so NONE of the device features are there? I hadn't caught that they were ALL removed - thought maybe just GeoLocation had gone... I guess we have to bridge...
ok, so it will come back in a future update?
Did anything ever get done for this? I'm trying to get the TabrisUI parent Composite's clientRect during createContent, but it is always {0,0,0,0}. Is there a way to get the...
At the end of CreateContent, I observe the parent structure as Composite (parent) within another Composite (middle) within a maximized Shell. These are the various sizes and layout properties of...
Hi Holger, Does the fact that you closed this issue, mean that it is implemented in Tabris somehow now?
seems it is not as simple as work/doesn't work... I'll investigate further... maybe related to having other ScrolledComposites on the design
Here are the Swipe classes associated with the above sample: `package bug.snippet; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.layout.FormAttachment; import org.eclipse.swt.layout.FormData; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Label; import com.eclipsesource.tabris.widgets.swipe.SwipeContext;...
A little further investigation has revealed a couple of issues with the sample code, though there are still other issues in our more complex code that I'm trying to understand....