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

Scrolling in Subscreen (Tabstrip)

Former Member
0 Likes
2,346

Hi,

I have a fairly large subscreen in a tabstrip and for users running a 800 x 600 monitor resolution a scrolling bar appears because the tabstrip resizes to fit the screen and the subscreen doesn't fit in the space reserved any more. So far no problem, but in the lower half of the subscreen there is a table control. I need to scroll down in the subscreen to view the table control. Now, everytime I click the scrolling-bar of the table control to scroll throw its entries, the subscreen re-positions to show the first input field in the subscreen. Which means: I have to scroll down the subscreen again to see the tablecontrol.

How can I avoid this behaviour?

Thanks for suggestions, Kathrin!

Hi,

I have a fairly large subscreen in a tabstrip and for users running a 800 x 600 monitor resolution a scrolling bar appears because the tabstrip resizes to fit the screen and the subscreen doesn't fit in the space reserved any more. So far no problem, but in the lower half of the subscreen there is a table control. I need to scroll down in the subscreen to view the table control. Now, everytime I click the scrolling-bar of the table control to scroll throw its entries, the subscreen re-positions to show the first input field in the subscreen. Which means: I have to scroll down the subscreen again to see the tablecontrol.

How can I avoid this behaviour?

Thanks for suggestions, Kathrin!

3 REPLIES 3
Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,486

Hi Kathrin

I do not know whether this would be a solution but try to utilize the option "Hold Screen Position" existing at "Attributes" tab for your screen in Screen Painter.

*--Serdar

Read only

0 Likes
1,486

Hi Serdar!

I've tried this option, but unfortunately it doesn't solve the problem.

Thanks anyway,

regards, Kathrin!

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,486

Kathrin,

Try using GET and SET CURSOR. Get the cursor in PAI after you click the table control scroll. Then in PBO of your subscreen, SET the cursor to the one you get in PAI.