Hi,
Using javascript, how to test if Isoview ActiveX is installed ? I want to use this JavaScript code in HTML page.
Regards
David
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!!
How can I get CGM Profile "ATA GREXCHANGE V2.12" for IsoDraw 7.3 ???
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
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
We 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).
Regards
Alexander Butros
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.
We have an issue with the Figures list not showing the thumbnail images for one particular user. None of our other users have this problem. Could there be a setting somewhere that is flipped, or a bug? If he opens a .c3di created by someone else, he will get a temporary glimpse of the images, but then they disappear as soon as he starts working. You can imagine the frustration of determining the image you need when you have to click through them all the time. Version 3.1 M010 build 27.
Thanks guys for any input.
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.
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?
I'm tired of having a plain white background while tagging SGML in Arbortext Editor. I want to try something darker to reduce some eye strain. I can easily change the color of my tags, but I'm struggling with how to change the default white background to something else. Is it even possible?
I've tried window_set(canvasbackground blah blah blah) , but either I'm not sure how to use that command or that command does not work in the way I'm thinking it should work.
Thanks
Hi,
I have two users that are seeing this error message as shown below:
Unable to obtain a license for optional component PTC Arbortext Print Composer
Has anyone seen this error before? I believe they need to point to a server.
This is for Arbortext Editor 7.0
Thank you,
Morais
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
Hello everyone,
Have you seen any issues with Drag and Drop in Arbortext Editor 7? We're seeing behavior where selected text jumps to the middle of the screen when trying to drag it to a new location. This is most obvious in tables, but also occurs with other tags. I haven't found any sort of advanced preference that would control something like this. Deleting the preferences file does not help.
This issue is particularly noticeable when selecting text towards the bottom of the Arbortext window and trying to drag it to the top part of the window, especially when a table takes up the entire window. As soon as I begin to move the text, the file window scrolls so the selected text is suddenly relocated vertically to the middle of the screen. This does not occur in Arbortext 5.4, and I don't know about Arbortext 6 behavior.
Have any of you seen this and know how to resolve it?
Thanks!
>> Randy
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?