[Mono-bugs] [Bug 342516] RichTextBox: Url links not supported
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Nov 25 16:21:19 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=342516#c6
--- Comment #6 from Eric Petit <surfzoid2002 at yahoo.fr> 2007-11-25 14:21:18 MST ---
Some news, i changed a little my method to use RTF textbox, now i see most a
Not yet implemented than a Bug.
-I complety clear the text property of the Rtftextbox from MS Winform designer
-I create a rtf file with wordpad from windows, change some fonts size, color
and alignement
-Save the file
- Open it with a text editor, like this i see the text but also the RTF.
- Open the property of my project with MS VC#Express and add a ressource
called "RtfAbout" and paste inside the text + rtf content.
- In the load event of my form i say
this.richTextBox1.Rtf = CsObexFtp.Properties.Resources.RtfAbout;
Where "CsObexFtp" is my namespace/App name
At run time Mono take only part of RTF, size of font, but it doesn't take color
and alignement.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list