cancel
Showing results for 
Search instead for 
Did you mean: 

Change agentry selection color on ipad

Former Member
0 Kudos

Hi,

is there any way to change the selection color in a list view on ipad?

I don't need to customize ever pixel, but just the selection color would be nice.

I've tried every instance, field level, screen level, screenset level, module level, application level but without result.

Accepted Solutions (1)

Accepted Solutions (1)

jason_latko
Advisor
Advisor
0 Kudos

Dieter,

No way to change that currently on a List View Control.  As an alternative on iPad, use a List Tile View control to handle your list.  List Tile View controls can display a different child data screen for Row and Selected rows.  First create your Row screen set.  If your are going to display Object "Test", then create a Row screenset called "TestRow".  Add a detail screen with the columns you want to display.  This can be one row in height or multi-line.  Next copy this screenset to create a new screenset called "TestSelected".  This second screen set will be displayed when a tile is selected by the user.  Add a new image to the Application called "TestImage".  The image should be a small square containing nothing but the color you want displayed for the tile when selected (Red, Yellow, etc...).Add a "Screen Background Image" to this screen on the "Images" tab for the "TestSelected" screen.  Point it to the "TestImage" you added previously.  Change the "Background Image Size" to "Fit to Screen" so the color will expand to fit your entire tile.  Now tie these screensets to your List Tile View control on the "Settings" tab.  Also point to your data collection source on the "Data" tab.  That should be it.  Now your list tile will use the background image color of the TestSelected" screen when a row is selected.

Jason Latko - Senior Product Developer at SAP

Former Member
0 Kudos

thanks a lot!

Answers (0)