<?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: Splitter without any border in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673168#M297296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, but in this situation I want to use splitter as a container, just to put e.g. a toolbar at the top and a tree at the bottom. And I want to create that dynamically. So I don't need resizing in this situation, only container which gives me possibility to place few elements inside one parrent container. And it would look nicer if this gray border wouldn't be visible at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 09:39:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-23T09:39:40Z</dc:date>
    <item>
      <title>Splitter without any border</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673166#M297294</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;is that possible to create a splitter but with no border at all? I'm setting a border to false, but this is still not enough. Can someone tell me if that is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Big thanks,&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673166#M297294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter without any border</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673167#M297295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is no border how will the user identify how to resize the two controls you are showing, isn't that flexibility left to the user ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673167#M297295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter without any border</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673168#M297296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, but in this situation I want to use splitter as a container, just to put e.g. a toolbar at the top and a tree at the bottom. And I want to create that dynamically. So I don't need resizing in this situation, only container which gives me possibility to place few elements inside one parrent container. And it would look nicer if this gray border wouldn't be visible at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673168#M297296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter without any border</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673169#M297297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you canuse SET_ROW_SASH or SET_COLUMN_SASH methods to fix the splitter panes so that user cannot resize them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 10:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673169#M297297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T10:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter without any border</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673170#M297298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use the class CL_GUI_EASY_SPLITTER_CONTAINER and in the constructor set the attribute WITH_BORDER = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 10:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673170#M297298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T10:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter without any border</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673171#M297299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check that? Is that working? Because I entered into CONSTRUCTOR code of CL_GUI_EASY_SPLITTER_CONTAINER and it looks like WITH_BORDER parameter isn't used anywhere, looks like it is dummy parameter which doesn't change anything. I will write some test program, because I don't believe that &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 10:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673171#M297299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T10:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splitter without any border</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673172#M297300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like I thought, it doesn't change anything. But finally I found the solution I was looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mr_splitter-&amp;gt;set_row_sash( id = 1&lt;/P&gt;&lt;P&gt;                    type  = cl_gui_splitter_container=&amp;gt;type_sashvisible&lt;/P&gt;&lt;P&gt;                    value = cl_gui_splitter_container=&amp;gt;false ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that there is another switch for sash which can be turn on/off and this is exactly I was looking for. Now the sash is hidden and looks just like I wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 10:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitter-without-any-border/m-p/1673172#M297300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T10:41:40Z</dc:date>
    </item>
  </channel>
</rss>

