check completeness window goes to background
Hi, I have integrated Arbortext 7 m010 with IE 11. when click on CheckCompleteness it does all the operation and goes to the background. Could you please help me in resolving. <?xml version="1.0"...
View ArticleAdding Text "Table" with Enumeration / Numbering to Table Titles
Hi, In Styler, we are attempting to add text "Table" pulled from fixedterm element (<term id="table" text="Table"/>) in the XML and apply to table with titles in Word/RTF output. The intent is to...
View ArticleEliminating Background Color in Table Entries/Cells
Hi, The XML has table entries with "...Shading='gray4'" as shown below. Those entries cause tables in Word/RTF output to have cells with gray background. The gray table cells are required in PDF file...
View ArticleRe: PTC Arbortext Print Composer
Thanks, Tim! The root element doesn't match the document type. (Example: root element is: root.element and the document type is: root_element) Regards,Morais
View ArticleMacro to export CGM
Hello everyone. I am very new to IsoDraw, using v7.3, and I have a small issue. I want to convert .CGM file to its clear text encoding. I know my input file is encoded in binary and I want to use a...
View ArticleIssue opening file in 7.0 m050 works in 6.1 m090 after Sma to tia conversion
We have converted from SMA to TIA. If I open a file in 6.1 m090 it works fine. If the users open it in 7.0 m050 I get a parser error. There is no such element as 'title'. It also lists...
View ArticleRe: Macro to export CGM
I think you might be making this more complex than needed though I'll answer some of your other questions as well. First, open IsoDraw, and assuming you're on a more current release we're on 7.3), you...
View ArticleRe: Macro to export CGM
The thing is that I need to call IsoDraw from my java code. So I'm testing it from a console and it seems that command lines aren't much customizable. I saw in the documentation that starting from 7.1,...
View ArticleAnyone else have problems with the way Isodraw 7.3 saves files?
We've just upgraded from Isodraw 7.0 to 7.3 and are finding it very difficult to cope with the way it now saves files. Previously, when you opened a file and clicked "Save As" it would default to the...
View Article[A14123] Arbor Text Session issue
Hi,We are getting the following alert in Arbor Text when we open multiple files in Arbor Text editor. Existing window is busy or has an active dialog box.Do you want to start another ArborText editor...
View ArticleRe: Macro to export CGM
Ah. Now I understand the direction. I didn't actually test the below but it should work. Macro CGM_Export #Various cgm export settings. Listed only a few that might help. #Sets export...
View ArticleRe: Macro to export CGM
Oh thank you a lot, that's the kind of thing I suspected I'm gonna test this Do you know if there is any documentation anywhere that lists all the settings for export ?I can see in the preference file...
View ArticleRe: Macro to export CGM
Macros actually have their own entire section in the help section. Depending on your version you may see a section under 'Help', but newer versions you go to Help -> Help Topics and you'll see the...
View ArticleStarting Graphic File format
I am using IsoDraw 7.3 to create TIF and CGM files for use in our manuals. I receive many different starting graphics to build on in IsoDraw adding leader lines, notes and everything else. What do you...
View ArticleRe: [A14123] Arbor Text Session issue
On the executable add -newinstance if you want style also -styler Sample"C:\Program Files\PTC\Arbortext Editor\bin\x64\editor.exe" -styler -newinstance Bryon
View ArticleRe: Macro to export CGM
I still don't understand why I don't have any result file. This is what I'm executing : [path_to_isodraw7.3]IsoDraw73.exe -s"D:\input\myfile.cgm" -d"D:\output\output.cgm"...
View ArticleRe: Macro to export CGM
Is the word 'BEGIN' actually in your macro? It shouldn't be. Try opening a file and manually running the macro to see if it works. Also, the call I believe should be to the macro name, not the file....
View ArticleRe: Macro to export CGM
Yes, I'm sorry, I wrote it from memory but there isn't "BEGIN". I tried, as you said, to manually run the macro from isodraw and it worked perfectly. I also tried to run the command with different path...
View ArticlegetElementsByClassName
I am trying to select same elements with different parents that have the same class using getElementsByClassName, but i get the following error message:org.mozilla.javascript.EcmaError: TypeError:...
View ArticleRe: Macro to export CGM
Try the following: [path_to_isodraw7.3]IsoDraw73.exe -s"D:\input\myfile.cgm" -d"D:\output\output.cgm" -m "exportCGM" You can do this from a CMD window to see if any errors are returned from an invalid...
View Article