2011 Mar 11 10:57 AM
Hi Team ABAP,
My idea is to have a blank dynpro, and adding a docking container at runtime. In this docking container i create a splitter_container.
My splitter container gives me two instances of new containers. One left and one right. Both of type CL_GUI_CONTAINER.
On the left side i want a tree control which is working.
But on the right side i want a textedit control. This control (type CL_GUI_TEXTEDIT) however cant be created within a container of type CL_GUI_CONTAINER but only in a container of type CL_GUI_CUSTOM_CONTAINER.
Upcasting and downcasting didnt help me here, or well maybe i did it wrong.
I also tried to create another container of type CL_GUI_CUSTOM_CONTAINER with the right container as parent.
And then i created my textedit within this container.
It worked fine, coding wasnt giving any problems, i just couldnt see my textedit anywhere.
any ideas ladies and gentlemen?
Hi Team ABAP,
My idea is to have a blank dynpro, and adding a docking container at runtime. In this docking container i create a splitter_container.
My splitter container gives me two instances of new containers. One left and one right. Both of type CL_GUI_CONTAINER.
On the left side i want a tree control which is working.
But on the right side i want a textedit control. This control (type CL_GUI_TEXTEDIT) however cant be created within a container of type CL_GUI_CONTAINER but only in a container of type CL_GUI_CUSTOM_CONTAINER.
Upcasting and downcasting didnt help me here, or well maybe i did it wrong.
I also tried to create another container of type CL_GUI_CUSTOM_CONTAINER with the right container as parent.
And then i created my textedit within this container.
It worked fine, coding wasnt giving any problems, i just couldnt see my textedit anywhere.
any ideas ladies and gentlemen?
2011 Mar 17 7:32 AM
Problem solved,
Used a Dynpro with a CL_GUI_CUSTOM_CONTAINER on it. Docked a container at left and put in the tree, in the predefined custom container i loaded the textedit control.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |