JohnGymer

Results 13 issues of JohnGymer

Is it possible to support an image on a TabItem for the Tabris Windows client? Android and iOS both show an image.

feature
enhancement
feature request
windows

An enterable field (Text control) on Android normally has a line underneath to show that it is editable. Previously this line appeared if you included SWT.BORDER in the style of...

Using a Swipe in Tabris for RAP 3.6, I cannot swipe to anything other than the initial 0-indexed page. Swipe events don't get triggered and it never requests the next...

Is ClientDevice still supported in Tabris for RAP 3.6? e.g.: ` ClientDevice clientDevice = RWT.getClient().getService( ClientDevice.class ); if (clientDevice.hasCapability(Capability.CAMERA)) ... ` These types of queries always return FALSE for the...

Any plans to support drag and drop in Tabris? e.g. drag list/table item to a trash can to delete - common operation

Slightly strange chain of events, but I see a problem with iOS app badge numbers where I cannot set the badge to zero unless I set it to something else...

The most common type of control we see in our customers' application, which is not natively available in Tabris (and RAP in fact) is an editable grid control. Basically a...

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

Is it possible to instruct a DateTime Calendar control in RAP to NOT show the week numbers down the left side? In many cases these just clutter the display so...

enhancement