Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change screen size dynamically in Module pool

Former Member
0 Likes
3,932

Hi Experts,

Is it possible to make the Module pool screen to be viewed consistent across all the monitors inspite of the size of the monitors.

For eg., the screen developed in a 17 inch monitor should be viewed as it is in a 15 inch monitor with out any scroll bars. Is it possible?

Also let me know if the question is not clear..

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
1,883

You can set Resizing attributes of the screen for your programm

3 REPLIES 3
Read only

Former Member
0 Likes
1,883

Hi,

this is not possible. A user can change font size in GUI settings, so everyone can have differnt individual GUI settings, which can cause scroll bars.

To check this press button Customize Local Layout (Alt + F12) and then choose Options -> Visual Design -> Font Settings.

Regards,

Klaus

Read only

Former Member
1,884

You can set Resizing attributes of the screen for your programm

Read only

0 Likes
1,883

Thanks Artem,

Your idea helped for a workaround