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

Multiple Text Editiors in Module Pool

Former Member
0 Likes
2,076


Hi,

I have done a module pool program with multiple text editors. Since this contains so many elements i about to scroll for view the output in the transaction.

In that time, after pressing any text field or pressing any button, the text editor also moving towards the scroll. I dont know how to resolve the issue. Please help.

Regards,

K Chandrakala

1 ACCEPTED SOLUTION
Read only

rosenberg_eitan
Active Contributor
0 Likes
1,842

Hi,


Have you consider using Tab strips:

Transaction STYLE_GUIDE

Regards.


Hi,

I have done a module pool program with multiple text editors. Since this contains so many elements i about to scroll for view the output in the transaction.

In that time, after pressing any text field or pressing any button, the text editor also moving towards the scroll. I dont know how to resolve the issue. Please help.

Regards,

K Chandrakala

5 REPLIES 5
Read only

rosenberg_eitan
Active Contributor
0 Likes
1,843

Hi,


Have you consider using Tab strips:

Transaction STYLE_GUIDE

Regards.

Read only

0 Likes
1,842

Thanks for ur reply.

Since I need all the input details in one screen itself i didnt go for Tab strip. Any other solution.

Regards Chandrakala K

Read only

0 Likes
1,842

Try to put every text in a resizable container (some splitter) so user can re-dimension those, you could also use two or three columns (ezizable too)

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,842

Or a small tree to navigate thru texts (screen copy from ME22N)

Regards,

Raymond

Read only

manivel
Participant
0 Likes
1,842

Hi,

Instead of having all text elements in single screen, you can split it into multiple screens

or you can do as suggested by using tab strip.

Regards,

Manivel S