Re: [Gambas-user] TextEdit (gb3)

2011-02-12 Thread BenoƮt Minisini
> 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

[Gambas-user] TextEdit (gb3)

2011-02-09 Thread Matti
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 M