We are in the process of updating to TIA from SMA. Currently with SMA we have two stylesheets one for Editor and one for print. Is this common? What are the disadvantages if we only have one? Benefits of having two?
Thanks
Bryon
We are in the process of updating to TIA from SMA. Currently with SMA we have two stylesheets one for Editor and one for print. Is this common? What are the disadvantages if we only have one? Benefits of having two?
Thanks
Bryon
Hi,
currently we are making tests with the newest Arbortext Editor Version 7.0. As you know the toolbar icons in this new release are renewed. The new icons are very nice and we would like to use them. The buttons are defined in the editwindow.xml. In our customization (acl-file) we use following code to show the toolbar button "activated" or "deactivated" (gray style) (we would like activate them only if the cursor is in context to insert the xml-structure):
if(in_context("emphasis") == 1)
{
dlgitem_activate(0, "Toolbar_Fett")
dlgitem_activate(0, "Toolbar_Unterstreichen")
dlgitem_activate(0, "Toolbar_Durchstreichen")
}
else
{
dlgitem_deactivate(0, "Toolbar_Fett")
dlgitem_deactivate(0, "Toolbar_Unterstreichen")
dlgitem_deactivate(0, "Toolbar_Durchstreichen")
}
We noticed that in Version 7.0 the effect of disabling the buttons has not much difference with the activated button. In the earlier version the user could see this difference better. To demonstrate this, please look at this screenshots:
This is how it was in Version 6.0 with bmp toolbar icons, if the buttons are activated:
This is how it was in Version 6.0 with bmp toolbar icons, if the buttons are deactivated (you can see the gray effect, at the disabled buttons):
This is how the bold toolbar looks like in Version 7.0 if the button is activated:
This is how the bold toolbar icon looks like in Version 7.0 if the button is deactivated:
As you can see, there is not much difference, so that unfortunately this new icons are not satisfactory for our use.
Must we build own icons which less saturation to make own grayed buttons, which we must show or hide in acl code? That would be not fine. Is there maybe anything wrong what we do or another way to get the desired effect (like in the earlier version) of deactivating and activating buttons?
We hope you can understand our problem. Thank you for your support in advance.
Greetings from Germany.
This works in AE 6.0, but not 6.1. AE can't find the graphic file. From what I've read in the help I don't know what else is required:
putgraph graphname="logo" placemnt="before" hscale="65" vscale="65">
</putgraph>
Declared in the fosi:
<!ENTITY logo PUBLIC "-//WOODWARD//ENTITIES CMM Logo//EN" NDATA cgm>
<!NOTATION cgm PUBLIC "-//ISBN 0-7923-9432-1::Graphic Notation//NOTATION ANSI/ISO Computer Graphics Metafile//EN">
catalog:
PUBLIC "-//WOODWARD//ENTITIES CMM Logo//EN" "entities/xxxxxxx.cgm" (the file is there as well as in the doctype folder. I've also tried a fully qualified URL (C:/Program Files/PTC/Arbortext PE/custom/doctypes/.../xxxxxxx.cgm)
We are looking into adding hot spots to our images used in our online parts catalog system. Currently we supply a third party with pdfs and they add hotspot info to the images they create from the pdfs. What sort of process is it to create hotspots for an illustration. We looked the PTC tutorial and all the parts are individiaul not grouped together. If you use hotspots can you still have your image linked back to the source? Our process curently is that we use jt files and place them onto the open idr file, explode and make it presentable, add callouts, export to CGM.
Any guidance would be appreciated.
Bryon
Hi,
our users often copy and paste text from a pdf file into a xml file in Arbortext Editor 6.1.
If they do this, they get the carriage return into xml, which is displayed like an arrow:
Now we would like to search this carriage returns, which has the entity-code: 

Unfortunately we cannot search this returns. This is also not possible with the "find" command. The only way to find them, is the method with "find selection". But we also would like to replace them.
Anybody an idea?
Thank you in advance for your help.
Can any one suggest how to do a program or set of instruction (like macro) which will show the errors in the authoring file (content) on running the program.
Eg: The statement should be
Correct: “put the unit in position”
Wrong: “put the unit in its position”
If we use in its position in the authoring, it should show error
We are testing Arbortext Editor 7.0, looking to replace our aging version 5.4 M050. Our testers have noticed that many of the Edit window toolbar buttons have disappeared. We would like to put them back (at least some of them). Has anyone tried to do this? I have gotten as far as looking at lib\dialogs\editwindow.xml. I see the toolbar definitions in there, so it seems like I should be able to pull out the ones we need from the 5.4 version and put them in the 7.0 version. However, the icon graphic have changed so I don't have all of the icon graphic I need in 7.0. I would appreciate any suggestions from others who might have tried to implement this kind of customization.
I looked at the PTC Arbortext Customization document, and found no help there. There is less than half a page of information on toolbars.
Hi everyone!
I tried to create a trialkey for Arbortext with my Host-ID using this page.
I entered my Host-ID like this 00-11-AA-BB-22-CC (not my real Host-ID), but I get redirected to this error page all the time.
Can you tell my, why I cannot generate a license file?
Hello,
Here's a brief overview of the situation;
We have 4 licences in total at the moment, two for IsoDraw 7.1 with CADProcess and the other two for IsoDraw 7.1 Foundation, running from a licence server, the problem currently being experienced is that we cannot open IsoDraw 7.1 in foundation only mode because it defaults to opening with CADProcess thus not allowing computers to run the foundation licences.
Could the problem be caused by the command line used to launch the software (missing command, etc.)?
Command Line: C:\Program Files (x86)\PTC\Arbortext IsoDraw 7.1\Program\IsoDraw71.exe
Regards,
Robert Edkins
Hi.
I Have a this problem...
In C # project registration epic lib phenomenon is not properly registered.
Arbortext 7.0(64bit) is currently installed on the notebook.(styler and editor ...)
When you add the lib reference document in the program, proceed as follows:
can not see the Library. this is problem..
Arbortext 7.0 is installed why Library is 6.0?
Is there another way?
OS : windows 7 (64bit)
compiler : visual studio 2008
language : C#
source : arbotext sample code
I am pleased to announce that PTC Arbortext Editor/Styler/Architect/Publishing Engine 6.1 M080 is now available for customer download from the PTC Software Download page under “Order or Download Software Updates”.
For more details regarding this maintenance release, please check out the following documents:
Thank you!
Hello all-
The PTC Arbortext Advanced Print Publisher 11.0 M100 release is now available for customers to download. The release is available from the PTC Software Download page under “Order or Download Software Updates”. It is located under the “Arbortext Advanced Print Publisher” product family, at the location shown in the screenshot below.
For more details regarding this maintenance release, please check out the following documents:
Thank you!
Hi Everyone,
We have traditionally published our content to PDF and so far we use EPS as the standard image format as this renders the best result. We did toy with SVG at one point, but Arbortext just rastorized it (at least at the time it did when we used V6.0).
We are embarking on producing ePUB's, but the resulting PNG files are published at 96 DPI which is too low.
Looking at the Arbortext manuals, there is a setting:
set defaultprintdpi
set defaultprintdpi= value
This command specifies the resolution value in images resulting from PTC Arbortext Editor converting SVG and PVZ images for print and PDF output. value is a positive integer specifying the resolution in dpi (dots per inch). If defaultprintdpi is not set, PTC Arbortext Editor assumes a value of 300.
However by the manual's own admission this only applies to SVG and PVZ images and only when publishing to PDF.
Is there another way to configure how Arbortext converts EPS to PNG when publishing to ePUB? Or are we stuck coming up with another image tool that must run during the publishing flow?
This relates to the Product Idea Better conversion of EPS files in Web output.
Thanks in advance,
Rob.
I currently have a FOSI that is failing to compile/print most of the times (but not all of the time).
In the "formatter messages" window, the warning is "An empty page fault occurred."
In the event log, the warning is "Error: Failure post-processing for composer type pdf. FATAL ERROR: Operation terminated."
and
"ERROR: Runtime error formatting document: main:: Error='[A12627] Error: A fatal formatting error occurred. Refer to the formatting faults log file "file name here"."
The log file has been of no help. I am unable to consistently get this FOSI to compile or fail at the same elements or point in processing, nor does it repeat with any other FOSI.
Any ideas?
Anyone know the cause(s) of the "Error return '0' from ACL DVI generator" fatal error from the composition engine?
Good morning Arbortexters,
After upgrading to Arbortext Editor 7, I'm getting the following message when adding borders to a table, and the borders are not applied correctly. We use a custom Fosi, so I'm not sure why there's a reference to the dflt.fos in this error. We've made no recent Fosi or DTD changes, and using that same DTD and Fosi, I can add table borders with Arbortext 5. Does anyone know how I can resolve this error?
Thanks!
I just had Arbortext Editor 7.0 installed today and wondering where my print preview is located?
I can not locate on my local machine or installation disk. Is this file available for download?
Hello All,
I would like to know WGM 9.1 M070 will work in Windows 10?
Regards,
Rajesh L
Hi All,
I use Arbortext editor 6.0 M060, I can't set the promptnodtd to on because i can't find it in the options list.
It should be set to on by default, but when I open a document without a doctype declaration, the editor open it in free-form XML mode, without prompting for the dtd.
Anyone can help me?
thanks
Sonia
Hi All,
We are using Arbortext Editor 6.0 M080 and create a contents by using DITA Task and publishing the PDF copies after adding to DITA BookMap.
My requirement now is I have 2 different manuals to publish which is having common content and few instructions are different. I have created a DITA task with common content and different instructions for different manuals in the same file.
Added this file to DITA bookmap but, I don't know how to publish manuals separately now? What is the conditions I have to define? Which file I have to modify to get this output?
I have attached a PDF which explains the conditions and also I have attached the DITA file for reference.
Thank you,
Regards,
Rajesh L