Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] FormattedText Q : Can I disabled format and allow me to set TextLimit ?

Hi,Ivar:

Possibly no, the Text widget is contained in FormattedText and created
before FormattedText widget creation, what's more, FormattedText does
not offer any method to set the Text's style. Then we can not disable
format and use setTextLimit function which is a member function of
Text.

StringFormatter is a NullFormatter and do no formatting, maybe this is
what you want?

Regards,
higer




On 6/10/09, Ivan Ooi <olibralo@xxxxxxxxx> wrote:
> Hi All,
>
>    Is there anyway I can disable format and allow me to manually set
> TextLimit ? or... Is there any format that allow me to type any characters ?
>
> Thanks
>


Back to the top