經 Text Control (formerly The Imaging Source) - 產品類型: 構件 / ActiveX OCX / DLL
Can i Compare to Documents by using TX Text Control ActiveX Enterprise/XML..?
回復
The enterprise edition specifies DTD. Can we describe a custom DTD to the control and have it honor that XML definition?
回復
RE: TX Text Control ActiveX support@componentsource.com 20-May-2010 11:01:11
Text Control offers several built-in features to edit and to manipulate XML files. XML files can be loaded and saved like all other files using the Load or Save method.
When an XML file is loaded Text Control considers the corresponding document type description file
(DTD) and checks the document for validation. If the document is invalid (which means that it does not fulfill the rules in the DTD) an XMLInvalid event occurs, however, Text Control still loads the document's text and its formatting styles. The document can then be edited as a normal text document with all the editing features Text Control offers.
Otherwise if the document is valid according to the corresponding DTD Text Control loads the document's text and formatting styles and switches to a special XML editor mode which guarantees that the document remains valid during editing.
回復
I like to have code to ,spell check the Selcted text inside the TX Text control with WSPell checker(word automated)using VC++ MFC
回復
I have 2 questions :
1) Does it support character spacing ? Think of this question in the context similar to Linespacing. TX does have SetLineSpacing member function.
2) Does it support Unicode ? Will it display cyrillic or greek alphabets. And when it does, will the GetText function keep the unicode and return the same. I have worked with Microsofts Rich Text Control. This one displays cyrillic or greek fonts properly but when I do the GetText on it, I dont get proper chars back. And I have to acheive this in a convoluted way with microsofts control.
Thanks
Jayant Bhave
回復
We are trying to insert an image BMP/ GIF/ JPG into TXTextControl programatically using a VB program. Though we are able to insert & view the BMP file correctly, we get an error "The image filter cannot be found" when we try the same with a GIF image. With JPG, the file does get inserted into TXTextControl but the image displayed in the Control is too small.
Though, when we cut-paste each of the above into the control, it works fine.
Can you please let us know how will we be able to programatically insert GIF/JPG files into the control? Using BMP is a problem since the file size is much more than a JPG/GIF.
regards
dharmaraj
回復
Can I use the TXText control to convert a word document or a text file to a TIFF image?
回復
Nothing
回復
Hi
I was wondering if TX text control can do a number of things:
1. Set pages sizes (ie 297mm x 210mm)
2. How does it mailmerge
3. Can it export to a print file ( to be put into distiller at a later date to form a .pdf)
4. Have the ability for text boxes, or set ZOrder (ie bring to front , send to back)
Thank you
回復
RE: TX Text Control support@componentsource.com 06-Jun-2004 00:00:00
Hi Ryan,
1. Set pages sizes (ie 297mm x 210mm)
Of course, it can do this.
2. How does it mailmerge
There are a couple of sample showing how this works. So, it shouldn’t be much of a problem to implement your own mail merge app.
3. Can it export to a print file ( to be put into distiller at a later date
to form a .pdf)
Only if you tell the printer to do so in the print dialog. Same thing as in word here.
4. Have the ability for text boxes, or set ZOrder (ie bring to front , send
to back)
No, text boxes like in Word are not possible.
--
Regards,
Meik Dankleff
Meik Dankleff, TX Text Control Support Department
回復RE: TX Text Control ryan [Australia] 07-Jun-2004 00:00:00
Thanks for all that, and Text boxes can be created in Word ,you just go to insert > Text Box, it is very helpful to position images and other objects.
回復
Does anyone know of a control that can be used in conjunction with TX Text Control to track changes? I have an application where multiple people will be working on a document and we need to know who did what.
Thanks!
回復
RE: TX Text Control bjoern [Germany] 06-Jun-2004 00:00:00
Hello
Thank you very much for your interest in the TX Text Control.
We have made a sample which shows you how to realize a track changes feature with TX Text Control. You don't need another control to do that. Please have a look at the sample at:
textcontrol.com -> Downloads -> Source code snippets -> Formatting -> Track Changes
Björn Meyer, TX Text Control
回復
What are the file size limitations for loading into your control?
Thanks,
Riven
回復
RE: TX Text Control - file size bjoern [Germany] 06-Jun-2004 00:00:00
Hi Riven
There are no file size limitations in principal. May I ask if you have experienced any limitations?
Björn Meyer, TX Text Control
回復
I am looking for soemthing that can be installed on a web server and used through ASP. It is too costly in terms of performance and stability risk to use Word to open documents to gather the information I want. All I want is to be able to determine the margins and the number of pages in Word documents that are located on the server. Can this product do this safely and with good performance?
Thank you.
回復
is it possible to use the '.NET ready version' of TX-Control either with VS-6.0 or with VS .NET 7.0 or do i have to buy two seperate licences ?
regards
回復
RE: TX Text Control ActiveX bjoern [Germany] 06-Jun-2004 00:00:00
For this reason we have a new TX Text Control ActiveX Server version of TX Text Control. Read more about that on textcontrol.com.
回復
Hi
I am working with the trial edition of your control on Windows XP in Visual Basic .NET (Windows forms)
I am not able to activate scrollbars for the textcontrol. I keep getting the message: Invalid Property Value.
I can set the scrollbars in the Control's own property window, but that does not have an effect in runtime.
Any solution to this?
Regards
回復