SLM (Service)
Recently active
Hi,How do I get inserted graphics to align to the bottom of the page please?I have tried a few different settings in the .dcf but nothing so far has worked.Thanks,Tracey
how do I get my xml files to show on open it is only showing sgml files
Hi, In Arbortext 5.4, there is no problem using hyphen character '\' in .acl file, but when using arbortext 6, there will be error when starting the editor and the error locating the issue with hyphen character '\' in .acl file. The error can be fixed by removing the '\', but since there are many '\' characters in .acl files, is there a way to support the hyphen character '\' in arbortext 6 but not removing it ?ThanksRay
I want to create a link(xref) to a publication section in a publication structure that's in Windchill not a section in the topic self.When searching in Windchill with the Resource Manager for Link/xref I can't find a publication section only topics no matter which type is selected.In Arbortext Editor I can only link to a topic or image.Does anyone know if this is possible to create a link to a publication section?
Hello All,We are using Windchill 11 and Arbortext 7.0 M030. I wonder if there is any configuration available for storing published pdfs in hard disk from arbortext worker. Basically users want to read these stored pdfs instead of downloading it from windchill. Please let me know if there is solution fot it.ThanksSenthil
Good morning to all of you.I would like to know if some of you meet the same problem than me.In some tags (item tag for example in my case), when I want to delete a letter with the delete key (not the backspace key), the following whole tag is deleted !If I want to delete the wanted letter I must highlight the letter with shift key and arrow and then, use the delete key.I can use backspace key, even sometimes the problem occurs.It's a strange behaviour that occurs with some tags and not all the tags and it's very dangerous because I cross checked a colleague work that deleted a whole item tag without realizing it.I wondered if it was related to the schema or FOSI but I don't see what could be the relation between them ?Thank you by advance for your replies.Best regards.
Hello the community.I wonder if it' is possible to free my files after editing in arbortext editor and closing.Once my edited file and closed (I close the file but not the instance of arbortext editor), this one is locked by arbortext editor and I can't move it in another directory or delete it, for example.It's very annoying because I must close arbortext editor every and the starting of the application is very long.Perhaps some of you have a solution (I tried to install an soft such unlocker but it doesn't work because of the administration rights).Best regards.
Hi everyone,Upgrading to 7.0 m040. We seem to have lost the Bookmarks buttons from the menu icon button ribbon. They are still documented as part of the Edit Toolbar (set toolbar1=on/off). The pop-up Bookmarks dialog is still available from the Insert menu. But I can't find (haven't yet, anyhow) the buttons.Thanks.P.S. Happy New Year!
Our publishing engine outputs huge file sizes, even when the low resolution job option is selected. Because of this, we end up using Acrobat to reduce the pdf file size. This led us to question whether the publishing engine is compressing graphics when outputting to pdf files using the low resolution job settings (which are set correctly to compress). Does anyone have some insight or recommendations on other avenues to investigate? We are using Arbortext 6.0 M140 with eps graphic format.
Every time I copy and paste any text using ctrl+c and ctrl+v, it pastes the information twice. Is anyone else experiencing this? If so have you found a solution?
Hello-I can't get Find/Replace attributes to find attributes that are null (empty). Is there a trick to that? Or a way to do it from the command line? Thank you.
My equation's mathml code has a namespace called mml, i have declare the space in the root xml tag, as "<Doc xmlns:mml="http://www.w3.org/1998/Math/MathML">", and set the libxml parser in Document Preferences, but i cannot display well. What's the reason?
Hello,When I use PDF Preview in Styler to generate a PDF , my PDF bookmarks are appearing correctly, however... when I go file print or publish to pdf in Editor using the same style file , I am not getting any bookmarks. Can anyone suggest why? I am using v7 M040 with the Fosi engine.Also, when i export to FOSI, the Bookmarks are not working from that either... is this something anyone else has encountered?Thanks,Tracey
Hi all,I am current published German documents using APP. I have a problem with hyphenate for "klicken" word. It is hyphenated as "klik-ken", which is not correct. I'm not sure if there are any other wrong cases. So I would like to make an exception for it. However, using .exc file doesn't work for APP. Does anyone know how to add Hyphenate exception rule for APP engine?Die for any clue!Thao
Hi,after installation Arbortext 6.1 don't run on WinXP SP3,it is show error message "The point of entrance isn't found in the subroutine GetDateFormatEx in the DLL library KERNEL32.dll".Do you have any ideas?
HI, I need to reset a page number according to an attribute valu, nfortunately the styler start at functionality is not working. I am still using the fosi engine, so no support.I am trying to overide the fosi to fix it but am stuck. The attibute value is set on a chapter type element, and I am using an enumurat with setvalue=2 for folioct, with my fillval picking up the appropriate attname value and attloc, but it isn't working.Has anyone else using Styler hit this problem and been able to implement a working solution?Thanks,Tracey
Dear All, does anyone know if there is a help manual somewhere for arbortext editor that i can download?I had a 2 day crash course,...that should say it all!thanks, Ed.
Key Functional HighlightsServigistics Arbortext Editor: Support for Sequences in Creo GraphicsServigistics Arbortext Editor: Ability to Compare PTC Server Document VersionsServigistics Arbortext Styler: Border Rules for Block ElementsServigistics Arbortext Styler: Manage Custom APP JavaScript Functions in StylesheetServigistics Arbortext Styler: Include Custom XMP Metadata in PDF OutputServigistics Arbortext Publishing Engine: Support for Conversion of IDR and ISO Graphics to SVG Format DocumentationServigistics Arbortext Editor/Styler/Architect Release NotesSPR FixesSoftware Compatibility Matrices DownloadPTC Software download site
HiWe would like the possibility to navigate the Publication Structure from withing the Arbortext CMS Browser.Currently Authors are required to start both Arbortext Editor and Internet Explorer. They [authors] navigate the Publication Structure to find requested objects.After selecting the object that is of interest they [authors] right click and select "Open in Arbortext".In the future, the Authors would like to navigate the same structure from within Arbortext CMS Browser. They would like to be able to find the objects of interest and chose to edit the specific object. All of this done from within Arbortext Editor, without the need to launch Windchill UI (Internet Explorer).RegardsAlexander Butros
HI!I want to create an option in the Table Menu or Tools Menu, to call an script and make some stuff in the DITA document,How can I customize the menu??regards,Carolina Elias
How can I get CGM Profile "ATA GREXCHANGE V2.12" for IsoDraw 7.3 ???
Hi All I'm new in ACL, and I want to insert automatically desc and sthead in the tables at the document, I was thinking to do something like this:function _addMissingTags(){ oid = oid_first(); oid_find_children(oid,$tables,"table"); for( i = 1; i < count($tables); i++){ oid_table = $table[i]; goto_oid( oid_table); oid_find_children(oid,$desc,"desc"); if(count($desc) < 1){ insert("<desc></desc>"); } }}but it is not working, any help?Thanks!!
Does the MathML equation in AAPP can edit in a editor window, and modify the XML at the same time.
Hi,How to control the hotspot of CGM from Arbortext IsoView 7.3 in Internet Explorer using Iso3HighlightObject javascript ?Regards,David G
Doing manual edits on a 4 digit text number but noticed when I call up the Object info that the name shows the previous text. For example change a text 0401 to 0462. When I do a Object info it still shows 0401 in the name (see attachment). So I want to develop a macro that will change the object info name to match the manual edit. In this case 0462. Here's the macro code I have so far:Here's the code:Macro change_name_in_object_infoDefine el as ElementDefine Text as StringDefine output as StringDefine text1 as stringel=ActiveDoc.FirstSelectedElementSelect if Type is "Text" WHILE (Exists (el) = true)text1=Textel.info.name = text1el = el.nextSelectedElement End Whileselect noneEnd Macro
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.