/
How To Change the Screen Model in the IDE

How To Change the Screen Model in the IDE

In some cases the legacy screen size is different than the default 24*80

If this is the case, you will need to do the following:

  1. Go to the SDK's application.yml

  2. Add model property to screens->project→{projectName} 



    # Openlegacy Screens Properties (OLScreensProperties) # screens: project: example: hostname: e port: 23 code-page: 37 model: 2 ssl-type: user: password: enhanced: true

     



  3. Enter the appropriate value according to the actual screen size:

    • 24X80 - 2

    • 32X80 - 3

    • 43X80 - 4

    • 27X132 - 5

  4. You can also select the screen size in the SDK Project wizard 



 

 

 

 

 

 

 

 

 





Related content