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

Back from NDC London 2013

$
0
0
We had a tremendous week in London at the NDC London 2013. Close to 700 enthusiastic attendees from around the world met in London to learn from top speakers such as Scott Guthrie, Richard Campbell and Carl Franklin. We presented TX Text Control X10 and our new reporting features and we really enjoyed so many discussions at our booth. Please...

More...

[OPEN] How to disable context menu items

$
0
0
I am using the standard (Express) version of Text Control in my application.

Obviously, some features like inserting text frames are not supported. However "Insert Text Frame" menu item shows up when I right click on the control, and throws an exception. I am unable to trap this exception...there is no "TextFrameBeforeCreate" event.

How can I disable certain context menu items from the built in context menu?

Thanks.

[OPEN] WinForm .NET 18 SP3 - Format error: The specified format is invalid. (01-241C)

$
0
0
Hi,
When I try open and Save the attach file .tx (generate with TxTControl) i have error "Format error: The specified format is invalid.
(01-241C)"


Code:

  string FileTx = Path.Combine(Application.StartupPath, "FileError.tx");
            string filePath = Path.Combine(Application.StartupPath, "FileErrorOut.rtf");
 using (var txt2 = new TextControl())
                    {
                        txt2.CreateControl();
                        LoadSettings settings = new LoadSettings();
                        txt2.Load(FileTx, StreamType.InternalFormat, settings);
                        txt2.Save(filePath, StreamType.RichTextFormat);
                    }

Download file form http://upload.blumatica.it/upload/FileError.rar

[OPEN] We to download TX TextControl RapidSpell NET SP

$
0
0
Hi,

We use Tx TextControl ver 15.1 for win forms and use the TX TextControl RapidSpell NET spell as you type component.

I use the rapidSpellAsYouType.AddTextComponent(_txTextControl) method but when we I call the rapidSpellAsYouType.RemoveTextComponent(...) the method does not take a txTextControl paramater.

In the forum discussion below the support representative Fabian Zenker says there will be a fix available for this in the release on Second of March 2010.

http://forums.textcontrol.com/archiv.../t-322843.html

My current version of TXTextControl.RapidSpell.NET.dll is version 15.4.0.9505

Do I have the latest version if not where can I download the latest one from?

Thanks.

[OPEN] Issue with Paragraph Frame

$
0
0
I am trying to replicate something produced in Word in the TXTextcontrol using code. The original produced in word has a left margin at .5" and a paragraph border with a 1.5 pt line thickness.

Original Word Format
Click image for larger version. 

Name:	Word.PNG 
Views:	2 
Size:	3.6 KB 
ID:	2080

The paragraph border around the paragraph extends to the left of the paragraph into the left margin keeping the text starting at the .5" margin. When I try to replicate this is TXTextControl using code, the paragraph border starts AFTER the left margin and pushes the starting text of the paragraph over.

TXTextControl Format
Click image for larger version. 

Name:	TXTextControl.PNG 
Views:	2 
Size:	2.8 KB 
ID:	2081

I am using an old version (Version 14) of the control. Is this a bug or am I doing something wrong?

Thank you,

Steve
Attached Thumbnails
Click image for larger version. 

Name:	TXTextControl.PNG 
Views:	N/A 
Size:	2.8 KB 
ID:	2081   Click image for larger version. 

Name:	Word.PNG 
Views:	N/A 
Size:	3.6 KB 
ID:	2080  

[OPEN] Start page numbering on second page

$
0
0
Is there a way to control when the page numbering starts. I have a title page that I don't want to be included in the page numbering when I add a page number into the footer of the remaining pages. I don't have the page number field in the footer of the first page but I do have it in the footer of the remaining sections/pages. But when the report generates, the page number starts 2 of x. I want it to ignore that first page and start with 1 of X.

I am using an old version - 14. Is it possible to have different page numbering per section? For example after the title page, I have a Table of Contents. I would like that numbered i, ii, iii, etc. and then the remaining sections/pages numbers Page 1 of X.

Thank you,

Steve

Reporting: MailMerge API changes in version X10

$
0
0
With the introduction of objects as an accepted reporting data source, we slightly modified the MailMerge API to reflect these changes. In TX Text Control X10, DataTables, DataSets and all kind of enumerable objects can be used as data sources. The method MergeBlocks has been deprecated and merged into the Merge or MergeObjects method. This...

More...

[OPEN] Spellchecking does not work correctly in hyphenated words

$
0
0
We use TX Spell 4.0 .NET for Windows Forms in a Visual Studio 2010 Solution with TXTextControl X10, with Spellchecking and Hyphenation enabled. Dictionaries are de_DE_frami.dic and de_DFEW.dic

There is a problem, when spellchecking a text with hyphenation preferences (in German "bedingte Trennstriche", you insert them with Ctrl + - in a word in TextControl, so you get the hyphen, when the word ends at this point in a line).
Some examples:
Die Zu¬stän¬dig¬keits¬gren¬ze
ein An¬er¬kennt¬nis¬ur¬teil
Bei Ver¬säu¬mung
um Ver¬wei¬sungs¬an¬trag
die In¬kas¬so¬kos¬ten
zur Glaub¬haft¬ma¬chung

If such a word is unknown to the dictionary, the marking of the misspelled word is too short (sorry, the firewall allows no upload of a picture), it's only as long as the word without the hyphenation marks. So if I change the word with the dialog or contextmenu, only the marked part of it is changed.

This is really confusing and tedious for all users.

Is there a chance for a bug fix of this in the next service pack?

Thanks, Kirsten Roelleke.

(A developer's remark in german: Wenn das Wort nicht im Wörterbuch gefunden wird, wird es unterschlängelt, aber nur in der Länge des Originalwortes, ohne Trennstriche. Die Anzahl der Trennstriche bestimmt also, wie viel zu kurz das Wort ist, das unterschlängelt wird. Da würde ich doch mal vermuten, dass die Trennstriche für das Untersuchen rausgenommen werden, dann aber für das Unterschlängeln diese Länge zurückgegeben wird anstelle der Originallänge.)

Service Pack 1 for TX Text Control X10 announced

$
0
0
A quick heads-up from Text Control. You would think there is not much activity in companies these days before the holiday. Far from it! We used the momentum after the X10 release and are working on service packs for all products. Please expect the service packs for TX Text Control, TX Spell and TX Barcode to be released next week. We are going...

More...

[OPEN] TextControl throw a Null Reference Exception when dictionary have no language

$
0
0
Hi, I created a user dictionary but if I didn't specify any language for it I get a null reference exception when I try to launch the spelling dialog. You can test this is TX Text Control Words by adding a new user dictionary using the Proofing Options dialog box and setting the language to "No language set". Why is this option even available when it doesn't work?

Service Packs for TX Text Control X10 and X9 released

$
0
0
We are delighted to announce the immediate availability of new Service Packs for the following products: TX Text Control X10. Service Pack 1 for TX Text Control .NET for Windows Forms. Service Pack 1 for TX Text Control .NET for WPF. Service Pack 1 for TX Text Control Server for ASP.NET. Service Pack 1 for TX Text Control ActiveX. Service Pack...

More...

[OPEN] Delphi database reports

$
0
0
Hi,

I downloaded a trial version of Your product. There is an information on Your page that I can use it to generate reports with a database as a source of data. I try to make a report with a table tat is populated from database table but I don't know how can I achive that. I cannot find any information how to do it in Delphi.

Best regards:
Przemysław Karolak

[OPEN] How to find the TableCell of the OuterTable in which this inner table?

$
0
0
I need to find the TableCell of the OuterTable in which the current inner Table has been placed.

Is there a friendlier way to find out the tablecell otherthan iterating each cell of the outertable and comparing its bounds with the inner table's first cell's Start?

Thanks

[OPEN] Dialog buttons are cut off

$
0
0
Hi, when I launch the Paragraph or the Page Setup dialogs the buttons are cut off. The dialog just seems to small, see attachment.Click image for larger version. 

Name:	Paragraph.png 
Views:	5 
Size:	9.9 KB 
ID:	2084
Attached Thumbnails
Click image for larger version. 

Name:	Paragraph.png 
Views:	N/A 
Size:	9.9 KB 
ID:	2084  

[OPEN] Built-in Context Menu not shown - MFC C++ ContextMenuOpening

$
0
0
Hi,

I try to visualize the built-in context menus when I right click into the TX Text Control area but w/o success.
FYI: I use version 20 of TX Text Control ActiveX in a MFC C++ environment

When I right click onto the control the ContextMenuOpen Event is fired and I can watch the passed arguments "DocumentLocation" and "Cancel". So this seems to work correctly.

But how do I now show a built-in context menu? I could not found any information in the documentation.

Loading dictionaries dynamically in TX Spell .NET

$
0
0
To enable spell checking in TX Text Control based applications, you simply need to connect TX Text Control with TX Spell .NET. TX Spell .NET is loading the required dictionaries automatically from the default dictionary folder. Since version TX Text Control X10 and TX Spell .NET 4.0, dictionaries are loaded based on the new Culture at the input...

More...

[OPEN] Question to TextControl.ParagraphFormat

$
0
0
Hi,
for me the TextControl.ParagraphFormat doesn't work like expected. The Font-Property does. In the following snippet the ParagraphFormat is not applied to the text.

Code:

        Me.TextControl1.Font = New Font("Verdana", 12, FontStyle.Regular, GraphicsUnit.Point)
        Me.TextControl1.ParagraphFormat.BottomDistance = 240
        Me.TextControl1.ParagraphFormat.LineSpacing = 130

        Dim txText As String = ""
        For i = 1 To 50
            txText += "Lorem ipsum dolor sit amet consetetur sit sit sit. "
            If i Mod 10 = 0 Then txText += vbNewLine
        Next
        Me.TextControl1.Text = txText

With this code-line it works fine:
Code:

        Me.TextControl1.Selection.Text = txText
With these code-lines it doesn't work fine anymore:
Code:

        Me.TextControl1.Text = txText
        Me.TextControl1.Selection.Text = txText

With these code-lines it works fine:
Code:

        Me.TextControl1.Text = ""
        Me.TextControl1.Selection.Text = txText

I would like to initialise TX with own Format-values and thought for example a TX.ResetParagraphFormat applied this own pre-defined to new inserted text (not Selection.Text).

[OPEN] x9 export to text with enumeration

$
0
0
Hi,

I've just played around with the x9 version. As I save the data to RTF in the database there will be "unfortunately" no solution to reformat the text (fonts, font-size....) when the text will be printed via List and Labels (rtf-control).

My solution is to provide an new DB-Column where I will save/export the data, from the textcontrol, to textformat!

This works fine but the enumeration are not exported! Is there a workaround or is it not possible?

Thanks for any help
Yves

[OPEN] TX20 - RTE 20018 trying to use header/footer

$
0
0
"This function is not available in this version of Text Control."

We recently upgraded from version 16 to version 20 service pack 1.
Our existing code is now generating this error. It worked fine in version 16.

I even tried the following snippet from the doc file and the RTE was generated
on HeaderFooterSelect.

TXTextControl1.HeaderFooterSelect txHeader
TXTextControl1.Text = "This is the header's text"
TXTextControl1.HeaderFooterSelect 0

[OPEN] TX20 - Entering multiple Tabs with the bold MS Sans Serif font causes over-printing

$
0
0
We are using the professional TX Text Control version 20 control.

I have provided sample code that can be used to duplicate the issue.
TextControl1.Device = 1
TextControl1.FontName = "MS Sans Serif"
TextControl1.FontBold = True

Enter some text then press the Tab key twice. The cursor is repositioned
over the entered text. Typing more text causes overprinting
and the cursor position seems to be stuck in one position.
Viewing all 1022 articles
Browse latest View live


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