<?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: F1 help in dialog programing for text editor ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304721#M1223350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look in SAP online documentation on cl_gui_textedit or call transaction SE24, there is an event F1 in class cl_gui_textedit to handle, and in the page [Custom Controls|http://help.sap.com/saphelp_nw70/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/frameset.htm], you will get a sample to copy and adapt. (NB: In the sample the events F1 and F4 are handled in the program...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2009 06:59:52 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-03-12T06:59:52Z</dc:date>
    <item>
      <title>F1 help in dialog programing for text editor ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304718#M1223347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using cl_gui_textedit for text edtior on dialog programming.&lt;/P&gt;&lt;P&gt;the functionality is doing well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I need is to create F1 help for this editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whenever user press F1 on this editor control. Help should be displayed.&lt;/P&gt;&lt;P&gt;Can we do that? if yes how?&lt;/P&gt;&lt;P&gt;An example will be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 06:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304718#M1223347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T06:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programing for text editor ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304719#M1223348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the cl_gui_textedit, i dont' think its possible for the F4 help for the text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the text editor is for the what ever text we can write in that...if you have the F4 help there is no need of the text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short i can say that we can'nt create the F4 help for the text editor..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 06:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304719#M1223348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programing for text editor ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304720#M1223349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not F4 ....I am talking about F1 help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 06:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304720#M1223349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T06:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programing for text editor ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304721#M1223350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look in SAP online documentation on cl_gui_textedit or call transaction SE24, there is an event F1 in class cl_gui_textedit to handle, and in the page [Custom Controls|http://help.sap.com/saphelp_nw70/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/frameset.htm], you will get a sample to copy and adapt. (NB: In the sample the events F1 and F4 are handled in the program...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 06:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304721#M1223350</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-03-12T06:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programing for text editor ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304722#M1223351</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 using the FM 'DOC_DISPLAY_ADD_F1_HELP' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 07:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304722#M1223351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T07:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: F1 help in dialog programing for text editor ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304723#M1223352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 09:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f1-help-in-dialog-programing-for-text-editor/m-p/5304723#M1223352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T09:01:43Z</dc:date>
    </item>
  </channel>
</rss>

