[Gambas-user] TextEdit (gb3)
Benoît Minisini
gambas at ...1...
Sat Feb 12 22:18:54 CET 2011
> Setting TextEdit.ReadOnly = True prevents the text itself being modified by
> the user, ok.
> But all the text attributes of TextEdit1.Format.xxx can be modified.
> You can test this in the TextEdit example.
> I wonder if this is a bug or feature?
> I tend to bug, since the HTML source is changed.
>
> Regards
> Matti
>
ReadOnly = True actually means that the user cannot change the text, not the
programmer. So it does not shoke me if the Format.xxxx methods and properties
have still an effect.
Regards,
--
Benoît Minisini
More information about the User
mailing list