tabris icon indicating copy to clipboard operation
tabris copied to clipboard

Tabris for Eclipse RAP

Results 77 tabris issues
Sort by recently updated
recently updated
newest added

With Eclipse 3.7M5 the SWT Gesture API was introduced. This could be a good fit to support touch events with Tabris. But first we need to investigate how to include...

feature request

Multi selection as we know it from SWT is not a feature we want on the mobile clients. This is because such a multi selection simply does not exist. An...

feature request

Consider enhancing Tabris to support JFACE's Decoration classes. Worth investigating if there are Android/iOS equivalents for highlighting widgets - particularly for input validation.

enhancement
feature request

Not sure if this is deliberate, but on Android is it impossible to have a Combo dropdown that doesn't have a value selected (assuming there are values to choose from)....

android

In mobile it is not common to highlight the selected row. Therefore the default behavior for grid based widgets should be to not highlight the selected row when touched. There...

enhancement

Accessing and modifying a device address book is a common feature for mobile apps. We should add support for this in Tabris too.

feature

Currently the SWT.INDETERMINATE style shows a horizontal progress bar (similar to SWT). Tabris should also support a spinning progress on Android: ![progress_activity_do](https://f.cloud.github.com/assets/73655/271401/f58488dc-8fe3-11e2-8a1f-c7cd60d85d25.png)

enhancement
android