Quantcast
Channel: TX Text Control Community
Viewing all 1022 articles
Browse latest View live

Where to see Text Control in 2016?

$
0
0
The conference season started very early this year with the fantastic NDC London at the ExCeL London. We already planned most of the first 6 months of 2016, but there is room for more. One of our company mission goals is to build a thriving developer community. We do that as user input drives our development and we would like to listen to these...

More...

[OPEN] Bug? TxText splits table into separate tables

$
0
0
when reloading an rtf saved in Word.

Steps to reproduce:
1. use TxWords to create table (default of 5x4 is fine)
2. merge 4th and 5th columns of first row
3. save as rtf
4. open in Word
5. adjust table width by dragging right edge to the left, making column 5 narrower than column 4
6. save
7. open in TxWords
8. the single table has now been split into 2 separate tables

How can this be prevented?

edit: Using version 22

MailMerge: Merge, MergeObject and MergeObjects - When to use what?

$
0
0
The MailMerge class has three methods to start the merge process. This article explains when to use which method. Merge. The method Merge has four implementations and is basically used when merging a template with a DataSet or a data source configuration file. When merging with a DataSet, the master table is passed in the mergeData parameter....

More...

[OPEN] Error 01-0E00 With the Server Control

$
0
0
I am getting the 01-0E00 error when using the server text control to load an RTF document. From what I have seen in other posts, this error means "the requested window size is too small." But how does that apply to the server control?

In case it is relevant, this RTF was created by using HighEdit to resave a HighEdit document as RTF.

Here is the affected code...
Code:

using (ServerTextControl control = new ServerTextControl())
{
        control.Create();
        control.Load(path, StreamType.RichTextFormat);

        .
        .
        .

        control.Save(path, StreamType.RichTextFormat);
}

Thanks,
Mike

MVC: Adding an electronic signature to documents in Web.TextControl

$
0
0
An electronic signature is in many processes legally sufficient to prove an identity. According to the U.S. Federal ESIGN Act passed in 2000, an electronic signature is an: Electronic sound, symbol, or process, attached to or logically associated with a contract or other record and executed or adopted by a person with the intent to sign the...

More...

[OPEN] How do I determine if the cursor is inside a table?

$
0
0
I'm using TxTextcontrol v22 for Winforms. How do I programmatically find out 1) if the cursor/input position is inside a table, and if so, 2) get a reference to the table so I can find out how wide the table is?

The reason I want to do this is, I have toolbar buttons that insert pre-populated tables into the document at the current cursor location. If the user inserts one of these tables inside another, and the outer table is smaller than the inner table, a Format Exception is raised WHEN the document is saved. I want to either warn the user that he can't insert inside another table, or make the inner table smaller than the out table.

Joel

Impressions from the South Florida Code Camp

$
0
0
We had a great weekend in Florida at the South Florida Code Camp on the beautiful campus of the Nova Southeastern University. About 1500 registered attendees made this event the second largest code camp in the United States. We gave many demos to interested developers and existing users and showed our latest versions. It is always a lot of fun...

More...

[OPEN] TX 18 - Multiple columns in one page

$
0
0
Hello,

I want to format a page in such a way that there are multiple columns on the same page.

By multiple columns I mean:
1 column for first 10 lines of text
2 columns for next 15 lines of text
3 columns for rest of the text till end of page

On next page again this same format should be repeated.

I want to do this programmatically.

TIA

Yogi Yang

First impressions from BASTA! Spring 2016

$
0
0
We are currently exhibiting at the BASTA! Spring 2016 in Darmstadt, Germany. We are giving demos of our reporting tools to interested attendees and existing users. It is always a lot of fun to meet with users in person and to connect. Find below some impressions of our booth area:

More...

[OPEN] How is licensing handled for TextTextControl Server

$
0
0
Hwllo,

I am a long time user of TxTextControl for WinForms. Recent version of the product have started shipping with TxTextControl Server.

I understand that the WinForms control can not be used in non-visual applications.

I am now writing a windows service and wanted to use the TxTextControl Server control to process some documents in this service.

  1. Is this an appropriate use of the server control? Some things I read on the web site imply that it is intended to be used with ASP.NET
  2. If this is an appropriate use, how is licensing handled? Can I distribute this service I create royalty free?
  3. If all that is good, when I try to use the control in my service I am getting this message when I try to use the object:



"The TXTextControl object must have been completely loaded to use this method."

when I execute this code:

Code:

Dim tx As New TXTextControl.ServerTextControl
tx.Load("c:\somedirectory\somefile.rtf", StringStreamType.RichTextFormat)

[OPEN] How can I create a DIN 5008 like pagenumbering ?

$
0
0
Greetings ,

i Need to create a pagenumbering in my documents like in the german DIN 5008 described.

This means:

1. When the document only has one page then there is no pagenumber.
2. When there are more pages then the pagenumber on the first page looks like '/ 2' ( footer, current page + 1 ).
On the second page in the header the text has to be 'Page 2' and in the footer it has to be '/ 3'.
This must be repeated for all following pages except the last one.
On the last one the footer has to be empty.

Sorry for my bad english...

Thanks

Feature preview: Client clipboard and scrollable drop-down buttons

$
0
0
Even though our next release is still far away (we have a release cycle for major versions between 9 and 12 months), we would like to present new features and ideas regularly. We are working on additional features for all .NET platforms including Windows Forms, WPF and ASP.NET. Today, we would like to show two new small, but very handy features...

More...

Applying paragraph styles from a master template

$
0
0
Styles are typically used to change the formatting consistently across a complete document. Specifically when merging templates using the MailMerge class, it makes sense to keep all styles in a separate master template in order to apply those styles to all other templates. This sample project shows how to apply the paragraph styles of a master...

More...

[OPEN] Save HTML with table width as percent

$
0
0
Hi
I have a question relating loading and saving HTML content to Tx Text Control.

I have an HTML file with table tags and width and height set to 100%.
This layout lets an inner table get positioned in the middle of the screen.

If I load the HTML file to Tx Text Control and afterwards save it again as HTML file from the Tx Text Control, the table in the middle of the screen gets repositioned to the top left corner.
When comparing the generated HTML file, the percent value of width is replaced by a fix value and the align=center attribute within the table tag is removed.

Is there a setting where I can maintain the percent value and the align attribute of the table?
We are using Tx Control version 22. Has the new version 23 already solved this problem?

I attached the original HTML file that I loaded to the Tx Text Control and the generated HTML file after save.

Thanks

[OPEN] Installer Error: TX Spell was not registered to global assembly cache.

$
0
0
Hello

While trying to install the TX Spell .net for windows forms on our Customers Desktops we get the error "TX Spell was not registered to global assembly cache".
That seems to be the reason we cannot call the Assembly (Name not found). Why are we getting this error during install? Is there an alternative Method to install it? Or can we get an extracted version and register the DLLs ourselves?

(Btw, after finishing the installation with the error we are not able to uninstall it... The uninstaller just hangs... )
Thank you
Jakob

MVC: Loading a document in the view code from a MemoryStream

$
0
0
The LoadText method accepts a physical file, a FileStream, a string or a byte array to load documents into the web editor. This sample shows how to load a document in the controller and pass it as a ViewModel to the view in order to load a document. In the controller method Index, the document is loaded into a MemoryStream and then stored in...

More...

[SOLVED] Newline

$
0
0
Hi,

How do I programmaticaly insert a newline without creating a new paragraph.

In Word you do a Shift-Enter, how do I do this in TextControl.

Regards,

Arnold

Meet Text Control at DEVIntersection in Orlando, Florida

$
0
0
From April 16 - 22, 2016, we are exhibiting at the DEVIntersection in Orlando, Florida. The DevIntersection is the umbrella conference name for 6 conferences: Visual Studio intersection, ASP.NET intersection, Azure intersection, SQL intersection, SharePoint intersection and Office 365 intersection. The DEVIntersection is co-located with the...

More...

Using an Azure Load Balancer with Web.TextControl

$
0
0
LOB (line of business) applications are often deployed with a Load Balancer that distributes incoming traffic to healthy virtual machines or cloud services. When deploying an application, that uses the HTML5-based Web.TextControl, picking the right distribution algorithm is important. The default setting for session persistence of an Azure Load...

More...

[OPEN] Load & Save

$
0
0
Hi, sorry about my English. I'm playing with TX Text Control after some time and is an incredible library. But there is one detail that have me intrigued, and I can't find an answer neither in the help nor in this forum: Are TextControl.Load() and TextControl.Save() synchronic-only methods? Is this correct? What happens with large files?

A file with about 100 MB freezes completely my test application for several seconds, which is not really good. It would be more convenient to have asynchronous Load & Save methods with reporting progress.

Is this already implemented or it will be someday in the future?
Viewing all 1022 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>