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

Screen sizing

Former Member
0 Likes
464

Hi,

I have created a screen for a dialogue transaction I am developing. The top part of the screen is a report display, the bottom part are tabstrips.

Unfortunately for some of the users the size of the tabstrips at the bottom of the screen are very small and they can only see one line of data displayed.

Would anybody have any suggestions as to how to adjust the screen size so the tabstrip par tof the screen is bigger.

when constructing the screen I allocated at least half the screen to the tabstrip but when my user displays the screen it is extermely small.

Many thanks.

1 ACCEPTED SOLUTION
Read only

asik_shameem
Active Contributor
0 Likes
422

Hi,

Welcome to SCN.

This is because of the RESIZE option in Tabstrip.

In SE51, double click on tabstrip and in attributes, uncheck resize options for Horizontal as well as Vertical.

2 REPLIES 2
Read only

asik_shameem
Active Contributor
0 Likes
423

Hi,

Welcome to SCN.

This is because of the RESIZE option in Tabstrip.

In SE51, double click on tabstrip and in attributes, uncheck resize options for Horizontal as well as Vertical.

Read only

Former Member
0 Likes
422

Hi Asik,

many thanks for the reply - that did the trick question is answered.