The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

Can't copy the blanklines of my RichTextBox

I'm trying to copy the entire text of a RichTextBox to the clipboard. This is how I append the text in the RichTextbox: RichTextBox1.Text += vbNewLine & AlbumName RichTextBox1.Text += vbNewLine ...
1
vote
1answer
106 views

LotusScript cannot get file attachment from email

I had never run into this problem, but I cannot get a handle on a file attachment on an email. I have code that can either search the document for Embedded Objects or search a field for Embedded ...
0
votes
0answers
27 views

How to use Javascript (SPServices) to copy the xhtml (RichTextfield) textfield from web based infopath form

I have a aspx page. Inside the aspx page, there is a javascript variable. The aspx page use SPServices to read SharePoint List data. So, how do I use the Javascript (SPServices) to extract the xhtml ...
1
vote
2answers
234 views

mfc - MessageBox with rich text

I want to be able to display formatted text inside a message box (like bold text, bullet points, italics, etc.). I came across this wonderful article but can't seem to get it to work. I am using the ...
0
votes
1answer
168 views

Make phpmailer() send a rich text or plain text email - not an html

Im trying to send messages to a mail account that will only accept rich, or plain text emails. Im aware of the AltBody method, but i want to send the message primary as a rich or plain text email. ...
0
votes
0answers
50 views

Seeking rich text editor that can do “hot links” (#hashtags, @tags, etc)

I'm seeking a browser rich text editor which can implement hot links. If the user types @JeffAtwo.. the site would ajax auto-complete the link @JeffAtwood (or at least turn color to let the user know ...
2
votes
1answer
172 views

How do I efficiently render pseudo-HTML with MonoTouch?

I need to draw a label that has some words in bold, consists of several paragraphs with different paddings and may contain small inline images (e.g. icons and bullets) from resources. I know I could ...
1
vote
1answer
141 views

How should I properly save rich text as a PHP variable in a hidden <input>?

I have a rich text editor (tinyMCE specifically) in a textarea and I'm saving the HTML contents of that textarea into a PHP variable, as well as saving it in a hidden input field. I'm wondering how I ...
0
votes
1answer
139 views

.Net based Vector CMYK Graphics library

We have an application that facilitates a process and the end result is printed pages of advertisements. The current implementation uses GDI+ commands in c# to draw the ads in a design environment, ...
0
votes
0answers
62 views

Parsing XML and skipping rich-text tags in PHP

I'm building a simple XML Diff tool in PHP. Currently using custom parser based on XMLParser Here is a example of the XML structure: <Document> <Title>My Document</Title> ...
1
vote
1answer
142 views

QT painting rich text on QGraphicsScene

I am writing very simple vector tool for graphics. I have rich text edited in QTextEditor. I also have class extending QGraphicsScene where all my drawings are. I want to somehow paint text from ...
0
votes
1answer
179 views

WinRT RichEditBox Limitations

In Windows Store app (XAML/C#), I've created a custom control with 'RichEditBox' in it. I want to limit number of characters (MaxLength) for it or at least vertical scroll bar should be disabled. How ...
0
votes
0answers
69 views

Retreive selected text of a “editable” div, when clicking another non-editable div [duplicate]

So basically what i am trying to do is a kind of editor where the user can apply some styling/functions on the selected text. For example the user will have some text which he will paste into the ...
0
votes
1answer
197 views

HTML Rich-text editing: wrap custom html around selection

I am using html 5 rich text editing via the jWysiwyg library. I want to be able to surround the selected part of the document with custom HTML, much like how one would highlight text on the document ...
1
vote
1answer
258 views

Convert Markdown text to RTF, using Ruby and Pandoc?

Playing with Ruby and Ruby-Pandoc. Seems like a nice tool, if I can get it to work. I'd like to convert some Markdown text (with embedded lists and other fanciness) to Rich Text. Here's the text ...
0
votes
1answer
338 views

Validate Rich Text Structure RTF

MS Exchange / Outlook messages store data using MAPI. One common MAPI property contains a rich text version of the message's body (0x1009, PR_RTF_COMPRESSED, PidTagRtfCompressed). If the rich text ...
7
votes
1answer
587 views

Is there something better than document.execCommand?

When implementing a web-based rich-text editor, I read that document.execCommand is useful for performing operations on an HTML document (like making a selection bold). However, I need something a bit ...
0
votes
1answer
320 views

Saving and loading text files that aren't plain text

So, I'm making a text editor in Qt. And It does mostly very basic functions. New file, save, open, cut, copy, paste, bold, underline, italic, undo, and redo. But, when I bold, italicize, or underline ...
0
votes
1answer
282 views

rich text in json string

I have an .ashx file which reads something from a webservice and the webservice returns a JSON string. On the WebService the method works like this: SqlConnection connection1 = new ...
1
vote
1answer
77 views

How to make a flat button with rich text formating with Qt4?

I would like to create flat buttons displaying rich text and images. For instance a button should be able to display: |¯¯¯¯¯¯| Title of Button ¯¯¯¯| | ICON | Description of button | ...
4
votes
2answers
184 views

Correct file name extension for MIME 'text/enriched' file format?

Emacs offers the ability to use the MIME standard text/enriched for writing enriched text. What is the canonical file name extension for this format. Emacs seems to think it's .doc (see ...
1
vote
1answer
143 views

what type of the data should I store in MySql that edited by rich text editor?

I am building my blog by php and MySql, and I want to use a rich-text editor like CKEditor to edit my articles at the back end. So what type of data should I store in MySql, just text, or BLOB? As far ...
0
votes
1answer
87 views

how to avoid XSS while decoding html

First of all, the thing that I want to do is to show decoding version of the the value that is came from rich-text editor. I mean that if the value that is came from rich-text editor is coming as ...
0
votes
1answer
445 views

Display Rich Text field from Sharepoint List in a WPF application

I have a WPF application that consumes a SharePoint list using Client Object Model. The customer wants to be able to fill in one of the fields with Rich Text. This includes formatting like ...
3
votes
1answer
2k views

Need to work with $FILE attachments and I cannot access them

I have an incoming email (mail-in db) that contains a RichTextField where "some" attachments are found. I am also finding attachments not in the RTF but in the Document as $FILE. I am trying to get a ...
1
vote
4answers
237 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 ...
1
vote
0answers
139 views

C++ Win32: fast word processing-style text rendering under Windows 7

At user request, my (for now C#) application reads big chunks of rich text (for now, in .NET FlowDocument XAML format) from a SQL Server database, and displays it. I use a C# RichTextBox for that, it ...
0
votes
2answers
266 views

Regarding alignment of text in RichTextField

I have seen many Alignment But is their anything like Align Justify in Microsoft Word as in Blackberry for better viewing in Blackberry i know there is TEXT_ALIGN_HCENTER and others but is there like ...
3
votes
1answer
554 views

Rich-text input (not textarea) plugins [closed]

There are plenty of rich-text editors out there, but I'd just like to add some bold, italic, and underline capabilities to a one-line text input. Are there any plugins already available for this? ...
0
votes
0answers
93 views

Modifying Table design in database so as to keep rich text content on previously used only Text content

Previously, I had created database design of a table for storing Questions of multiple Classes(/Standard), Subjects, Topics, etc. which was this way : QuestTbl ( QuestId INT, -- PK ...
0
votes
1answer
136 views

Xcode 4 rich text not working.

I have Xcode 4.2. At some point the rich text just stopped working. The only elements that it is selecting are strings, comments and number values. The rest is just written in white (I'm using the ...
1
vote
1answer
277 views

Semi-rich formatted text display options in WPF

My WPF application has content displayed on a panel. The content will be authored content, hence it has to be somewhat standards compliant (like HTML or markdown or maybe even XAML etc.) The content ...
2
votes
3answers
2k views

Looking for a simple rich-text editor usable from VBA

I'd like to allow my users to enter rich text (with bold, italic & underline, but probably nothing more than that) in an entry box on a VBA userform. I don't want the user to have to install ...
1
vote
2answers
410 views

Rich text editor for a Rails project

I am very, very new to Rails development. I have read the arguments against using Rich Text editors that are WYSIWYG. For the purpose of making a CMS for my portfolio site, I can understand RedCloth ...
1
vote
2answers
1k views

GWT: Where is RichTextToolbar?

I wrote simple GUI page: public class Test01 { RootPanel r = RootPanel.get(); public Test01() { RichTextArea richTextArea = new RichTextArea(); r.add(richTextArea, 85, ...
-1
votes
1answer
259 views

Flex4 RichEditableText Height

I noticed that the RichEditableText component has a default height and vertical content scrolling enabled by default. My question is simple: What is the best way to make the RichEditableText ...
3
votes
2answers
604 views

Richtext Toolbar for GWT

Is there anywhere a ready to use "RichText Toolbar" for GWT? It would be good if there would always be the source-code available, so that changes to the toolbar can be made easily. Thanks for your ...
0
votes
2answers
713 views

What could cause a “richedit line insertion error” in C++Builder when inserting text in a different language?

I have a C++Builder application using a TRichText control that has to display a report, running under Windows XP. The application was written in English but has been adapted to use other languages. ...
2
votes
0answers
67 views

Android: EditText cannot cope with amout of text?

Does anyone know how it would be possible to load very long text with rich formatting into an EditText without it crashing? Yesterday I tested an app I am working on, and loaded a 600 line XML ...
0
votes
2answers
986 views

Decimal tab in rich text box

I have some content that will be displayed in a C# rich text box. I would like to have one of the columns displayed with the decimal points aligned: // Title Price // Item1 ...
4
votes
1answer
820 views

Crystal Reports messing up Rich Text

I have a string that gets saved as rich text to a SQL field, so it has a lot of symbols in front of it like so... {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 ...
2
votes
1answer
1k views

Adobe Air vertical scroll for rich text

I have a rich text component with large amount of text. How to add vertical scrollbar to it? I tried: <mx:Canvas width="100%" height="100%" verticalScrollBar="vsb"> <s:RichText ...
2
votes
1answer
158 views

Selecting Bold Text

I need to select only the bold text in a RichTextBox in a winform application and then enclose it within brackets : For example: The Rollup Action element describes the desired action that should be ...
1
vote
1answer
1k views

Sending rich email - Java

I am using Java Mail API to automate an email. My email body has rich text like tables and colors. Any one has an idea of how to write such a text as email body. Thanks in advance!
3
votes
1answer
755 views

how to toggle rich text formatting in NSTextView programmatically in cocoa

I want to toggle rich text formatting in NSTextView. I have tried following: [contentView setRichText:NO]; [contentView setImportsGraphics:NO]; but, that didn't changed the NSTextView content and ...
2
votes
3answers
6k views

iPhone - UITextView with html content?

The UITextView has a method named setContentToHTMLString that displays html inside a UITextView. But this is a private API and probably gets my app rejected by apple. Is there any way around this to ...
3
votes
1answer
321 views

UITextInput - How to get it to add standard selection gesture recognizers?

Is there a way to persuade iOS to attach the standard gesture recognizers to a custom view that implements UITextInput? I have implemented all methods of UITextInput, I am drawing selection, the ...
2
votes
1answer
271 views

Is UITextInput missing selection handling mechanics?

If you implement UITextInput on your custom view and - say - use CoreText to render the text you get to a point where you can draw your own cursor and selection/marking and have that fully working ...
0
votes
1answer
378 views

php - how to convert actionscript rich text to plain text?

I have a flex (flash builder 4) application with a rich text editor control. I am storing this rich text output in a database via zend amf <--> php. Now I want to display the first part of that ...
0
votes
1answer
175 views

asp.net regular expression

I created a asp.net page. The rich text area and regular expression validator are existed in this page. I want to check the html span tag that is contained or not in the rich text area. And then, I ...

1 2 3