Application Development 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: 

icons not displayed in text editor

Former Member
0 Kudos

Hi experts,

I am using class cl_gui_textedit and method set_text_as_stream. I am concatenating an icon with text. The icon is not displaying in the editor, instead the id(ex. @09#) is displaying. Means the icon symbol is not displaying. Please help me to rectify the problem.

Thankls in Advance.

Regads

Balaji

Edited by: balaji g on Sep 11, 2009 9:52 AM

3 REPLIES 3

Sm1tje
Active Contributor
0 Kudos

well I hardly think that it is possible to display icons (or images for that matter) in a text editor. As the name already suggests, it is a TEXT editor (text only).

Let's see what others have to say about this, but I don't think it is possible.

Former Member
0 Kudos

Hi Balaji,

Please let us know what exactly your requirement

Regards

Pavan

awin_prabhu
Active Contributor
0 Kudos

Hi Balaji,

As Micky rightly said its not possible to display Icon inside text editor.

Even if u pass Icon id to method set_text_as_stream, it will consider it as mere characters and display it as such in text editor.

Thanks,