‎2008 Apr 02 4:35 PM
Hi SDN,
I've a screen with a button (data_area_expand / data_area_collapse), to expand/collpase a text, and a grid in the same screen with a docking container.
I can hide and show the text, but I'd like when the button is pressed the docking container adjust it's size according to the appearance of the text
Can you please help?
Best regards,
Maria João Rocha
.
‎2008 Apr 02 4:58 PM
Try this way
Once button is press
call method g_docking_container_1->set_visible
exporting
visible = ' ' " Change the value according to button press
exceptions
cntl_error = 1
cntl_system_error = 2
others = 3.
a®
‎2008 Apr 02 5:06 PM
Hi a®s,
I pretend the docking container (with a alv grid) always visible, the text is to hide/display according to he button. I can make that, my problem is to adjust the size of the docking container. When the text is shown the grid mut be smaller, and when the text is hide the grid must occupy all screen area.
Thanks and regards,
Maria João Rocha