Recently active
Adepters:One of my users wants to search for comments. I can't see how you can do that. The user just wants to find each comment without concern for their content.Thanks,Dave
I provide IT support for a group of illustrators and we are currently using IsoDraw 7 M040. I recently upgraded one of the users to M090 and ran into a problem printing.One of the illustrations has text in a layer and the layer color is set to red. I believe the text itself is actually black but it displays as red on the screen. When the users still running M040 print this illustration the text prints in red. When the user running M090 prints out the same illustration the text prints in black. This same illustration has arrows in a different layer set to blue. The arrows print correctly in blue for all users.Any ideas?Thanks!
Hello,When I set 'border-width' to add a box for a block, the composed pdf will be a mess if there is a change bar generated.The message of PE is as follows."Warning: A page overset fault occurred. The page depth is 2688.01pt and the page goal is 644.97pt. (page 5)" Does anyone know how to fix this problem?Kinds RegardsBilly
I'm used to a different macro programming language in which you can have 1 macro do several different things by passing parameter(s) along with the macro name - e.g. macro_name 'yes' The macro then declares the parameter(s) e.g. parameter yes_no The parameter yes_no is then a variable yes_no with a value of 'yes' The macro then uses this variable to determine an action later on. For example, I have a macro that changes a drawing and saves it down again, but I now find I want a very similar macro that does everything except save the drawing down again. With a parameter, I could include an if statement in the macro to either save the drawing or not depending on the value of the parameter. Otherwise I will have to either copy the macro twice or split it into bits and run as separate macros Is there something similar to this in Isodraw? I have looked but can't find anything, though the terminology may be different.
My company has recently upgraded to Arbortext Editor 5.4. When I copy and paste a table from a word file (docx) using the paste special feature I get an “invalid paste structure” dialog box. I have tried to use the “table with no title” option but then all my content is wrappedwithin para tags. My tables are very simple tables, I’ve even tried to copy empty tables but get the same error. What am I missing? With your response please keep in mind that I’m just a user.Thanks JB
Did you try "Paste Excel"? TI seem to remember that I have had to paste a table into Excel, copy it, and then use "Paste Excel" to get it into my Arbortext document. \ / Andy Esslinger LM Aero - Tech Order Data_____-/\-_____ (817) 279-0442 1 Lockheed Blvd, Mail Zone 4285 \_\/_/ (817) 777 3047 Fort Worth, TX 76108
Hi all,I have a table XUI that I am working on, it is working pretty well. But I now what to add some more functions and they are giving me trouble. I want to remove the rowsep or colsep at the row and entry level. Here is the function I wrote:function removeSep ( oid, attname ) { var i,j; // local index variables var entryChildren; var oidChildren = oid.childNodes; // the oid passed was the tbody so this give me the rows for (i=0; i <= oidChildren.length; i++ ) { Application.alert ("remove seperators for i "+i+attname+" "+oidChildren.item(i).nodeName+" "+oidChildren.length ); oidChildren.item(i).removeAttribute(attname); // all the variables display correctly what I want entryChildren = oidChildren.item(i).childNodes; // here are the entry children of the row for (j=0; j <= entryChildren.length; j++) { Application.alert ("remove seperators for j "+j+attname+" "+entryChildren.item(j).nodeName+" "+entryChildren.length+" att= "+ entryChildren.item(j).getAttribute(attname)); // disp
Save to a variable and then use #FOSI to check the value of the variable for content:Works with either #NONE or #ANY <att> <specval attname="tpdr.tdv" attloc="#FOSI" attval="#NONE"> <charsubset> <usetext source=""></usetext> <reset resetlist="pagect" pageplus1ct&quot;="> </charsubset> </att> <att> <specval attname="tpdr.tdv" attloc="#FOSI" attval="#ANY"> <charsubset> <usetext source="\None\"></usetext> <reset resetlist="pagect" pageplus1ct&quot;="> </charsubset> </att>-Andy \ / Andy Esslinger LM Aero - Tech Order Data_____-/\-_____ (817) 279-0442 1 Lockheed Blvd, Mail Zone 4285 \_\/_/ (817) 777 3047 Fort Worth, TX 76108
I am having some trouble getting my screen FOSI to perform the way I expect it to. I have an element which may or may not have content.When the element has no content I want to save the word "None" as a text variable and use it elsewhere.When the element DOES have content I want to save the actual contents as the same text variable name and use it in the same location as the "None".It works fine when I just save the element content as a text variable and use it elsewhere, except that I get blank content when used elsewhere, instead of the word "None", when there is no content. We would prefer the word "None".I am trying to use an <att> to test for the existence or non-existence of a value for a the above-described text variableLet's assume the text variable name is "a.txt". It doesn't seem to matter whether I use <specval attname="a.txt" attloc="#FOSI" attval="#ANY">, <specval attname="a.txt" attloc="#FOSI" attval="#NE#\\"> for the #ANY caseNor does it seem to matter
This is a question from a co-worker. He is trying to figure out how to save to the hard drive a well-formed XML document that he wants to create in memory. He's trying to create the document by using a doc_open command, but this doesn't work because the file doesn't exist yet; using the command without specifying a filename doesn't cause an error, but it's not known to him where the document is saved by the doc_save command.Seems simple enough: he just wants to create a document in memory, insert data into it, save it, and open it later for reading. This should all be invisible to the user.Should he be using "file_*" commands instead of "doc_*" commands?Does any of this make any sense to anyone? Any ideas?
Thanks to everyone who has offered suggestions/possible solutions. To date, none of them have worked and after a group meeting yesterday I found out the problem is worse than I originally thought. For some authors, not only does AE 5.4 not release the folder, but it also ties up the document, causing the entire CMS checkin to fail (the CMS checkin deletes all files in the checkout folder and then the checkout folder itself). This is happening even with multiple documents open in which AE's focus is switched to another document prior to the checkin. This happens for some authors consistently. Others, including me, cannot reproduce the problem in which the closed file is not deleted.I've opened a call with PTC concerning this issue, C7765517.Dave
Hi,I'm trying to open documents via COM in Arbortext Editor and supply Doctype and Stylesheet on the fly. This works fine for DTDs, but when I specifiy an XML Schema instead, the Editor fails to open the document. Do I miss something or is this simply not possbile with the Editor?Call:openDocument(pathToFile, 0x0040|0x0100, "", "", pathToXsdFile, pathToStylesheetFile);Error:Source: Epic.Application.1Description: [A30295] Application.openDocument: Fehler beim Öffnen (something like "Error while opening")Parser-Message:pathToXsdFile : Line: 2 Column: 3Expected a markup declarationLine 2 of the XSD contains the following:<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">Best regards,Mathias
Adepters:We're updating all of our authors to Arbortext Editor 5.4 and have had a problem reported that can be consistently reproduced. We use text entities extensively and have found that if you inser a text entity in a paragraph and then move the cursor to the right, you can no longer use the return key to list the elements valid at that point. Instead, the status bar shows the message "Cannot insert tags at cursor, because the region is protected or read-only." However, you can insert tags using the menus or control sequences - and you can also insert normal text. Clearly the region is not read-only, but appears to be when you use the "hit return" interface to list available tags.Anyone seen this? Anyone know of a solution? Or, is it time to open a case with PTC?Dave
Comments... (By the way, my thread should have indicated patch M050)
Hi, I use Arbortext to XML-based online courses using a custom Flash engine for publishing. I often have the need to embed smaller SWF files within the XML for display in the course player. But I also have a need to publish these courses in PDF format for reviewers. I use the Compose PDF option of the File menu, not the Arbortext Publishing Engine. I want to be able to embed SWFs in the PDF so that they are interactive and will play within the PDF. I have seen an example of a SWF in a PDF like this. Does anyone know how to set up a stylesheet so that the SWF will be embedded in the PDF? I have an element that contains a path to the SWF file in an attribute. The best I have been able to do is specify the path to an html file that launches the SWF in the attribute and then define the element as a link. But this gives me a clickable link in the PDF file that launches the SWF in a separate window. I would like to have the SWF embedded within the PDF rather than linked. Does anyone know how
I have 5 objects that use a single callout number. If I try to use 5 callout lines, the shadows from each one cover the ones below. I need them all to have shadows over the lineart below. I tried using a polyline that zig-zagged back over itself so that it could point out all the objects, but I am being told that in the final proprietary viewer, the lines dont look like they do in Isodraw. Any ideas?
Is there a way to tell CadProcess to open a 3D drawing (an IGES file for example), in Wireframe instead of RENDERING as per default?I could see that opening a drawing in that way, speeds up the opening from 20 to 35%.Many thanxFlavio
Adepters:Another problem in our move to AE 5.4 M150. If an author makes some edits and closes the document - but leaves the editor open, the folder containing the edited document cannot be deleted unless AE is closed entirely. This causes problems for our CMS when the document is checked in as it automatically removes the checkout folder. There have also been reports that the document is tied up, even though it was closed and a checkin fails completely (I haven't reproduced that problem, however).Are there any tricks we can use to get AE to release the directory when a document is closed? Restarting AE is not a good option as the author may have several windows open.Dave
Available for immediate downloading from PTC's support site is theArbortext 5.3 M190 release. This maintenance release includes bug fixes only. If you want to knowall the details about this release, please check out the release notes<">http://www.ptc.com/view?im_dbkey=114321> . If you have any questionsabout the release schedule, please reference the PTC Product Calendarat: <">http://www.ptc.com/company/tl/index.htm>
A customer of mine is trying to author his document in 5.4 M030 but constantly getting Stack overflow exception errors.Not sure why this is happening but tends to be when manipulating tables. This does not happen in 5.3 M170.Has anyone else had this problem ?
I have installed cadprocess on a 64 bit machine for testing purpose, and I could see that cadprocess is launched in 32 bit emulation. Does exists another version 64 bit native that I cannot download from the website, or it is not supported as 64 bit native? If actually there is not a 64 bit native, is there a plan for this development? Many thanx Flavio
Is anyone using EMS2 in AE 4.3.1? I can't download 4.3.0 (which is what our EMS2 is set up for) and when it recompiles the doctypes for 4.3.1, it is screwing up the capitalization of attributes in the maintainae compiled files. All the others compile fine.If you do, could you send me three maintainae files?.dec.pro.ptdThanks!John T. Jarrett CDTSenior Tech Writer, Integrated Logistics Support,Land & Armaments/Global Tactical SystemsT832.673.2147 | M 832.363.7234 | F 832.673.2376| x1147 | -BAE Systems, 5000 I-10 West, Sealy, Texas USA 77474www.baesystems.com
In our move to AE 5.4 M150, many authors are reporting very poor performance when first launching the editor. I've confirmed this even when opening the editor without a document. It takes anywhere from 40 to 90 seconds, usually the first time you open the editor. If you immediately close and then reopen the editor (again, without a document), it opens in just a few seconds. Anyone have any idea what's going on during that initial open. It has nothing to do with our doctypes, etc., as it happens without opening a document. Maybe there are some default preferences that need to be unplugged?Again, this was not an issue with AE 5.2 M130, our previous level.Dave
It has been a while since I last asked for assistance, but I'd like tothrow this out and tap into the vast range of experience I've come toappreciated from fellow adepters.I am just beginning to look into migrating from a Unix serverenvironment where about 30 authors log on from Unix workstations toaccess a common Arbortext Editor installation and rehosting to a PCbased environment. I would like to continue using the client-servermodel so I will have a single installation to maintain. I was wonderingif there are any big issues with this approach and recommendations onhow to approach this. We are a small operation and are only looking touse Arbortext Editor for editing SGML document, not to publish them.Robert Paisley, MSCS MSSENorthrop-GrummanLevel 5 EngineerAll truths are easy to understand once they are discovered; the point is to discover them. - Galileo Galilei (1564 - 1642)
I am building an ascii data stream and writing it out to a text file.Each line of text needs to be terminated with the null character which I am appending to within the ACL via :text_line=string . chr(0);When I open the text file in Notepad++, and view symbols it is not displaying the NUL symbol; Other ascii symbols appear ok.Am I using the correct ACL syntax ? Do I need to provide an extra parameter when writing out to the file ?Regards,Andy
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.