<?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: Active X control framework SDK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010368#M1805455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not try drag drop event for Activex control but I would call Activex control's drop event on&lt;/P&gt;&lt;P&gt;drop event of proxy class.&lt;/P&gt;&lt;P&gt;If you handled drag-drop related issues at ABAP side like standart example program RSDEMO_DRAG_DROP_EDIT_TREE (cl_drag_drop object, dd handle , dd flavour etc) it should work.&lt;/P&gt;&lt;P&gt;Does your proxy class implement IF_DRAGDROP interface like CL_GUI_TEXTEDIT ?&lt;/P&gt;&lt;P&gt;I am asking because in your video I see that while you are dragging onto your own control, drop&lt;/P&gt;&lt;P&gt;icon does not appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 09:20:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-10T09:20:04Z</dc:date>
    <item>
      <title>Active X control framework SDK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010365#M1805452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;I have to develop a specific user control in SAP GUI does any SDK exist to do it ?&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 15:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010365#M1805452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-09T15:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Active X control framework SDK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010366#M1805453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know there is not an SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this requirement we developed activex control(.NET Visual Class library) and registered it on client&lt;/P&gt;&lt;P&gt;and to be able call this control from ABAP we created a 'proxy' class. This ABAP class&lt;/P&gt;&lt;P&gt;inherited from CL_GUI_CONTROL and it is created using CLSID parameter ( the name of&lt;/P&gt;&lt;P&gt;activex control in windows registry is passed).&lt;/P&gt;&lt;P&gt;This class has same methods as our activex control.&lt;/P&gt;&lt;P&gt;As a detail; this class is just a wrapper for OLE object creation and method calls..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write a blog about this topic someday..&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 23:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010366#M1805453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-09T23:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Active X control framework SDK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010367#M1805454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tunaham,&lt;/P&gt;&lt;P&gt;Thanks for your answer, but I have still written my own GUI Controller and the proxy class the problem come from to raise the drag/drop event or doubleclick. I have posted a thread to this adress :&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3481151"&gt;http://scn.sap.com/thread/3481151&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copy the constructor of the class CL_GUI_TEXTEDIT and changing the CLSID but this change nothing could you please tell me how to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 08:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010367#M1805454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T08:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Active X control framework SDK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010368#M1805455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not try drag drop event for Activex control but I would call Activex control's drop event on&lt;/P&gt;&lt;P&gt;drop event of proxy class.&lt;/P&gt;&lt;P&gt;If you handled drag-drop related issues at ABAP side like standart example program RSDEMO_DRAG_DROP_EDIT_TREE (cl_drag_drop object, dd handle , dd flavour etc) it should work.&lt;/P&gt;&lt;P&gt;Does your proxy class implement IF_DRAGDROP interface like CL_GUI_TEXTEDIT ?&lt;/P&gt;&lt;P&gt;I am asking because in your video I see that while you are dragging onto your own control, drop&lt;/P&gt;&lt;P&gt;icon does not appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010368#M1805455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Active X control framework SDK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010369#M1805456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks, As I understand on Active X Control, is not necessary to activate the drag-drop in the Active X control, Normally the drag drop event is managed by the SAP GUI. If you have a look on the program RSDEMO you have the class lcl_drag_drop_receiver that responding to the different event and the class lcl_drag_object that corresponding to a draged object. If I understand, it's in the class lcl_dradrop_receiver that I have to implement a method to interact with my GUI control importing the draged object.&lt;/P&gt;&lt;P&gt;you can have a look here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/6a/87c620c70d11d2bd93080009b4534c/content.htm?frameset=/en/d2/147a36c70d2354e10000009b38f839/frameset.htm"&gt;http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/6a/87c620c70d11d2bd93080009b4534c/content.htm?frameset=/en/d2/147a36c70d2354e10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-control-framework-sdk/m-p/10010369#M1805456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T09:46:25Z</dc:date>
    </item>
  </channel>
</rss>

