‎2006 Aug 23 8:04 AM
Hi,
Does anyone know where to find documentation about creating your own gui controls, like cl_gui_picture.
For example we would like to make a zcl_gui_movie !!!
Kind regards
Keld Gregersen
‎2006 Aug 23 8:10 AM
Hi,
Check the Demo <b>DEMO_ABAP_OBJECTS_CONTROLS</b>
Regards
vijay
‎2006 Aug 23 8:12 AM
‎2006 Aug 23 8:47 AM
Hi Vijay,
Thankyou but the demo programs 'just' use existing controls delivered by SAP with the GUI. What I am looking for is documentation of how to create the gui control itself.
Kind regards,
Keld Gregersen
‎2006 Aug 28 3:02 PM
Hi Keld,
Check out /people/thomas.jung3/blog/2004/09/01/using-net-windows-controls-in-the-abap-control-framework
And
/people/thomas.jung3/blog/2005/05/11/using-classic-activex-controls-in-the-abap-control-framework
I have been able to create and use my own control in the SAP GUI - but I'm still trying to figure out how to handle any events raised by that control.
If all you need to do is use the control to display something (like a movie!) it should work...
If you can get some form of event processing working PLEASE let me know!!!
Cheers,
N