Open hstaudacher opened 10 years ago
To support the "edit mode" in Android we should use the contextual ActionBar:
http://developer.android.com/guide/topics/ui/menus.html#context-menu
On Mon, Dec 2, 2013 at 10:55 AM, Holger Staudacher <notifications@github.com
wrote:
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 alternative on mobile clients is some kind of an "edit mode". This displays a list different e.g. including check boxes, adding delete buttons etc.
I think we should consider to enhance our Tree/Table to be able use some kind of "edit mode" were we can define the buttons, layout etc. Maybe a second row template can be used?
— Reply to this email directly or view it on GitHubhttps://github.com/eclipsesource/tabris/issues/239 .
Moritz Post EclipseSource Email: mpost@eclipsesource.com Tel: +49-721-66-47-33-33 Fax: +49-721-66-47-33-29 http://www.eclipsesource.com/ ========================= Legal Disclaimer ================================= According to Section 80 of the German Corporation Act Innoopract Informationssysteme GmbH must indicate the following information: Address: Lammstraße 21, 76133 Karlsruhe Germany General Manager: Jochen Krause
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 alternative on mobile clients is some kind of an "edit mode". This displays a list different e.g. including check boxes, adding delete buttons etc.
I think we should consider to enhance our Tree/Table to be able use some kind of "edit mode" were we can define the buttons, layout etc. Maybe a second row template can be used?