<?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: resizing the subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417962#M1548907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for the dynamic resizable subscreen area I don't think there is a someone out there who could help you with this. &lt;/P&gt;&lt;P&gt;The only available options are those which the control resizes simultaneously with window resizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short all i want is expandable and collapsible button function for sub-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You should said that at the beginning &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer some sample here &lt;SPAN __jive_macro_name="thread" id="1356543"&gt;&lt;/SPAN&gt;. Basically you need to have button on each subscreen. Then handle each one separately. This is how standard collapse/expand technique works in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 15:22:40 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2010-11-02T15:22:40Z</dc:date>
    <item>
      <title>resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417956#M1548901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my question kindly answer it if anyone know it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to resize the subscreen when i click on the button, which is outside the subscreen area i.e when i clik for the first time the size of the subscreen should get minimize and when i click for the second time the size should get maximize&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417956#M1548901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417957#M1548902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am affraid my friend this is not possible. You can't mini/maxmize subscreen (or even tweak its size) on demand. You need to think of swithing b/w different subscreens. I.e one empty would be used for "minimalization" , and one (with content) used for "maximalization" . This way you can achieve kind of subscreen hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally if you want to keep this place where subscreen is embeded uncompressed, in main screen's attributes turn on option &lt;STRONG&gt;switch off runtime compression&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417957#M1548902</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-11-02T11:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417958#M1548903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz go through below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify whether sub screen area should be resized whenevr user resize the window but you can not resize the subscreen through button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to resize the subscreen area as per your window you need to set properties (Resizing) in loyout of screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417958#M1548903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T11:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417959#M1548904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well this was the task given to me . got stuck here only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well if u  can think of any other alternate way to achive this , plz reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also is it posible to dynamically change th attributes of the subscreen area may be to minimized the height attribute of sub-screen area.  i am thinking is  as we can change the text attribute of the button dynamically can it be done with sub-screen also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417959#M1548904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T11:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417960#M1548905</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;Try to create 2 sub screens of the sizes as per your requirement. Use a FLAG for the button with possible values as either BLANK or X. Call the sub-screens on whether the FLAG is set or BLANK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Luri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417960#M1548905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T11:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417961#M1548906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the above may work but how will you again re-size the screen clicking the same button, as per my knowledge one button can be assigned only one function and also in this way we just hiding the screen and the sub screen area will remain there, as per  my thinking the better output will be if we can re-size the sub-screen area. in short all i want is expandable and collapsible button function for sub-screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 15:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417961#M1548906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417962#M1548907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for the dynamic resizable subscreen area I don't think there is a someone out there who could help you with this. &lt;/P&gt;&lt;P&gt;The only available options are those which the control resizes simultaneously with window resizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short all i want is expandable and collapsible button function for sub-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You should said that at the beginning &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer some sample here &lt;SPAN __jive_macro_name="thread" id="1356543"&gt;&lt;/SPAN&gt;. Basically you need to have button on each subscreen. Then handle each one separately. This is how standard collapse/expand technique works in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 15:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417962#M1548907</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-11-02T15:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: resizing the subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417963#M1548908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried the example , unable to get the logic , well i want to know whether same functionality will be achieved  if button is kept outside the sub-screen, if you can elaborate little bit the logic behind the expansible and collapsible it will be of great help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 10:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resizing-the-subscreen/m-p/7417963#M1548908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T10:17:46Z</dc:date>
    </item>
  </channel>
</rss>

