TX Text Control 16.0 released

ckrause

Well-known member
Joined
Oct 9, 2009
Messages
87
Programming Experience
5-10
Text Control has just released the following components:

Client Components

- TX Text Control .NET for Windows Forms 16.0
- TX Text Control .NET for WPF 16.0

Server Components

- TX Text Control .NET Server for Windows Forms 16.0
- TX Text Control .NET Server for WPF 16.0

Download Updated Trial Versions


If you would like to try out the new features of TX Text Control 16.0, please download one of the updated trial versions. The trial versions are fully featured and valid for 60 days.

Unlimited Technical Support

The team of TX Text Control support engineers is waiting to assist you with every aspect of TX Text Control 16.0. Remember, technical support is unlimited and entirely free of charge!


About TX Text Control:

TX Text Control was originally released in 1991, since then more than 40,000 copies have been sold. Starting off as a single, small DLL, TX Text Control has made its way through 16-bit DLL and VBX versions to today‘s Enterprise edition with its .NET and ActiveX components. The recent addition to the family, TX Text Control .NET Server, offers all of TX Text Control advanced word processing functionality in an easy-to-use server-side .NET component. Customers benefit from these years of experience, large user base, and at the same time, appreciate developing with a mature, reliable product.

Contact Informations:

support@textcontrol.com

North & South America:
Phone: +1 704-370-0110
Phone: +1 877-462-4772 (toll free)

Europe:
Phone: +49 (0)421 42 70 67 10

Asia Pacific:
Phone: +886 2-2797-8508
 
A look at what's new in TX Text Control 16.0

At Text Control, all are very excited about the new version of TX Text Control .NET. Especially about the new member in the product family:

TX Text Control .NET for WPF

TX Text Control .NET for WPFNew Windows Presentation Foundation (WPF) Control is the first true WYSIWYG rich text editor for the Microsoft Windows Presentation Foundation (WPF) platform.

Text Control has invested a lot of R&D into this new product, including all the features you know and love in TX Text Control and all new features of version 16.0.

New Windows Presentation Foundation (WPF) Control

TX Text Control .NET for WPF 16.0 supports the development of WPF applications (.exe) and WPF browser applications (.xbap).

The new XAML data binding enables WPF.InputFormat to bind properties of a WPF.TextControl to other controls in XAML files, without code-behind.

The Windows Forms version (formerly TX Text Control .NET) is now called TX Text Control .NET for Windows Forms. For each technology (Windows Forms and WPF), a new server version is available that also contains one client license.

What's new in version 16.0?

Listed below are the four new products, which have just been released in version 16.0. Please follow the links for a high-level overview of what is new in each:

New client components

- TX Text Control .NET for Windows Forms 16.0
For .NET Windows Forms applications.

- TX Text Control .NET for WPF 16.0
For WPF applications and XBAP browser applications.

New server components

- TX Text Control .NET Server for Windows Forms 16.0
For ASP.NET web applications, web services and Windows Forms SmartClient editing applications.

- TX Text Control .NET Server for WPF 16.0
For ASP.NET web applications, web services and XBAP based editing applications.


About TX Text Control:


TX Text Control was originally released in 1991, since then more than 40,000 copies have been sold. Starting off as a single, small DLL, TX Text Control has made its way through 16-bit DLL and VBX versions to today‘s Enterprise edition with its .NET and ActiveX components. The recent addition to the family, TX Text Control .NET Server, offers all of TX Text Control advanced word processing functionality in an easy-to-use server-side .NET component. Customers benefit from these years of experience, large user base, and at the same time, appreciate developing with a mature, reliable product.

Contact Informations:

support@textcontrol.com

North & South America:
Phone: +1 704-370-0110
Phone: +1 877-462-4772 (toll free)

Europe:
Phone: +49 (0)421 42 70 67 10

Asia Pacific:
Phone: +886 2-2797-8508
 
Full Visual Studio 2010 support with TX Text Control .NET 16.0

As a Microsoft Visual Studio Industry Partner (VSIP), TX Text Control has committed to support the latest versions of Microsoft Visual Studio and the new features. Since early CTP versions (community technology preview), we have been testing and integrating the new Visual Studio version.

TX Text Control .NET for Windows Forms 16.0 and TX Text Control .NET for WPF 16.0 have been tested and adapted to support this new version. TX Text Control now fully supports Visual Studio 2010.

Supported features are:

- .NET Framework 4.0
- .NET Framework 4.0 Client Profile
- Toolbox support
- Property browsing
- Data binding with designer dialog box support
- Drag & drop in the designer
- SmartTag support (common tasks wizard)
- IntelliSense support (including member description)
- Online help

You did not see the new TX Text Control .NET 16.0 features yet? You can download a trial version here:

TX Text Control Trial Versions


About TX Text Control:

TX Text Control was originally released in 1991, since then more than 40,000 copies have been sold. Starting off as a single, small DLL, TX Text Control has made its way through 16-bit DLL and VBX versions to today‘s Enterprise edition with its .NET and ActiveX components. The recent addition to the family, TX Text Control .NET Server, offers all of TX Text Control advanced word processing functionality in an easy-to-use server-side .NET component. Customers benefit from these years of experience, large user base, and at the same time, appreciate developing with a mature, reliable product.

Contact Informations:

support@textcontrol.com

North & South America:
Phone: +1 704-370-0110
Phone: +1 877-462-4772 (toll free)

Europe:
Phone: +49 (0)421 42 70 67 10

Asia Pacific:
Phone: +886 2-2797-8508
 
TX Text Control 16.0: New TextPartCollection

TX Text Control .NET for WPF 16.0 and TX Text Control .NET for Windows Forms 16.0 come with a new collection: TextPartCollection. It is a kind of meta collection that allows the iteration of text parts such as tables or text fields in all document parts (main text, headers, footers or text frames). This is useful to access all available collections via one standard interface. The following diagram shows the TextParts in detail:

tx_class_textpart_overview.png


Consider the following application: A document template consists of ApplicationFields in the main text, in headers and footers and in several text frames. And you want to replace the text in all of these fields. With previous versions, you had to iterate through all sections, it's contained headers and footers and throught all text frames separately. Now, just one loop is required to get access to all ApplicationFields:

VB.NET:
foreach (object obj in textControl1.TextParts)
{
foreach (ApplicationField field in ((IFormattedText)obj).ApplicationFields)
{
field.Text = "New text";
}
}

It's that easy. The IFormattedText interface contains properties and methods common to all text parts in a TX Text Control document like in this case the ApplicationFieldCollection. Test it on your own and download a trial version today:

TX Text Control Trial Versions


About TX Text Control:

TX Text Control was originally released in 1991, since then more than 40,000 copies have been sold. Starting off as a single, small DLL, TX Text Control has made its way through 16-bit DLL and VBX versions to today‘s Enterprise edition with its .NET and ActiveX components. The recent addition to the family, TX Text Control .NET Server, offers all of TX Text Control advanced word processing functionality in an easy-to-use server-side .NET component. Customers benefit from these years of experience, large user base, and at the same time, appreciate developing with a mature, reliable product.

Contact Informations:

support@textcontrol.com

North & South America:
Phone: +1 704-370-0110
Phone: +1 877-462-4772 (toll free)

Europe:
Phone: +49 (0)421 42 70 67 10

Asia Pacific:
Phone: +886 2-2797-8508
 
TX Text Control celebrates 20th anniversary next year

Next year, TX Text Control celebrates the 20th anniversary of TX Text Control. Released in 1991 and starting life as a single DLL, TX Text Control has made its way through 16-bit DLL, VBX and ActiveX versions to today's Windows Forms, WPF and server components.

The users benefit from these 20 years of experience, large user-base and at the same time, appreciate developing with a mature and reliable product. The goal is a constant extension of our innovation leadership. As an example, TX Text Control just released the first available WPF rich text editor with a true WYSIWYG text rendering.

Consider the following timeline that shows some TX Text Control releases:

tx_history_zoom.png



About TX Text Control:

TX Text Control was originally released in 1991, since then more than 40,000 copies have been sold. Starting off as a single, small DLL, TX Text Control has made its way through 16-bit DLL and VBX versions to today‘s Enterprise edition with its .NET and ActiveX components. The recent addition to the family, TX Text Control .NET Server, offers all of TX Text Control advanced word processing functionality in an easy-to-use server-side .NET component. Customers benefit from these years of experience, large user base, and at the same time, appreciate developing with a mature, reliable product.

Contact Informations:

support@textcontrol.com

North & South America:
Phone: +1 704-370-0110
Phone: +1 877-462-4772 (toll free)

Europe:
Phone: +49 (0)421 42 70 67 10

Asia Pacific:
Phone: +886 2-2797-8508
 
Back
Top