<?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: How to implement a custom UI control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-custom-ui-control/m-p/2051907#M423099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but I don't have an answer - I have been trying to solve the same problem for a while now. I even contacted Thomas Jung directly, but was not able to solve the event sink\handler problem. Although I did manage to re-create his example and display a .NET VB Textbox within the SAP GUI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do manage to get any further - please let me know how you managed to get the event handling to work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx,&lt;/P&gt;&lt;P&gt;N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Dec 2007 16:29:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-23T16:29:55Z</dc:date>
    <item>
      <title>How to implement a custom UI control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-custom-ui-control/m-p/2051906#M423098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to display interactive maps on the Windows SAP GUI. The maps&lt;/P&gt;&lt;P&gt;are dynamically generated and fetched from an external map server using ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interactive map should be scrollable and allow the user to select a single or multiple POIs (Point Of Interest) using the mouse and drag and drop them into&lt;/P&gt;&lt;P&gt;a table and/or tree. There should be an visual indication on the map&lt;/P&gt;&lt;P&gt;for selected POIs and a tooltip displaying additional information should &lt;/P&gt;&lt;P&gt;pop up if the cursor is placed above a POI. I've implemented all this using &lt;/P&gt;&lt;P&gt;SWT / Java already which was pretty straight forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the CL_GUI_PICTURE control but it seems that I would need more&lt;/P&gt;&lt;P&gt;events (such as OnMouseMove, OnLeft/RightButtonDown, OnLeft/RightButtonUp, &lt;/P&gt;&lt;P&gt;OnDrag) in order to implement this. I think that the CL_GUI_PICTURE has&lt;/P&gt;&lt;P&gt;just a few events in order to minimize client/server interactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are my options to implement such an interactive map on SAP GUI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this blog where a custom control is implemented using ActiveX:&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/09/01/using-net-windows-controls-in-the-abap-control-framework&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the way to go? Is there an official developers guide for custom&lt;/P&gt;&lt;P&gt;UI controls from SAP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 08:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-custom-ui-control/m-p/2051906#M423098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a custom UI control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-custom-ui-control/m-p/2051907#M423099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but I don't have an answer - I have been trying to solve the same problem for a while now. I even contacted Thomas Jung directly, but was not able to solve the event sink\handler problem. Although I did manage to re-create his example and display a .NET VB Textbox within the SAP GUI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do manage to get any further - please let me know how you managed to get the event handling to work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx,&lt;/P&gt;&lt;P&gt;N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2007 16:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-custom-ui-control/m-p/2051907#M423099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-23T16:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a custom UI control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-custom-ui-control/m-p/2051908#M423100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also quite new to the custom &lt;A href="http://www.kettic.com/"&gt;&lt;SPAN style="color: #333333;"&gt;UI controls&lt;/SPAN&gt;&lt;/A&gt;. I am deeply attracted by this topic and wonder did you get this problem solved or not. Can you refer me any practical &lt;A href="http://www.kettic.com/winforms_ui/controls_and_tutorials.shtml"&gt;&lt;SPAN style="color: #333333;"&gt;UI control tutorial&lt;/SPAN&gt;&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 03:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-custom-ui-control/m-p/2051908#M423100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-04T03:58:35Z</dc:date>
    </item>
  </channel>
</rss>

