cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Application. What exactly the platform chosen for each screen.

Former Member
0 Kudos

Hi All

I modify the program - SAP Work Manager to make it work with Work Arounds in a convenient way for a user.

I need to understand how to show measurement points at a particular work around step.

So I start Integrated Test Enviroment from Eclipse and explore SAP Work Manager project.

Different screen sets have different sets of platforms.

Some of screen sets have "Windows 1366x768" platform others don't have.

How to get know what exactly platform is chosen for each screen.

I tried to use Test Enviroment log but it doesn't show selected screens.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is file called "Screensets.ini" file.  When the client tells the server what client screen side it uses it looks in file and pulls the screens based on the order of the platform listed. 

As the client will download each screenset, it will pull the platfrom basted on the file for Win32 1366x768 it look for each platform in each screenset and pull the first one it finds.

[Win32_1366x768]

1=Win32_1366x768

2=Win32_1024x768

3=iPad

4=Android_XLarge

5=Android_Large

6=Win32_1024x600

7=Win32_800x600

8=Win32_640x480

9=HPC

Answers (0)