<?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 Re: Full screen splitter control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759558#M1583500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make the screen as big as you can and place the container on the screen with it`s width and height.&lt;/P&gt;&lt;P&gt;Set the container to auto resize with a minimum of 1.&lt;/P&gt;&lt;P&gt;So the user can use it as fullscreen. The Screen will be compressed until the max. screen size is reached &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2011 15:48:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-04T15:48:28Z</dc:date>
    <item>
      <title>Full screen splitter control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759556#M1583498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using cl_gui_splitter_container to display two ALV grids on one screen. Currently I put the splitter inside a custom container with a fixed size, but what I want to do is use the whole available screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating a single ALV grid, I can use screen0 as parent to use the full screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CREATE OBJECT go_grid EXPORTING i_parent = cl_gui_container=&amp;gt;screen0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However for a splitter I can't get this to work, not with default_screen instead of screen0 either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have working code where a splitter uses the full screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 13:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759556#M1583498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-04T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Full screen splitter control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759557#M1583499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use a [SAP Docking Container|http://help.sap.com/saphelp_sm32/helpdata/en/f5/4f6e0a9f2511d295cc00a0c930660b/frameset.htm] ([cl_gui_docking_container|http://www.sdn.sap.com/irj/scn/advancedsearch?query=sap&lt;EM&gt;docking&lt;/EM&gt;container#Code%20Gallery])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 13:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759557#M1583499</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-04-04T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Full screen splitter control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759558#M1583500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make the screen as big as you can and place the container on the screen with it`s width and height.&lt;/P&gt;&lt;P&gt;Set the container to auto resize with a minimum of 1.&lt;/P&gt;&lt;P&gt;So the user can use it as fullscreen. The Screen will be compressed until the max. screen size is reached &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 15:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759558#M1583500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-04T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Full screen splitter control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759559#M1583501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filip.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a custom container., and give what ever width and height u want., refer the below snippet.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:  ob_custom                   TYPE REF TO cl_gui_custom_container,
             ob_split1                   TYPE REF TO cl_gui_easy_splitter_container,   
             ob_grid1                    TYPE REF TO cl_gui_alv_grid,
             ob_grid2                    TYPE REF TO cl_gui_alv_grid,

* This will create a container
  CREATE OBJECT ob_custom
    EXPORTING
      container_name = 'CONTAINER'.     " this is the custom container name in screen

* This spit the container OB_CUSTOM into two
  CREATE OBJECT ob_split1
    EXPORTING
      parent      = ob_custom
      orientation = cl_gui_easy_splitter_container=&amp;gt;orientation_horizontal.

*Left side ALV Container
  CREATE OBJECT ob_grid1
    EXPORTING
      i_parent = ob_split1-&amp;gt;top_left_container.

*Right Side ALV Container
  CREATE OBJECT ob_grid2
    EXPORTING
      i_parent = ob_split1-&amp;gt;bottom_right_container.

then call ob_grid1-&amp;gt;set_table_for_first_display and ob_grid2-&amp;gt;set_table_for_first_display&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help u., &lt;/P&gt;&lt;P&gt;revert if u need some more clarifications..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 05:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759559#M1583501</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-04-05T05:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Full screen splitter control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759560#M1583502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran, thanks but that's what I had already; the question was how to make it full screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other two replies got me there; the dock container gave a thick border, the oversize custom container is perfect - thx guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 07:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/full-screen-splitter-control/m-p/7759560#M1583502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T07:54:42Z</dc:date>
    </item>
  </channel>
</rss>

