<?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 CL_GUI_RTF_EDITOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284526#M153537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am completely lost on how to determine the number of lines entered in a CL_GUI_RTF_EDITOR control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class CL_GUI_RTF_EDITOR provides the method IS_LINE_BEGIN, but this only works for hard line breaks - those created by pressing ENTER.&lt;/P&gt;&lt;P&gt;Line breaks that appear by writing a very long line that goes over the right window end are not counted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise there is no suitable method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A clue might be to use the method get_property, but I don't know the correct property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is really appreciated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards from Switzerland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ingolf Dresp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2006 14:05:48 GMT</pubDate>
    <dc:creator>ingolf_dresp3</dc:creator>
    <dc:date>2006-04-20T14:05:48Z</dc:date>
    <item>
      <title>CL_GUI_RTF_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284526#M153537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am completely lost on how to determine the number of lines entered in a CL_GUI_RTF_EDITOR control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class CL_GUI_RTF_EDITOR provides the method IS_LINE_BEGIN, but this only works for hard line breaks - those created by pressing ENTER.&lt;/P&gt;&lt;P&gt;Line breaks that appear by writing a very long line that goes over the right window end are not counted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise there is no suitable method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A clue might be to use the method get_property, but I don't know the correct property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is really appreciated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards from Switzerland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ingolf Dresp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 14:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284526#M153537</guid>
      <dc:creator>ingolf_dresp3</dc:creator>
      <dc:date>2006-04-20T14:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_RTF_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284527#M153538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the get_text method.&lt;/P&gt;&lt;P&gt;YOu can find the number of lines of the returned table using describe statement.&lt;/P&gt;&lt;P&gt;call method &amp;lt;get text&amp;gt;&lt;/P&gt;&lt;P&gt;   .&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;describe table itab lines v_lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 14:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284527#M153538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_RTF_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284528#M153539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please also supply the type of the table itab, because if I use &lt;/P&gt;&lt;P&gt;itab type tlinetab&lt;/P&gt;&lt;P&gt;then the number of lines in itab does not correspond with the number of lines in the control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and THX for trying!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ingolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 14:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284528#M153539</guid>
      <dc:creator>ingolf_dresp3</dc:creator>
      <dc:date>2006-04-20T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_RTF_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284529#M153540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ingolf,&lt;/P&gt;&lt;P&gt;   YOu can use the method GET_WIDTH to find the width of the editor, there by you can create an internal table of that length.&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, 20 Apr 2006 15:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284529#M153540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_RTF_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284530#M153541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this a pretty old topic, but i need help. Can you guys provide sample code? I'm have the container and the object and trying to call set_text method passing the rtf_text, yet not seeing anything in the output. I want to know a complete example that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 01:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-rtf-editor/m-p/1284530#M153541</guid>
      <dc:creator>former_member622097</dc:creator>
      <dc:date>2014-01-30T01:37:21Z</dc:date>
    </item>
  </channel>
</rss>

