Page 1 of 1

[Solved]bug about renderd string.

Posted: Tue Oct 06, 2009 08:35
by valvalval
i'd rather show the picture than explainning.

Image

as you see,

when I typed single text '[' , it malfunctioned.

it drawed "valvalval" one more.

Re: bug about renderd string.

Posted: Tue Oct 06, 2009 08:58
by CrazyEddie
This is not a bug. You have to escape the '[' character with a backslash, otherwise it's detected as the start of a control tag. If you're using the v0-7 branch, and do not need the text parsing facilities you can disable parsing on a per window basis, or set a system wide string parser (such as a CEGUI::DefaultRenderedStringParser instance) to disable it completely.

CE.

Re: bug about renderd string.

Posted: Tue Oct 06, 2009 15:25
by valvalval
yup thx~~ I'll look into it detaily :p