Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Component integration: Control framework / create your own gui controls

Former Member
0 Likes
570

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

4 REPLIES 4
Read only

Former Member
0 Likes
524

Hi,

Check the Demo <b>DEMO_ABAP_OBJECTS_CONTROLS</b>

Regards

vijay

Read only

0 Likes
524

Also check this Demo.

DEMO_ABAP_OBJECTS_DIALOG_BOX

Regards

vijay

Read only

0 Likes
524

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

Read only

0 Likes
524

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