Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81678 --- shadow/81678 2007-07-06 11:41:47.000000000 -0400 +++ shadow/81678.tmp.28590 2007-07-10 23:36:55.000000000 -0400 @@ -3,21 +3,21 @@ Version: 1.2 OS: GNU/Linux [Other] OS Details: Ubuntu Status: NEW Resolution: Severity: Unknown -Priority: Cosmetic +Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: RichTextBox as ReadOnly does not seem to display colors +Summary: RichTextBox as does not display colors correctly Description of Problem: In Mono the RichTextBox doesn't seem to be displaying text colors, when the box is set to ReadOnly. Steps to reproduce the problem: @@ -70,6 +70,20 @@ to-be-appended text? Also, would it be easier to do this in gtk#'s textview, and is there some kind of manual for that somewhere? ------- Additional Comments From [EMAIL PROTECTED] 2007-05-19 03:21 ------- On the 1.0 profile (both win32 and linux), the colors are displayed but the lines are not drawn correctly. + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-10 23:36 ------- +The issue isn't just with readonly, this method of setting colours +just doesn't work very well with our RTB. + +As a workaround, you can specify the selection area, then set the +color so something like: + +appendtext +set selectionstart +set selectionlength +set color + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
