SLM (Service)
Recently active
Hi all,How can I use a global variable in the APP, for transfer an information from OnEnter to OnExit function?( I need to used any type of information, and not just string).
Hi everyone,Arbortext Editor is killing the illustration Notation. After placing a cgm-file the XML structure should show up as <!NOTATION cgm SYSTEM "cgm"> but all I can see is <!NOTATION cgm SYSTEM> (without "cgm"). Does anyone know why Arbortext is doing this?Any help would be great! Best regards from snowless Munich!Helmut
Actually Ed when the ENTITY file is declared in the instance whether usingthe DTD or the schema, the extra lines appear. But thanks for the idea. Lynn
I am about to scream at this. I have a series of text entities declaredthrough an external file. This has worked for a LONG time with no problems,now suddenly, when some of the ENTITIES display on screen and in the finaloutput, there are added line feeds. I have gone through the entity file and there are no extra line feeds I amincluding the ENTITY declaration for one of the problems along with a screencapture showing what Epic is doing. Here is the ENTITY declaration:<dtd.frag> assocfig IDREFS #IMPLIED changeref IDREFS #IMPLIED chap-toc (yes | no ) "yes" chngno CDATA #REQUIRED comment CDATA #IMPLIED delchlvl CDATA #IMPLIED frame (yes | no ) "yes" idref IDREFS #IMPLIED inschlvl CDATA #IMPLIED revno CDATA #REQUIRED security (uc | fouo | c | s | ts ) #IMPLIED skilltrk CDATA #IMPLIED tocentry (0 | 1 | 2) "1"</dtd.frag>'>Here the text as I copy it from Epic: <dtd.frag> assocfig IDREFS #IMPLIED changeref IDREFS #IMPLIED chap-toc (yes | no ) "yes" chngno CDATA #REQUIRED
Hello, we distribute our software with IsoView 7.0 (for reasons too in depth to go into, distributing a later version is not an option currently, nor is making installation optional). We have a customer that has Arbortext Editor 6 which fails is IsoView 7.0 is active on their machines. They have found they can get it back working by running Regsvr32 on their IsoViewX73.ocx but when they run our software IsoView always shows the text "UNLICENSED Arbortext Isoview". What can we do to A. fix up this customer's issue? B. prevent graphics in our software saying they are unlicenced when the customer upgrades to a later version of IsoView? thanks in advance Dave
Generated text may come from external files/applications or be built intothe FOSI itself. If from an external source there is usually some form ofcall through an <att><specval> combination to access the desiredinformation. There are also a couple of reasons why generated text may not'automatically' appear. First the 'full' or 'partial' auto updates may notbe turned on. Secondly, and I have this problem for my current document, itmay be too large for 'auto updates' to occur. If the file is too large youshould (and I get this with 5.4 and later) a message window stating the fileis too large for auto updating. Lynn
Hi,We are facing an unusual issue, we have FOSI for showing generated text. It is working fine when we are updating existing tags, however, when we insert new tags then we are not able to see the generated text corresponding to those new tags. Also, we have observed that after inserting new tags, if we delete some text in some other tag and then undo (Ctrl+Z), we are able to see the generated text for the newly inserted tags.We have gentextautoupdate as "full" and gentextautoupdate as "on". Please advise. I have tried it on the other forum (http://communities.ptc.com/) but have not got an answer yet. Also, my file is not that big.Regards,Pawan
Perhaps I'm missing something obvious here, but it seems like there should be a way for Arbortext Editor to validate all of the XML files that are referenced from the same map or bookmap. A Completeness Check happily reports everything is OK, even when referenced files have gross Context Errors. One can open a file with context errors from a <topicref> within a map, and the Editor simply either shows a red element where the problem is, or simply adds elements to "fix" the problem. It does not turn context rules off and report an error.Is there a way, through AE, the AE command line, or through custom ACL to check a related file set without having to open every file? Does this require the use of an external XML parser?Thanks!
I am attempting to customize the stylesheet for axdocbook for delivering a MIL-STD technical bulletin. The sect1-sect 5 titles need to appear as follows: 1.1 Section Title. First para element's content.In Styler, no matter what modifications I made to the para or title elements, the para will not render on the same line as the title. Even as an inline structure type.Does anyone have an suggestions for what I can try to make these section titles run-in or inline in Styler being output to pdf?
Got another question:Newbie Alert!! Using Arbortext 6.0 and C#:When the user saves a document, we want to perform certain actions on the saved data. However, the DocumentSaving event fires before the disk file is updated, so the event listener doesn't have access to freshest data; rather, the disk file represents the previous save. The documentation mentions cancelling the event and then calling save manually (ADocument Save), which gives you the opportunity to perform actions before and/or after the document is saved; this seems like a promising technique, but I can't figure out how to save the document in the event listener - sounds simple enough, but I'm not sure how to gain access to an object that is tied to the editing session and has a Save method. Can anyone help?Related question: Is there a way to cancel the ACL Save callback function?
Dear all,We are using Arbortext Editor 6.0 M080. We are using the _newline tag to create the new line inside the step. When it get publish to PDF and we are absolutely no publishing error in this. But, when we use the same _newline tag inside the hazardstatement tag we are receving the publishing error (NULL message). Could you please anyone help me if we should not use the _newline tag inside hazardstatement tag, then which tag need to be used to split the line.Thank you in advance,Rajesh
Is anyone using Isodraw 7.3 to highlight a line with a mouseover or click? If so what might that technique be?I grouped a set of lines in a schematic, applied a hotspot to the line, and when I enable the hotspots, and view within IsoDraw using IsoView I don't get much in the way of an indication. Lets say one clicks on the line, it flashes briefly and that's it.Animation doesn't seem to apply because I am not moviing or rotating the line. Also, the imported CAD dwg file does not have any ids for the lines that are imported. Should there be?Is there any way to get the line to highlight and stay highlighed?My thought is to export this to WebCGM later.
I noticed that in the AAD S1000D PDF output (Editor 5.3, CSDB 4.3 M060) the dmRef outputs a data module code and there is a missing space between the end of the DMC and the <techname> and also between the <techname> and infoName, so you get something like "STUF-A-34-52-01-00A-300A-DWidget Part No. 007Examination tests and checks" when it should be "STUF-A-34-52-01-00A-300A-D Widget Part No. 007 Examination tests and checks ".DMC: STUF-A-34-52-01-00A-300A-DtechName: Widget Part No. 007infoName: Examination tests and checksI noticed that the PDF file does not have a dash between the techName and infoName elements and when I search for infoName for example in the stylesheets I cannot find an example that doesn't have a dash, for example the following code from foRevSegDatamodule.xsl inserts a dash between the techname and infoname elements: &#160;<xsl:value-of select="techname"/>&#160;-&#160;<xsl:value-of select="infonam
I found another problem, there was no xsl:template match for <superScript> or <subScript> so I wasn't getting the correct formatting in my PDF output. So I added some statements at the very end of foPara.xsl right before the last </xsl:stylesheet> to fix this: <!-- ===================================================================== --> <!--L3 Modification for markup superScript and subScript--> <xsl:template match="superScript"> <fo:inline baseline-shift="super" font-size="smaller"> <xsl:apply-templates /> </fo:inline> </xsl:template> <xsl:template match="subScript"> <fo:inline baseline-shift="sub" font-size="smaller"> <xsl:apply-templates />
Is Korean language supported in Arbortext Editor, CSDB and Publisher for S1000D?Which functionality are supported in Korean ?
Is there a way to set your foldout to publish duplex.Bryon
Using Arbortext Editor 6.0 M040 and C#:We have a need to delete the file Arbortext uses during an editing session after editing is complete (the contents are stored in a database, so the disk file is only needed while actually editing). Toward that end, we have set up a listener for the DocumentClosed event. Our problem is that Arbortext doesn't appear to release the file until after the event listener has finished processing the event, meaning that when we try to delete the file we get a "File is in use by another process" error. Can anyone help?
So to see if the latest version of Epic might fix my 'extra line feed'problem I downloaded and installed Epic 6.1 M010. Imagine my surprise when (and I chose CUSTOM) I see I also have Creo ViewExpress 3.0 on my system. I have a version of ACDsee that is over ten yearsold that does more than this does. Lynn
I found another problem, new day new problem right... 😉 I noticed that in the AAD S1000D PDF output (Editor 5.3, CSDB 4.3 M060)the dmRef outputs a data module code and there is a missing spacebetween the end of the DMC and the <techname> and also between the<techname> and infoName, so you get something like"STUF-A-34-52-01-00A-300A-DWidget Part No. 007Examination tests andchecks" when it should be "STUF-A-34-52-01-00A-300A-D Widget Part No.007 Examination tests and checks ".
In a drawing sheet, I have different views from different Reps for the same assembly. Also I have a BOM Table for the Master Rep. How can I put same BOM Baloon number for the same part in different views in a same sheet?I can do crating BOM table for each view and corresponding Baloon for that part. So in different views, same parts have different BOM number for that Reps BOM table. Which is not proper way to do... so please suggest... in the image above you can see different views with different Reps for the same assembly....
How do you load a font for styler to use?Bryon
I found another problem, there was no xsl:template match for<superscript> or <subscript> so I wasn't getting the correct formattingin my PDF output. So I added some statements at the very end offoPara.xsl right before the last </xsl:stylesheet> to fix this:
Ok, I'm using v5.3 of the editor with CSDB and I've created some S1000DPDF output using the "Publisher" and I've noticed that the tables asoutput completely ignore the column settings. Instead of getting columnsof variable width I get columns of equal width. In the output thecolumns are equally divided between 38 pi, which is total chaos. I havecontent running across cell borders etc.I have clearly set the columns as follows:<table colsep="1" frame="all" rowsep="1"><title>Something</title><tgroup cols="7" tgstyle="1"><colspec<br/>colwidth="2.00pi"/><colspec colwidth="7.50pi"/"><colspec colwidth="3.00pi"/"><colspec<br/>colwidth="2.00pi"/><colspec colwidth="10.00pi"/"><colspec colwidth="7.00pi"/"><colspec<br/>colwidth="3.00pi"/>I suspect this is a problem with the Publisher; it doesn't create Issue4 compliant covers either. Does anyone know if there is an attributewhich can be set in the XML to force the
We are about to transition our Editor/PE Server combo from version 5.4 to 6.1. Obviously nobody else will have our exact customizations, but has anyone who has done this version transition had any big issues or known problems with stylesheets or acl files not working any more? For starters, it appears there is no upgrade file to run, I just need to uninstall 5.4 and do a fresh install of 6.1, is that correct? Thanks for any help or opinions that people might share!
Hi,I am having a weird problem, as described below, while issuing some data module.1) I was able to issue some data module and not be able to issue on a majority of the DMs within a publication module2) No error message or error log is displayed after I selected Set Verification to ISSUE. The Issue number didn't roll up and the status didn't update to ISSUED. There was no indication of failure after I performed the operation. I'm drawing blank right now and really need help to get my work going. I'm really appreciated if you could guide me to a direction where I can troubleshoot this problem.Thanks
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.