Quantcast
Channel: PTC Community : All Content - Arbortext
Viewing all 1645 articles
Browse latest View live

Starting a Counter from 0

$
0
0

Hi everyone,

 

I'm trying to adjust our counters to start from "0" instead of "1". I've set the initial value to "0" for our counters, but the numbering always starts with "1" (see attached).

 

How do I manipulate our counters to begin with "0"?


Since this morning, I cannot open PTC Arbortext Advanced Print Publisher. License problem: The desired vendor daemon is down Requesting ArbotextAPPDesktop 7788@localhost: (-97) Rebooted computer a few times but to no avail. Anyone out there with a solut

$
0
0

Since this morning, I cannot open PTC Arbortext Advanced Print Publisher.

License problem: The desired vendor daemon is down Requesting ArbotextAPPDesktop 7788@localhost: (-97)   Rebooted computer a few times but to no avail.

 

Anyone out there with a solution please?

Many languages in one topic, just one needed in pdf.

$
0
0

Hi, I have many paragraphs in differents languages in a same topic.

Each paragraph have xml:lang attribute like : <p xml:lang='en'>Hello World</p><p xml:lang='de'>Halo Gerrit, get's?</p><p xml:lang='fr'>Salut à tous.</p>

I want to publish this topic in pdf one time only in english and/or one time only in german and/or one time only in french.

How can I do that, just with Styler and Windows (no SIM, no PE or anything else) ? 

Thanks.

Hugues

Insert PDF file in Arbortext map

$
0
0

Hi, I can insert a PDF file as chapter in a map.

But, when I publish the map with Arbortext Styler, just the name of the PDF file appear, and not the content of the file...

My question is : Normal or not ??

And if not, how can I do to have the content?

 

 

Thanks.

 

 

Hugues

Message : Cannot insert control 'MSCAL.Calendar' with Arbortext Editor 6.0 in Windows 7

$
0
0

Message : Cannot insert control 'MSCAL.Calendar' with Arbortext Editor 6.0 in Windows 7

Table Input Throughout A Document

$
0
0

Hi everyone,

 

Is it possible to have information from a table linked throughout a document?

 

In other words, if I enter data into the first table (see highlighted content in attached PDF) and I want to have multiple tables inherit that same data, is it possible to setup the tables where I only have to enter the data once in the first table?

 

I've included an editor view to show how the table is entered in Arbortext (see attached PNG file).

Modify-Attributes Dialog as docked window

$
0
0

Hi guys,

 

in arbortext editor 7.0 we would like to dock (right) the Modify-Attributes Dialog:

modifyattr.png

 

For our users it would be very helpful, to modify attributes of the current tag always in a docked attribute window.

Our aim is to dock this window, and update the element, so that every attribute of that clicked element can be changed very fast.

Therefore our plan was to reload this window if the oid_tag has changed. We tried to find this dialog as xml to try to dock this, but without success.

 

Do you have any other idea to realize this feature?

Thank you in advance for your help.

 

Greetings from Germany

Debug Message window

$
0
0

I am using Arbortext 7.0 F000 and obtaining the annoying Debug Message window every time I paste jpeg graphics into my document.

 

I have been using Arbortext 7.0 for over three months now and this started happening on the morning of 4 April 2016. I work offline. The error in the Debug Message window reads "add_psv: Cannot insert page reference due to invalid saveref". I see no saveref preference or value in advanced Preferences.

 

I set the pastesource preference to blank "fix" reported in the post by Steven Powell Apr 29, 2014 12:10 PM, however this did not work.

 

Any recommendations?


April Webinar: How to Enforce Business Rules for Aerospace & Defense Illustrations

$
0
0

Technical Illustrations are the most direct and efficient way to deliver technical information, but they must be fit for purpose. How can you be certain that the illustrations you create conform to all of the required specifications (S1000D, ATA, MIL-SPEC…)? What are illustration business rules and how do you check that your visual technical data is ready for publication?

Join Ian Proudfoot, Technical Director at Antea on Thursday, April 7th, from 10-11am EST for an interactive presentation that willdiscuss:

  • Specifications and standards
  • Illustration business rules
  • Style and technique
  • Checking for errors
  • Publishing and file exchange
  • Conclusion: The real value of enforcing business rules.
  • Demo and Q&A

 

 

I welcome your feedback on future topics you would like to see presented. Please email me directly so that I can hear your ideas!

 

Thanks-

Pushpinder

CMSSessionPutFile & CMSSessionPostPutFile events

$
0
0

Hi all,

 

I'd like to get the local path of a file (a graphic entity) added to the CMS. The Java technical documentation states that CMSSessionPutFile / CMSSessionPostPutFile events are here for that. According to the code above, these events are properly raised but the localPath variable is always empty :

 

Application.addEventListener("CMSSessionPutFile", new EventListener() {


  @Override

  public void handleEvent(Event evt) {

    Application.print("CMSSessionPutFile\n");

 

    CMSSessionFileEvent event = (CMSSessionFileEvent) evt;

    EventTarget currentTarget = event.getCurrentTarget();

    EventTarget target = event.getTarget();

    short errorCode = event.getErrorCode();

    String errorMessage = event.getErrorMessage();

    String folderLogicalId = event.getFolderLogicalId();

    String localPath = event.getLocalPath();

    String logicalId = event.getLogicalId();

    String notation = event.getNotation();

    String objectName = event.getObjectName();

    String result = event.getResult();

 

    Application.print(errorCode + "_" + errorMessage + "_" + folderLogicalId + "_" + localPath + "_" + logicalId + "_" + notation + "_" + objectName + "_" + result + "\n");

  }

 

}, true);


Application.addEventListener("CMSSessionPostPutFile", new EventListener() {

 

  @Override

  public void handleEvent(Event evt) {

    Application.print("CMSSessionPostPutFile\n");

 

    CMSSessionFileEvent event = (CMSSessionFileEvent) evt;

    EventTarget currentTarget = event.getCurrentTarget();

    EventTarget target = event.getTarget();

    short errorCode = event.getErrorCode();

    String errorMessage = event.getErrorMessage();

    String folderLogicalId = event.getFolderLogicalId();

    String localPath = event.getLocalPath();

    String logicalId = event.getLogicalId();

    String notation = event.getNotation();

    String objectName = event.getObjectName();

    String result = event.getResult();

 

    Application.print(errorCode + "_" + errorMessage + "_" + folderLogicalId + "_" + localPath + "_" + logicalId + "_" + notation + "_" + objectName + "_" + result + "\n");

  }

 

}, true);

 

You'll find attached all variable values for both events.

My question is: how is the localPath variable completed?

 

Thanks for your time.

Since this morning, I cannot open PTC Arbortext Advanced Print Publisher. License problem: The desired vendor daemon is down Requesting ArbotextAPPDesktop 7788@localhost: (-97) Rebooted computer a few times but to no avail. Anyone out there with a solut

$
0
0

Since this morning, I cannot open PTC Arbortext Advanced Print Publisher.

License problem: The desired vendor daemon is down Requesting ArbotextAPPDesktop 7788@localhost: (-97)   Rebooted computer a few times but to no avail.

 

Anyone out there with a solution please?

How to change keydef name in a keydef list?

$
0
0

I am trying to make changes to the keydef list. Specifically, I am trying to change the name of an existing keydef. When I make the change in the navtitle I can check the file back into Windchill. When I try to make a change to the href or the topicmeta conref I get an error when I try to check in the file.keydef_rename_error.jpg

 

Note: I had to rename the folder and the object in Windchill. So I need the keydef to recognize that both have changed, not just the object name.

 

Thanks

Getting Arbortext to open with writeunspecifiedattrs=all by default

$
0
0

Hi,

 

     I have been playing with this functionality and have a requirement to have Arbortext write the DTD defined default attribute values. Executing the command after opening the application works as expected but is there any way to set this as a default value and not have to re-execute the command every time the application opens?

 

Thanks!

Importing word into structured text and html.

$
0
0

I have several word documents with the typical content (text, tables, figures). My goal would be to automagically convert these word documents into structured text, which could then be formatted into html. How can i import a word document into arbortext (do i need a separate import/export tool or something like that)? I have a trial license and i only see the arbortext editors in my start menu, no import tool.

Which one is better? IsoDraw and Creo Illustrate

$
0
0

Hi,

 

I am working as an technical illustrator. I installed some softwares as following.

  • Autodesk Inventor
  • PTC Creo Parametric
  • PTC IsoDraw CADprocess
  • CorelDraw
  • Windchill
  • Arbotext Editor

 

I have two working process

  • Open 3D model in Inventor  > Create 2D drawing as CAD file > Open the drawing in CorelDraw > Modify the drawing and export it to SVG
  • Open 3D model in IsoDraw > Create 2D drawing as CGM > Open CGM in CorelDraw > Modify the drawing and export it to SVG

 

I upload SVG to Windchill one by one.I think it will be easy to use if there is a link between Isodraw and Windchill.

There are two choices for me. IsoDraw and Creo Illustrate. I want to know which one is better.

 

Thanks.

 

br, Lily


Arbortext for Aerospace and Defense (S1000D/S2000M) Solution, version 4.4 M120 now available

$
0
0

Hello Arbortext A&D Users,

 

The Arbortext for Aerospace and Defense (S1000D/S2000M) Solution, version 4.4 M120 is now available on the PTC software download site for download (https://support.ptc.com/).

 

Congratulations to all who worked on this release within PTC, and I hope that our customers find the new solution valuable. A full set of release notes is available on PTC.com that describes the content of this release. http://support.ptc.com/WCMS/files/170071/en/ad_release_notes.pdf


Thank you,

Ian Boulton

Sr Director, SLM Solution Mgt

How do you select the DTD for a XML file?

$
0
0

Hi,

 

First time I have opened a XML file I was asked to browse  for a XML Schema or a DTD.
I selected a DTD, but it was the wrong DTD file.

 

Now I want to select another DTD file for my XML file. But I can't find any option to select a new DTD, and every time I open a XML file it has the first selected DTD, which is wrong!

How can I select a new DTD for my XML files?

 

Thank you

Looking for Arbortext Presenters for LiveWorx 2016!!

$
0
0

Hello Arbortext Community!

 

I am looking for customers to be featured presenters during our SLM track Breakout Sessions at LiveWorx 2016. We (and the rest of the community) would love to hear about your best practices in using Arbortext/Creo/SIM/Windchill products. Tips and Tricks that you have to share. Lessons you have learned, benefits you have seen from using any of these product lines. You can present even if you are using only Arbortext alone. I really want to help and bring back the "end-user" part of the conference for this community.But I can't do it alone and need your help and expertise!!

 

As a presenter, you will receive complimentary admission to the LiveWorx conference, so use it as an opportunity to learn from other segments and what PTC is working on. The conference is from June 6-9th and takes place in Boston, MA. You can visit the site for more information.

 

If you have something that you're interested in presenting, please email me directly (ptoor at ptc.com) and let me know. You would be presenting for 30 minutes, with 15 minutes for Q&A.

 

I am waiting to hear from you!! Thanks for your help-

 

Pushpinder Toor

How to turn off DITA linktext in Arbortext when Insert Preview Link Text is on

$
0
0

Hi:

 

Our writers are using Arbortext 6.1 M060. Is there some setting or customization available to turn off linktext elements when using Preview Link Text for link lists? Selecting Insert Preview Link Text in DITA preferences works fine for xrefs, but not for links in linklists.

 

The following link structure in link lists is a bug as inserting <? type statements in <linktext> will logically render an empty link in DITA processors like DITA OT, which will then have nothing to link, generating empty Related Topics sections (I have confirmed this):

 

<link format="dita" href="SomeFile.dita" scope="local" type="concept"><linktext><?Pub _previewtext text="Some Title or Text"?></linktext></link>

 

This is basically saying "insert emptiness" for the link text as the DITA processor will ignore <? type statements by design.

 

The form should be without linktext:

 

<link format="dita" href="c_Customizing_ribbons_and_Quick_Access_toolbars_aw1163702.dita" scope="local" type="concept"><?Pub _previewtext text="Some Title or Text"?></link>

 

This will allow Arbortext to display preview text to the writer while letting the processor pull the title for the actual link in HTML during build time. The completeness check in Arbortext runs fine using this format.

 

Obviously turning off preview link text will force the DITA processor to grab the title text for the link at build time, but then our writers will lose the extremely valuable feature of seeing their links previewed in Arbortext while authoring.

 

Writers should not have to fix this format by hand every time they build a link list, which is actually quite a tricky maneuver in Arbortext. I can set up a pre-build script to strip the linktext in linklists when using text previews, but I would rather not. Linktext should not appear in the first place when using link previews in link lists as linktext with--in effect--empty text makes no sense to processors.

 

Troy Klukewich

Documentation Manager

Oracle Corporation

symbol drop-down list is empty for schema

$
0
0

We have recently changed from DTD to a schema. Since doing so we have lost our entities/symbols from the drop-down list. From what I have read on this forum site, it appears that PTC has not made an atempt to resolve this issue. I am wondering if anyone has come up with a solution. I would appreciate if anyone could provide a few suggestions. Thanks

Viewing all 1645 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>