<?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: Restrict resizing while using Docking Container in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681707#M1449690</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;you can control size using parameter EXTENSION. The value 99999 is too big for any screen hence the container is displayed in fullscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Mar 2010 03:53:26 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2010-03-22T03:53:26Z</dc:date>
    <item>
      <title>Restrict resizing while using Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681706#M1449689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we restrict the resizing the docking container with class GL_CUI_DOCKING_CONTAINER. Currently it is displaying in full screen. but donot want user to resize the SCREEN.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 create object g_docking_container
    exporting
      repid     = g_repid
      dynnr     = '300'
      extension = 99999
      side      = cl_gui_docking_container=&amp;gt;dock_at_right.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 08:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681706#M1449689</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-21T08:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict resizing while using Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681707#M1449690</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;you can control size using parameter EXTENSION. The value 99999 is too big for any screen hence the container is displayed in fullscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 03:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681707#M1449690</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-03-22T03:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict resizing while using Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681708#M1449691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is the Docking container will display in full screen. But i wanted to restrict the resizing of the screen. &lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 03:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681708#M1449691</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-22T03:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict resizing while using Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681709#M1449692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry. I did not read your question carefully. I don't know answer but have you tried to use event SIZE_CONTROL? Basically, you would always resize container to original size in this event. I am not sure how it will look. BTW have you seen any standard SAP transaction with disabled resizing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 05:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681709#M1449692</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-03-22T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict resizing while using Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681710#M1449693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have try with method REG_EVENT_SIZE_CONTROL, but its not working , still user can resize the screen, using DRAGGING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find any SAP standard programs with resizing restricted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Info ?&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 05:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681710#M1449693</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-22T05:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict resizing while using Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681711#M1449694</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;Don't know how to do this for &lt;EM&gt;docking container&lt;/EM&gt; but you can use &lt;EM&gt;splitter container&lt;/EM&gt; instead and remove the option for resizing it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
r_split_container-&amp;gt;set_row_sash( id    = 1
                                           type  = me-&amp;gt;r_split_container-&amp;gt;type_movable
                                           value = me-&amp;gt;r_split_container-&amp;gt;false ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 08:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681711#M1449694</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-03-23T08:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict resizing while using Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681712#M1449695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You hint got worked out. I have used Splitter container instead of Docking container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 05:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-resizing-while-using-docking-container/m-p/6681712#M1449695</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-24T05:01:50Z</dc:date>
    </item>
  </channel>
</rss>

