Text that includes formatting commands for page layout such as fonts, bold, underline, italic, etc. It may also refer to a multimedia document that can include images, audio and video.
0
votes
2answers
12 views
RichTextBox shows wrong color when used with LoadFile() and SaveFile() repeatedly
I'm using VS2005 with VB.net on a Windows XP machine to create a WinForms executable.
Seems I can successfully load text into a RichTextBox, set a color, write a line, and save it.
But later in my ...
0
votes
1answer
31 views
How to stop my bold/italic/underline options changing the text's font back to the default font and size
In my application, I have a feature that allows the user to change the bold/italic/underline styles of the text. However, I have noticed that when the user makes the text bold, it reverts the text to ...
1
vote
1answer
24 views
Evernote(Windows) like text editor using Qt
Is there any Evernote(Windows) like text editor control available for Qt. I made a comparison between the Qt's Rich textedit example program and Evernote .
The following image show the copy and paste ...
0
votes
0answers
106 views
How can I export text and image to PDF using iTextSharp?
I am having problems with iTextSharp and exporting to .PDF
I'm using iTextSharp 5.1.2.0. The issue is, however, when I try to export one with an RTF snippet referring to an image, the image does not ...
3
votes
1answer
46 views
How can I allow my program to open a file when “Open with” is used?
I have written a word processor in C#. I would like to allow my program to open files when the user right clicks the file and selects "open with" and selects my program. How can I implement such a ...
4
votes
1answer
52 views
Display RTF (RichText Format) From Database to Client Side Report (MS ReportViewer)
Is this possible? I have been searching for a way to do this but I can't seem to find it anywhere. I have read somewhere that it isn't supported and then I've also read somewhere else that it is ...
1
vote
1answer
103 views
How to right align rich text (HTML) in a Qt/PyQt/PySide QLabel?
I have a simple task.
I want to right align richtext (HTML) in a Qt or PyQt or PySide QLabel. The QLabel works fine until I resize the widget making it smaller than the text length. At that point, ...
0
votes
0answers
26 views
How to produce a colored KWIC concordance display in PyQT
I am using PyQt (Pyside is fine, too) to try to create a KWIC concordance viewer that should show the results of a search in a text file, with the search terms centered (but left aligned) and other ...
0
votes
0answers
92 views
How to get a right aligned, left elided richtext cell item in PyQt?
I have been spending many hours trying to get a PyQt QTableWidget (or QTableView) cell with a richtext delegate to align the text right but elide the text left.
After various experiments, I have ...
0
votes
0answers
40 views
Prevent Dijit editor replacing first space of pasted content with in Chrome
Type the following content(with a space as first character) in somewhere does not has text formatting (notepad or browser url bar). Then copy and paste into this test dijit editor in Google Chrome.
...
0
votes
2answers
153 views
How to copy formatted Richtext into a Word document using Lotusscript and/or VBA?
It directly deals with this one: Cannot instanciate a NotesUIWorkspace from VBA (Word)
As the machines will have Win7 64 this old way isn't appropiate any more.
So how can I copy formatted text that ...
1
vote
4answers
80 views
Show HTML content in editable text area
I have a RitchText editor containing HTML tags and I am wondering if I can have a Text Area in my ASPX page displaying all these tags and also it should be editable.
I assume normal textbox is not an ...
1
vote
0answers
104 views
How to add richtext (wysiwyg) field to a Magento widget
I created a few small widgets for magento. Everything fine, but I can`t seem to figure out how to add a richtext (tinymce wysiwyg) field to my widget.
Only thing I find on this is: "use ‘wysiwyg’ => ...
0
votes
1answer
36 views
ExpressionEngine: Image tag in Rich Text Area results in Error/404 page
Recently launched a website using ExpressionEngine as the CMS, however have run into an issue, whenever the tag is used and you click "save" to publish an article it results in a 404 pages, no idea ...
0
votes
0answers
73 views
Advanced Text control as3
I'm working on a advanced text editor project for AS3.
How can I know if a character is "underlined", "highlighted", "bold", "italics", "colored", etc. from a richText in as3?
Can it be done with a ...
0
votes
1answer
157 views
Android Clickable Images inside TextView [closed]
How can I create clickable images inside TextView? I've searched ClickableSpan but how can I catch different images' click events?
(I need to show contents which contains images and texts in ...
0
votes
0answers
87 views
iOS: How to develop chat editor like Viber?
I try Viber recently on my iPhone and found that it has a great editor. Its editor supports us to compose messages and emoticons together. So I wondering how they can write such a control. Are they ...
0
votes
0answers
93 views
Rich text with colors, default fonts and external fonts
Like default menu control for textview in iPhone(with options select, cut, copy, paste) , i want to achieve this on edittext in android. when clicked on edittext i want to show a menu with options ...
1
vote
1answer
176 views
RichtextBox Disable Auto Formatting Rtf
When I change the Rtf property in the RichtextBox it is auto formatting it again. I want to avoid that because it deletes items from color, font and other tables.
"\b\b" -> "\b"
"\cf1 hello \cf3 ...
0
votes
2answers
126 views
Rich Text Format Tags for Hiding and Un-hiding
I would like to hide part of the text in my RichTextBox. I know that \v is the start of a hiding section. But how do I unhide ? For example if I want to hide the word "big" in the string "hello big ...
0
votes
0answers
116 views
How can I read RICH Text From Sharepoint to infopath 2007
I have Sharepoint 2007 with Infopath 2007
In Sharepoint there is a custom list that include Modeule - Details
The module is a normal text but the Details is a Rich text box Multiline
Module ---- ...
1
vote
2answers
436 views
Extracting text from Lotus Notes XML rich text element
I am to migrate the contents of a Lotus Notes database to SharePoint. The entire database is exported to XML files (this requirement cannot be changed) and I have to parse these XML files and insert ...
0
votes
0answers
91 views
Rich Text Box, cant set richtextbox1.RTF
I am trying to set the RTF property of a richTextBox as follows:
this.richTextBox1.Rtf = @"{\rtf1\ansi\ansicpg1252\deff0\deflang5129{\fonttbl{\f0\fnil\fcharset0 Calibri;}}{\*\generator Msftedit ...
0
votes
1answer
193 views
Force line break in GWT RichTextArea
I am using this rich text editor: com.google.gwt.user.client.ui.RichTextArea
I would like to force line break on the editor, so that if I try to type a extremely long word, it is not displayed "out of ...
0
votes
0answers
102 views
Winforms: Create rich text without using RichTextBox
I have a RichTextBox control which I insert some formatted text into, however I'd like to be able to create rich text strings in memory. My question is, does Microsoft provide an actual RichText ...
0
votes
1answer
387 views
change the color of a line or a word in a richtextbox?
I can change the color of ONE line and/or ONE word perserving the other colors in the richtextbox?
For example i want to change the line "Processing: ..." to yellow colour, It's possible?
Thankyou ...
0
votes
0answers
38 views
Is it possible to add tooltip to RichText Flex 4?
I have a richtext label in the grid renderer. I want the label to look like "1.12..." when there is not enough space in the column. And when the mouse pointer over the label there should appear a ...
0
votes
1answer
157 views
How to open and handle richtext editor in javascript in sitecore 6.5?
I've been working on a custom field, which contains a list.
I have to be able to edit the selected item on the list in a richtext editor. (this is the only missing part).
I've read the topic on ...
2
votes
0answers
230 views
How could I display richtext in QTableView using QSortFilterProxyModel?
Presentation:
I have a table with 5 columns and a QLineEdit that acts like a filter for the second column. Also, I'm planing to implement a button to hide/show rows that match the text from the first ...
0
votes
0answers
44 views
Rich Text formatting is possible for Push Notes Text?
May be my question title seems different meaning.But what exactly I want to know,Is it possible to send push notes text as in Rich Text format(like formatted text ,image,links and all).I google and ...
0
votes
1answer
472 views
How can I display a character count / word count for Redactor rich text / html editor?
I have just replaced CKEditor (which came with a wealth of mysterious problems relating to ajax updates to the DOM) with the excellent Redactor. We previously used a CKEditor plugin to give us a ...
1
vote
0answers
395 views
Rich Text Content Fields with iTextSharp
I'm using iTextSharp to create pdf files on the fly for my users to save on their computers. Currently the way it works is that I had several pdf templates that iTextSharp opens, sets fields from the ...
0
votes
1answer
270 views
XPages RichText Links
I have an XPage to display document data. To display RichText data I added a RichText control. What I found out is that database / view / document links are displayed with the appropriate icon but are ...
1
vote
0answers
72 views
URL link in Rich Text inside of Webview
I have been trying to figure this one out for a while but I just can't seem to find an answer. I have an app that I am working on that contains rich text within a WebView, I would like to be able to ...
1
vote
2answers
492 views
How to create code box without rich text formatting
My question is related to this topic How to copy and paste code without rich text formatting? except its from the opposite viewpoint: I'm creating a document from PowerPoint in which I have code ...
0
votes
2answers
213 views
Replace words from dictionary with link using regex
So i have this html:
<img src="images" alt="alt" />
alt <a href ="http://google/something">alt</a>
test hallo world monkey
<p>alt</p>
and a dictionary containing
...
2
votes
2answers
2k views
Qt rich text editor - is there an already-made one?
I need a rich text editor for Qt. I've been thinking about using QTextEdit since it's a rich text edit, but I need two things that aren't present in that widget:
The user should be able to change ...
0
votes
1answer
466 views
c# OpenXML - How do I set a rich text string in a content control and retain formatting
Forgive me I'm lost and bewildered!
I have a document with several Plain Text Content Controls. So far, I can enumerate the SdtElements in the document , find all the SdtBlocks of interest and ...
0
votes
0answers
274 views
Adding formatted rich text to iTextsharp PDF
I am creating a PDF document using iTextSharp and would like to add formatted rich text to the document.
The rich text includes bold/italic/underline formatting along with /tabs and /pars.
Below ...
0
votes
1answer
98 views
Insert Table button in RichText
I am studying the Layout container pattern in the Mastering Xpages (a step by step guide...) book.
The structure of my Xpage is I have a Left panel with navigation links to move from different views ...
0
votes
2answers
528 views
PyQt RichText Formatting in system tray tooltip
This is an example of code for simple system tray PyQt application.
import sys
from PyQt4 import QtGui
def main():
app = QtGui.QApplication(sys.argv)
trayIcon = ...
0
votes
1answer
131 views
Rich Text Message Conversion - php
Ok, I have been pulling my hair out with various encode/decode, and htmlentities(), and have yst to find a solution. I am processing emails. Some emails are like the following:
That change is ...
7
votes
2answers
1k views
Load a .rtf File into a RichTextBox and Maintain/Persist the Formatting
All, I write a log file to a .rtf file which has formatting underlining, bold etc. I have saved this file and want to read it back into the RichTextBox at a later time persisting its formatting. I ...
3
votes
2answers
102 views
GUI control with markdown capabilities at import/export
I'm not sure if this is the right Stack Exchange page to ask (perhaps Programmers is also suitable, although they oppose software-technical questions).
However, for a program that should act as a ...
1
vote
4answers
238 views
Retrieve the form from one document and place it into an RTF on another form
I have an mail-in database where the mailDoc is a table of values retrieved from the incoming email. Nothing special, it just makes it easier to work with this way. I have a scheduled agent that reads ...
0
votes
1answer
270 views
Rich Text Field File size limit
Is there a way to limit a file attachment to rich text field.
For example, i have a rich text called "temp", and i wanted to restrict
user to only attach 1mb file to it. Is this possible to ...
1
vote
1answer
533 views
Validation formula for rich text field
I have this code to validate my rich texts if the user has not set a value.
@If(Attachment1= "" ; @Do(@Prompt([Ok]; "Validation Error"; "Cannot leave blank Attachments."); @Return("")); "");
...
0
votes
1answer
416 views
Drawing spannable edittext content on the canvas
I have an EditText which contains smiley faces, the smiley faces are being added to the EditText as a spanable content,
I managed to draw the other things like "underline", "bold" and "italic", but ...
0
votes
1answer
828 views
How to save RichText to Word with Aspose.Words for .NET?
We are using the Aspose.Words for .NET to export Word documents in our application.
Now I have to include RichText content (actually, a FlowDocument) in the exported document too.
In order to export, ...
2
votes
2answers
872 views
Convert Lotus Notes RichText to PDF programmatically
I want to convert Notes Richtext into PDF in a server program (preferably Java). Is there any sample code how to do that. Converting to HTML/MIME isn't an option since the conversion process is too ...

