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

Tabbed Subscreens, Dialog Programming

Former Member
0 Likes
727

Hi,

I am trying to put a subscreen, into a tab screen that is also going to a subscreen of the main screen.

I have had it all working properly, but lately the users asked for more fields to be added to the subscreen. Which I did , but now get the error 'Screen Output area too small'. When I remove the added field, the screen works fine again. I have increased the size of the main screen subscreen and decreased the size of the tabbed subscreen, but still get the same problem.

Anyone got any ideas ? Is there a limit as the strange thing is that one of the tabbed subscreens I have has more fields on it, and is not causing a problem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

Hi gary,

Increase both the subscreen area and the tab-strip area as well.

Regards,

Ravi

6 REPLIES 6
Read only

Former Member
0 Likes
684

Hi gary,

Increase both the subscreen area and the tab-strip area as well.

Regards,

Ravi

Read only

Former Member
0 Likes
683

Hi

It depends on size of both subarea, so you should increase them.

Max

Read only

Former Member
0 Likes
683

Hi,

try attribute .....( of the subscreen area in the tab )

make it Scrollable

or

sizing

vertical , horizontal.

Reagrds

Mark Helpfull answers

Message was edited by: Manoj Gupta

Read only

former_member183804
Active Contributor
0 Likes
683

Hello Gary,

a often chosen approach is to maximize the size of any subScreen container, make it resizable and enable scrolling bars.

I assume if you do this with all subScreen areas yor problem will be history.

Best Regards,

Klaus

Read only

Former Member
0 Likes
683

Thanks for your help guys.

I tried all of these and none of it seems to help, but appreciate the effort.

Cheers

Gary

Read only

Former Member
0 Likes
683

Hi Gary,

try the attribute setting ( scrollable --subcreen area in the tab ) activate every think.

i think should work.

what is number of field ur displaying on the subscreen.