Page 1 of 1

how to input a image into text of MultiLineEditbox ?

Posted: Wed May 21, 2008 07:49
by pyhmail
I create a MultiLineEditbox window,of course,I can input text in it. Now I want input a image in the window, how solves this problem?

Posted: Wed May 21, 2008 08:58
by CrazyEddie
If the image needs to be within the text, such as

Code: Select all

                  ----
This is some text |  | This is some more
                  ----

It is not really possible at the moment.

If the image is supposed to be part of the editbox, then you could either add it as an ImagerySection in the looknfeel, or as a child window (StaticImage, or whatever).

If you let us know exactly what you're trying to do some other ideas may come up :)

CE.