2005 May 12 9:05 AM
Hi,
I have to display texts in various background colors and font sizes in a standard dynpro.
I tried to use the class CL_DD_DOCUMENT and its methods ADD_TEXT. This method provides attributes for background color and font size. Unfortunately it's seems to be not possible to use any arbitrary font size.
Is there an elegant solution to overwrite a certain method, e.g. set_attributes and thus handle various
font sizes within CL_DD_DOCUMENT? I figured out that CL_DD_DOCUMENT internally converts to html.
As a consequence I used the class CL_GUI_HTML_VIEWER. Now I dynamically create html and it works pretty fine.
The only problem I have are the vertical scrollbars. How can I disable them?
Thank you,
Tobias
Hi,
I have to display texts in various background colors and font sizes in a standard dynpro.
I tried to use the class CL_DD_DOCUMENT and its methods ADD_TEXT. This method provides attributes for background color and font size. Unfortunately it's seems to be not possible to use any arbitrary font size.
Is there an elegant solution to overwrite a certain method, e.g. set_attributes and thus handle various
font sizes within CL_DD_DOCUMENT? I figured out that CL_DD_DOCUMENT internally converts to html.
As a consequence I used the class CL_GUI_HTML_VIEWER. Now I dynamically create html and it works pretty fine.
The only problem I have are the vertical scrollbars. How can I disable them?
Thank you,
Tobias
2009 Sep 14 8:26 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |