Application Development 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: 

Resizing of Sub screen

Former Member
0 Kudos

hi,

I have created a screen from which i call a subscreen.

I am using

call screen<scr number > starting at x1y1 ending at x2 y2

Is there any option where i am able to resize the sub screen?

Thanks.

6 REPLIES 6

former_member188685
Active Contributor
0 Kudos

Hi,

call screen<scr number > starting at x1y1 ending at x2 y2.

hi using the above one itself you can do that.

dynamically pass the varaibles...this way you can resize the screen..

Regards

vijay

0 Kudos

Hi Vijay,

What i want to acheive it is : after the screen has poped up, and then i want to drag and change the size of screen.

I hope it is clear now.

Thanks

0 Kudos

i think , u can do it by doing some settings for the screen in layout

0 Kudos

Hi tarun,

Dragging is possible...

but resizing i'm not sure..., but if you have a minize option(-) along with cancel(X) you can achieve it.

Regards

vijay

former_member186077
Active Participant
0 Kudos

Hi Tarun ,

Go to the layout of the screen where u have added the sub-screen area.Change the attributes of the sub-screen area.

Regards ,

Sriranjani.

0 Kudos

If u r asking to resize the screen in the output, it is not possible (Dragging is not possible).

Let me know anybody if it is possible.