currently using 3b2 version 7 very successfully, but need to upgrade hardware and have
to change the old dongle to a usb version, anybody got any ideas
Peter
currently using 3b2 version 7 very successfully, but need to upgrade hardware and have
to change the old dongle to a usb version, anybody got any ideas
Peter
Hi guys,
I would like to change the tiptext and statustext of a button in a toolbar at runtime. Is it possible? Here is a snippet of the editWindow.xml.
<toolbar id="myToolbar" name="toolbarOpen" x="0" y="0"><?Pub Dtl?>
<button command="p2t" id="p2t" image="p2t" statustext="Print to Test" tiptext="Print to Test" withdraw="true"></button>
</toolbar>
The arbortext version is PTC Arbortext Editor Release 6.1 DateCode M030.
Thank you in advance
Hi all,
I need to add additional Party Tag into the content through a java program. But first of all I am not able to get window controller for the editor. I tried this code..
Runtime.getRuntime().exec("C:/Program Files (x86)/PTC/Arbortext Editor/bin/x86/editor.exe"+" "+"C:/JWBIntegration/JWBIntegeration/resource/testdata/Ia53cfdb05f8e11e49822a9299f05e77f.xml"); LOG.info("Arbortext Loaded"); Thread.sleep(30000); Window windowHandler = Application.getActiveWindow(); LOG.info(windowHandler); windowHandler.close();
As per code the editor should be closed. But the program terminated with below error
java.lang.UnsatisfiedLinkError: com.arbortext.epic.Application._GetActiveWindow()J
at com.arbortext.epic.Application._GetActiveWindow(Native Method)
at com.arbortext.epic.Application.access$700(Application.java:38)
at com.arbortext.epic.Application$8.call(Application.java:500)
at com.arbortext.epic.Application$8.call(Application.java:498)
at com.arbortext.epic.AOMAccessController.execute(AOMAccessController.java:150)
at com.arbortext.epic.Application.getActiveWindow(Application.java:511)
at com.thomson.integration.content.AdditionalPartiesUpdateTest.testMetaData(AdditionalPartiesUpdateTest.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
I am getting stuck here. Not able to get window handler and could not able go further for addition of AP tag. Below Image is screenshot of my arbortext editor. In Lowermost row There is a tag named as AP followed by K and TC. I just need to put this tag into my content through java code. How to do this ?
is there an acl method call that returns the version of editor being used?
I imagine there is but can't find it
thanks,
Tracey
Hello,
I'm looking for documentation regarding ACL command. Do you know where I can find those document?
Thanks in advanced for your feedback
Regards
Christophe
Hi guys,
I'm trying to wrap the text in a rotated cell. Is this possible?
I rotated the cell in the attributes but the text didn't split and the table gets too big.
Thanks
Having trouble with .html files on www displaying the same in all browsers whereby our text has leading non-breaking spaces for indention and lines are justified within a table. I recall ibm mainframe we could tap into a sysprint product whereby we intercept a document sent to the printer and we ran a conversion to handle bolding (repeated text on a new line), underscoring (underscore character on a new line), and striken text (dash on a new line). Since 3b2's .html output option doesn't match the .pdf, is there any mechanism within 3b2's or .pdf to capture and save an exact formatted-output to a file and then we can further interrogate that file to use <pre> tags or the like?
I'm working with Arobortext Advanced Print publisher Enterprise, but i cannot get any information for what this server can do from the document download on PTC IT Support website. Who can help me, and give me a quickly guide to use this software. And also give me a sample job file, thanks a lot.
Ok, so I want to make a FOSI which has been exported from the latest Styler compatible for use in Versions 5 and 6 of Editor.
I would appreciate as much information as possible on what I need to do in order to achieve this. Anyone tried got some tips?
Thanks!
Tracey
ps. for real
Hi Everyone,
I am currently having difficulties finishing a Macro that I have developed so far. The purpose of the Macro is to modify the current 'object information'.
Here are the requiremets:
Example |
| Name |
| ID |
| Explanation |
Hotspot7 |
| 7 |
| hot0007 |
| single Hotspot |
Hotspot 7 (3x used) |
| 7 7 |
| hot0007 hot0007a |
| Multiples of the same hotspot |
Difficulty
I have a Loop, it selects all elements based on the criteria, IF Statements proof the elements based on the number of digits and if the element isDigit() or not (some Hotspot contain a letter, eg. 7A).
How do I create the possibility to record the count for every hotspot that is used?
Once the count exists how can the macro automatically add an 'a' to the 2nd Iteration, a 'b' for the 3rd, a 'c' for the 4th and so on...
Are array's possible in Isodraw Macro Language?
I thought of creating a variable for every hotspot available...but, I have no idea if that works, where to start and I think it is impossible as all variables need to be predefined at the beginning...
Any help is greatly appreciated!
Thanks
Alan
I was given a new work computer so we had to reinstall Arbortext Editor. We have v6.0 (Pine)
When I try to open an SGML file using "File > Open" or by clicking on the "open" folder icon I get the following errors:
I was running Win 7 before but my new computer has Win 10. It was working fine before on the old computer. Also, if I double click on an SGML file it works fine - it launches the software and opens the file.
Any ideas? Any patches available?
Thanks.
Has anyone else experienced an intermittent problem where select does not stick.
For example, I select a word and then press ENTER to markup the selected text. By the time I select the markup to wrap the selected text, the text is no longer selected. There are no error messages in the bottom of the Arbortext Editor screen.
This also happens when I want to select text to delete. Before I can hit the delete key, the text has become unselected. I have even tried right-clicking and using the Select Element Content or Select Element options, but the same thing happens...the item is selected but for a second and then the selection disappears.
Just wondering if this ever happens to anyone else and how to get rid of this annoying problem.
Hello A&D customers,
On Thursday Dec 1st at 10:00 am EST, Andy Keefe (GPSL) and I will be presenting a webinar on the legacy and current PTC S1000D platform. The session will cover how existing customers of Arbortext CSDB (formerly LBS) can migrate to the new Windchill based S1000D solution, and how PTC is working with our partner GPSL to add legacy S1000D standards support to the new Windchill S1000D solution You will be able to continue to support older versions of S1000D with this new module from GPSL.
Please register for this upcoming webinar using this link:
https://attendee.gotowebinar.com/register/8908839522118683396
Thanks,
Ian Boulton.
Hi,
I am trying to build some internal links or cross references.
I have been trying to find a solution to my issues with links... and was hoping you could provide a working example of use of _sfe:InternalLink. I have been trying to get it working with no luck. The target id is not found. What are the rules on what a target can be?
I have tried linking to >
<sbdata targetid="8396-27-01"> *(though this targetid is not actually in the dtd so running composition with context checking off, sbdata is a formal block, and I inserted a title _ufe into sbdata beforetext)
<sbnbr> 8396-27-001, 0</sbnbr>
<sbtitle>xxx </sbtitle>
<mdnbr>800</mdnbr>
<issdate>MAY 30/95</issdate>
<hotlink targetid="8396-27-01" targetrefid="8396-27-01"></sbdata>
Using>
<_sfe:InternalLink><_gte:LinkTarget targetXPath="string('8396-27-001')"
targetAttrName="targetId">8396-27-001</_gte:LinkTarget><_gte:LinkContent
>8396-27-001</_gte:LinkContent></_sfe:InternalLink>
Thanks in advance,
Tracey
The dates for the next APP World event has now been established, should you wish to attend please reserve the dates of Thursday/Friday May 4th and 5th 2017 in your calendars.
The agenda for the 2017 event will be focused around many aspects of document delivery and have sessions on new features and product roadmaps in the Arbortext suite including APP, Styler and PE. There will also be vertical solution demonstrations, the usual mix of technical developer sessions and introductions to industry partner offerings for managers and technicians alike.
The location for the event will be either London or Berlin, your feedback vote to help us determine the best location for all would be most welcome!
Regards
Chris Western
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. 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_info
Define el as Element
Define Text as String
Define output as String
Define text1 as string
el=ActiveDoc.FirstSelectedElement
Select if Type is "Text"
WHILE (Exists (el) = true)
text1=Text
el.info.name = text1
el = el.nextSelectedElement
End While
select none
End Macro
Hi,
Using javascript, how to test if Isoview ActiveX is installed ? I want to use this JavaScript code in HTML page.
Regards
David
Hi,
How to control the hotspot of CGM from Arbortext IsoView 7.3 in Internet Explorer using Iso3HighlightObject javascript ?
Regards,
David G
Does the MathML equation in AAPP can edit in a editor window, and modify the XML at the same time.
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!!