<?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: Problem on textarea when scrolling the screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630056#M26411</link>
    <description>&lt;P&gt;Is your SAPGUI up to date?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jun 2018 07:09:18 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2018-06-25T07:09:18Z</dc:date>
    <item>
      <title>Problem on textarea when scrolling the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630053#M26408</link>
      <description>&lt;P&gt;I have created screen with a Text fields, table control and Textarea. The problem is when i scroll down on the screen the Text area replicate it self what can i do?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/158899-untitled.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 11:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630053#M26408</guid>
      <dc:creator>tarikuw</dc:creator>
      <dc:date>2018-06-20T11:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on textarea when scrolling the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630054#M26409</link>
      <description>&lt;P&gt;Try to force update of SAP GUI with some call of methods such as CL_GUI_CFW=&amp;gt;FLUSH (Synchronize queue) or CL_GUI_CFW=&amp;gt;UPDATE_VIEW (updates queue)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 13:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630054#M26409</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-06-20T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on textarea when scrolling the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630055#M26410</link>
      <description>&lt;P&gt;#&lt;A href="https://answers.sap.com/users/1270/raymondgiuseppi.html"&gt;Raymond Giuseppi&lt;/A&gt; thanks for you replay &lt;/P&gt;
  &lt;P&gt;I tried to use those methods but no change.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 11:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630055#M26410</guid>
      <dc:creator>tarikuw</dc:creator>
      <dc:date>2018-06-22T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on textarea when scrolling the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630056#M26411</link>
      <description>&lt;P&gt;Is your SAPGUI up to date?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 07:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630056#M26411</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-06-25T07:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on textarea when scrolling the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630057#M26412</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/168258-untitled1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;This the detail information on the verison.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 08:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630057#M26412</guid>
      <dc:creator>tarikuw</dc:creator>
      <dc:date>2018-06-25T08:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on textarea when scrolling the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630058#M26413</link>
      <description>&lt;UL&gt; 
   &lt;LI&gt;Client Side -&amp;gt; Try to install a SAP GUI 7.50 (&lt;A href="https://launchpad.support.sap.com/#/notes/147519"&gt;147519 - Maintenance strategy / deadlines for SAP GUI for Windows / SAP GUI for Java&lt;/A&gt;)&lt;/LI&gt; 
   &lt;LI&gt;Server Side -&amp;gt; Try to handle the resized event SIZE_CONTROL on container CL_GUI_CONTAINER and/or text editor CL_GUI_TEXTEDIT to force a redisplay of screen.&lt;/LI&gt; 
  &lt;/UL&gt;</description>
      <pubDate>Mon, 25 Jun 2018 08:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-textarea-when-scrolling-the-screen/m-p/630058#M26413</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-06-25T08:21:38Z</dc:date>
    </item>
  </channel>
</rss>

