<?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: Tabstrip cropped in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451739#M13804</link>
    <description>&lt;P&gt;Hi, This was the problem. If I check "vertical resizing" then all the things are displayed ok. &lt;/P&gt;&lt;P&gt;EDIT: Nope, this is not the problem...&lt;/P&gt;&lt;P&gt;It seems that depends on the screen resolution. I have two monitors, my laptop screen and anoother, if I execute the program in my laptop is displayed wrong, but if I move the window to the other monitor then is automatically displayed well...&lt;/P&gt;&lt;P&gt;This didn't happen before adding the subscreen...&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 19:08:12 GMT</pubDate>
    <dc:creator>oliver_am</dc:creator>
    <dc:date>2017-04-20T19:08:12Z</dc:date>
    <item>
      <title>Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451733#M13798</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a module-pool in wich I'am displaying several fields and a tabstrip with several subscreens.&lt;/P&gt;&lt;P&gt;I have a button to check for errors. Right now I'm displaying a popup with the messages like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/30937-0.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I want to replace this popup by a message area, like in webdynpros.&lt;/P&gt;&lt;P&gt;For that purpose I've created a subscreen for the messages, enlarged the dynpro and displaced all the components downwards. &lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/30938-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;When threre is no messages I'm calling an empty subscreen in this area, so all the other components are displayed above.&lt;/P&gt;&lt;P&gt;But the tabstrip is getting cropped. Showing a scrollbar. I don't know what can be the problem.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/30961-4.jpg" /&gt;&lt;/P&gt;&lt;P&gt;In the dynpro there is enough space for all the components.&lt;/P&gt;&lt;P&gt;Do you know what I can do to solve this?&lt;/P&gt;&lt;P&gt;I've tried creating another subscreen to place all the rest of components, but Im getting an error because you cannot call a subscreen from another subscreen.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451733#M13798</guid>
      <dc:creator>oliver_am</dc:creator>
      <dc:date>2017-04-20T08:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451734#M13799</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I've also faced with such screen behavior few months ago, and I solved it like it was done in the standard ME23N transaction:&lt;/P&gt;&lt;P&gt;You should create one screen with which will have subscreen with message area and one subscreen without it. And If you have no messages, you should substitute the first screen with the second one. &lt;/P&gt;&lt;P&gt;Hope it will be helpful.&lt;/P&gt;&lt;P&gt;Evgeny&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 09:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451734#M13799</guid>
      <dc:creator>former_member400468</dc:creator>
      <dc:date>2017-04-20T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451735#M13800</link>
      <description>&lt;P&gt;If the area contain a control like an ALV, consider replacing the subscreen area with a docking container?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 09:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451735#M13800</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-04-20T09:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451736#M13801</link>
      <description>&lt;P&gt;But how to set concrete size in lines of the docking container? It will differ for different screen sizes. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 10:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451736#M13801</guid>
      <dc:creator>former_member400468</dc:creator>
      <dc:date>2017-04-20T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451737#M13802</link>
      <description>&lt;P&gt;In the subscreen area below the tabstrip, make sure you have set the attribute "vertical resizing" flag.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 10:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451737#M13802</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-04-20T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451738#M13803</link>
      <description>&lt;P&gt;You set the size of a docking container via the parameter EXTENSION of the constructor, and you may change it later via the method SET_EXTENSION.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 10:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451738#M13803</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-04-20T10:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451739#M13804</link>
      <description>&lt;P&gt;Hi, This was the problem. If I check "vertical resizing" then all the things are displayed ok. &lt;/P&gt;&lt;P&gt;EDIT: Nope, this is not the problem...&lt;/P&gt;&lt;P&gt;It seems that depends on the screen resolution. I have two monitors, my laptop screen and anoother, if I execute the program in my laptop is displayed wrong, but if I move the window to the other monitor then is automatically displayed well...&lt;/P&gt;&lt;P&gt;This didn't happen before adding the subscreen...&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 19:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451739#M13804</guid>
      <dc:creator>oliver_am</dc:creator>
      <dc:date>2017-04-20T19:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451740#M13805</link>
      <description>&lt;P&gt;It seems that depends on the screen resolution. I have two monitors, 
my laptop screen and another, if I execute the program in my laptop is 
displayed wrong, but if I move the window to the other monitor then is 
automatically displayed well...&lt;/P&gt;&lt;P&gt;This didn't happen before adding the subscreen... &lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451740#M13805</guid>
      <dc:creator>oliver_am</dc:creator>
      <dc:date>2017-04-21T08:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451741#M13806</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I've tried using a container, but the components are displayed below the screen with a gap for the container;&lt;/P&gt;&lt;P&gt;I don't see any parameter EXTENSION or method SET_EXTENSION in class cl_gui_custom_container.&lt;/P&gt;&lt;P&gt;I've tried with method set_height but nothing happens.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/31151-1.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451741#M13806</guid>
      <dc:creator>oliver_am</dc:creator>
      <dc:date>2017-04-21T09:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451742#M13807</link>
      <description>&lt;P&gt;Hi, thanks for answer.&lt;/P&gt;&lt;P&gt;If there aren't other chances I'll try this workaround.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451742#M13807</guid>
      <dc:creator>oliver_am</dc:creator>
      <dc:date>2017-04-21T09:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451743#M13808</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This happened because runtime properties of the screen are set based on the subscreen area size, not a subscreen. So you can use two solutions described above:&lt;/P&gt;&lt;P&gt;1) Docking container with ALV &lt;/P&gt;&lt;P&gt;2) Two main screens with and withot subscreen&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451743#M13808</guid>
      <dc:creator>former_member400468</dc:creator>
      <dc:date>2017-04-21T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip cropped</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451744#M13809</link>
      <description>&lt;P&gt;Ok, solved. &lt;BR /&gt;This was really easy... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I only needed to unckeck the property "vertical resizing" in the subscreen there is whitin the tabstip...&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 11:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-cropped/m-p/451744#M13809</guid>
      <dc:creator>oliver_am</dc:creator>
      <dc:date>2017-04-21T11:07:39Z</dc:date>
    </item>
  </channel>
</rss>

