cancel
Showing results for 
Search instead for 
Did you mean: 

Resize a container size at runtime in WD ABAP

Former Member
0 Kudos

Hi all,

I have some queries in WD ABAP.

1) If I want to resize(stretch) a container at runtime is there any GUI element or something else to do so.

2) Also when I hit enter at runtime how to handle this even.

Please suggest.

Thanks

Sanket sethi

Accepted Solutions (0)

Answers (2)

Answers (2)

arjun_thakur
Active Contributor
0 Kudos

Hi Sanket

If I want to resize(stretch) a container at runtime is there any GUI element or something else to do so

There is no such UI element which can stretch the container. But you can set the width and height property of the container with two string type attribute and in some event handler, just set the value in these attribute according to the size you want.

Every Input field has ONENTER event, just write the code in that method.

I hope it helps.

Regards

Arjun

Edited by: Arjun on Jan 22, 2009 11:57 AM

Former Member
0 Kudos

I want to stretch the container at runtime manually.

arjun_thakur
Active Contributor
0 Kudos

Hi Sanket,

If are thinking to stretch a UI element at run time with the help of mouse pointer manually, I don't think that is possible. I think Thomas Jung is the right person to answer this question.

Regards

Arjun

Former Member
0 Kudos

Please suggest how to keep in touch with Thomas Jung about my query.

arjun_thakur
Active Contributor
0 Kudos

Thomas is the moderator of this forum and SAP mentor as well. He can answer this question when he comes online.

Regards

Arjun

pranav_nagpal2
Contributor
0 Kudos

you have to set the width property of container at run time.....

where you are hittong enter...?? i mean in any input field or something like that....?? if yes there is an event on enter you can bind any event handler with that..... it will be called when you hit enter...

regards

Pranav