<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Splitter-Container in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988012#M73429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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-&amp;gt;get_sash_position( importing sash_position = lw_layout-sash ).). &lt;/P&gt;&lt;P&gt;Does anybody out there use this method? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;With best regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2005 05:14:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-05T05:14:25Z</dc:date>
    <item>
      <title>Splitter-Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988012#M73429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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-&amp;gt;get_sash_position( importing sash_position = lw_layout-sash ).). &lt;/P&gt;&lt;P&gt;Does anybody out there use this method? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;With best regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 05:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988012#M73429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T05:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter-Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988013#M73430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I could see the method "&amp;lt;b&amp;gt;SET_SASH_POSITION&amp;lt;/b&amp;gt;".&lt;/P&gt;&lt;P&gt; Is there a method "GET_SASH_POSITION"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sivakumar Muthusamy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 05:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988013#M73430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T05:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter-Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988014#M73431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are the methods:&lt;/P&gt;&lt;P&gt;GET_SASH_POSITION&lt;/P&gt;&lt;P&gt;SET_SASH_POSITION&lt;/P&gt;&lt;P&gt;in class CL_GUI_EASY_SPLITTER_CONTAINER.&lt;/P&gt;&lt;P&gt;I want to use them to detect the sash position and for the next run set the same sash position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wbr&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988014#M73431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T07:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter-Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988015#M73432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD GET_SASH_POSITION ...

CALL METHOD cl_gui_cfw=&amp;gt;flush.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because of the automation queue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 17:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988015#M73432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T17:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter-Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988016#M73433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL METHOD cl_gui_cfw=&amp;gt;dispatch.&lt;/P&gt;&lt;P&gt;CALL METHOD GET_SASH_POSITION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 17:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-container/m-p/988016#M73433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T17:08:50Z</dc:date>
    </item>
  </channel>
</rss>

