‎2005 Oct 05 6:14 AM
Hi.
I use a splitter container to display a chart and an alv grid. When the user ends the transaction I want to remember the sash-position of the splitter-container that the user gets the same setting at the next time. For that I use the method GET_SASH_POSITION (CL_GUI_EASY_SPLITTER_CONTAINER). But this methods returns always the value 0 (g_100_split_right->get_sash_position( importing sash_position = lw_layout-sash ).).
Does anybody out there use this method?
Thanks.
With best regards
Michael
‎2005 Oct 05 6:50 AM
Hi,
I could see the method "<b>SET_SASH_POSITION</b>".
Is there a method "GET_SASH_POSITION"?
Message was edited by: Sivakumar Muthusamy
‎2005 Oct 05 6:50 AM
Hi,
I could see the method "<b>SET_SASH_POSITION</b>".
Is there a method "GET_SASH_POSITION"?
Message was edited by: Sivakumar Muthusamy
‎2005 Oct 05 8:21 AM
There are the methods:
GET_SASH_POSITION
SET_SASH_POSITION
in class CL_GUI_EASY_SPLITTER_CONTAINER.
I want to use them to detect the sash position and for the next run set the same sash position.
wbr
Michael
‎2005 Dec 06 5:05 PM
CALL METHOD GET_SASH_POSITION ...
CALL METHOD cl_gui_cfw=>flush.This is because of the automation queue.
‎2005 Dec 06 5:08 PM
CALL METHOD cl_gui_cfw=>dispatch.
CALL METHOD GET_SASH_POSITION