‎2007 Mar 02 3:25 PM
I have create a dynpro that are split in three part, using class cl_gui_splitter_container. I used as parent the reference cl_gui_container=>screen, that permit "auto"resize if user change front-end window dimension.
...
CREATE OBJECT splitter
EXPORTING
parent = cl_gui_container=>screen0
rows = 1
columns = 3 .
...
I would like to insert a classic dynpro in first columns. How i can do it?
thanks,
Mauro
‎2007 Mar 02 4:04 PM
Ok, but what's better object that can be inserted in a container and that permit to insert a value in a I/O field?
I must use class cl_gui_html_viewer?
thanks,
Mauro
‎2007 Mar 02 3:31 PM
‎2007 Mar 02 3:36 PM
‎2007 Mar 02 4:04 PM
Ok, but what's better object that can be inserted in a container and that permit to insert a value in a I/O field?
I must use class cl_gui_html_viewer?
thanks,
Mauro
‎2007 Mar 02 4:16 PM