cancel
Showing results for 
Search instead for 
Did you mean: 

Popup window with Tree.

Former Member
0 Kudos

Hello experts.

I've created a Modal Popup window with only a Tree in the layout. On runtime, When I'm expanding the tree node, the window is getting larger. not only that, but the collapse button does the same.

To make things worse, i have some other modal popups in my application, and if they are executed after the tree popup it seems like they "take into consideration" the size of the tree.

ideas?

Thx

Motty.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi motty.......

if you dont want your window to be resizeable then pass the value abap_false to the parameter is_resizable when you create the window using create_external_window method.

---regards,

alex b justin

Former Member
0 Kudos

Hi alex.

Thank you for your quick reply.

I'm using the create window method. I don't want a new browser window

Motty.

Former Member
0 Kudos

hi motty......

since you are using the same window you will not e able to do that.

---regards,

alex b justin

Former Member
0 Kudos

Hi Alex.

You mean that i cant control the size? and why the collapse button is enlarging the window?

Motty.

Former Member
0 Kudos

hi motty.......

its a normal procedure.

when you exapnd a tree...

it automatically expands the window so that the user can see all the values.

try using create_external_window.

---regards,

alex b justin

Former Member
0 Kudos

Well...

The problem is not limited to a tree, even if i put a table instead, While selecting a line, the window expands. It doesnt seem like a normal behavior, even for a modal window.

Motty.