/
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:
Go to the SDK's application.yml
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
Enter the appropriate value according to the actual screen size:
24X80 - 2
32X80 - 3
43X80 - 4
27X132 - 5
You can also select the screen size in the SDK Project wizard
, multiple selections available,
Related content
How-To Create Angular Projects Based on Screens
How-To Create Angular Projects Based on Screens
More like this
Entity Editor
Entity Editor
More like this
IDE での面モデルの変更方法
IDE での面モデルの変更方法
More like this
How to Create Project Templates
How to Create Project Templates
More like this