Re: Unable to read element by element
Thanks Clay, I will try this as suggested. Thanks,prashant
View Articlemks toolkit activation failure
Hi all,Getting the following error on activation. any suggestions? RegardsShibu
View ArticleRe: Unable to read element by element
HI Clay , this is not working for me , giving exception vapours is not a element. is there any another way to handle this. Thanks,prashant
View ArticleRe: Unable to read element by element
You must be passing the parameters in the wrong order, i.e. the word "vapours" as the last parameter, which should be the name of the element that you want to scan within. If you call it like this:...
View ArticleRe: Unable to read element by element
Thank you very much clay , it worked, but when I replacing the word with color. in example "or" is word which present in <para>. In word working there 'or' also is considering as a word and...
View ArticleRe: Unable to read element by element
To limit the search to full words, change the flag in the replace() function from 0x2010 to 0x2018. (You can find a full description of the flag parameter in the online documentation for the replace()...
View ArticleRe: Unable to read element by element
HI Clay, I tried with all the flags given in support on-line doc which related to my scenario , and also tried with some other scenarios but I dint find any think that give solution for me. I am trying...
View ArticleRe: Unable to read element by element
Hi Prashant-- I guess your requirement isn't clear, because when I run this with the 0x2108 flag, it works the way I expected (and the way I thought you wanted it to), by highlighting instances of "or"...
View ArticleRe: Unable to read element by element
Thank you very much Clay for spending your valuable time for this, I will try for that what you suggested, thanks a lot. Prashant
View ArticleRe: transfer preferences settings (pens, etc) to a new computer
Did Bryon's suggestion resolve your issue? If so, then could you indicate that it is the correct answer?This will help the Community identify useful threads.
View ArticleRe: Step 3's misnumbered - continued from previous Step 2
Did your solution of setting of the attribute value numberScope to the parent stepX resolve your issue?If so, the please indicate the correct entry to the thread so that the community knows the solution.
View ArticleRe: How do I create a procedure in Arbortext?
Did you get the information that you needed? If so, indicate the correct answer or add to the thread with the solution that you found.This will help the community. We will know the resolution to the...
View ArticleRe: Any way to remove generated numbers in footnote?
Did you find a resolution to your issue?
View ArticleCannot create Arbortext Trial
Hi everyone! I tried to create a trialkey for Arbortext with my Host-ID using this page.I entered my Host-ID like this 00-11-AA-BB-22-CC (not my real Host-ID), but I get redirected to this error page...
View ArticleGlossentries not going into glossary list
Hi I am trying to create a glossary. I have created all the glossentries. (Which have (indexlist) in brackets in their names.) They will not attach onto the Glossary list. A No Entry sign comes up....
View ArticleTerminal Services for Arbortext Styler?
Hi we have 6 'Arbortext Editor - Locked License' V7.0, 1 'Arbortext Styler'-floating license V7.0 (currently installed 6.1), and 3 'Arbortext Print Composer' V7.0 (currently installed 6.1). We...
View ArticleRe: Terminal Services for Arbortext Styler?
In the past we have been able to substitute "Registered User" licenses for "Node-Locked". The Registered User licenses will work the same as floating user licenses. The difference is you must purchase...
View ArticleRe: Terminal Services for Arbortext Styler?
Alright great! Yeah, I just wanted to look at my options prior to contacting my reseller and confirm that it was possibility to do an upgrade fee from node-locked to floating. I will contact my...
View ArticleWith Arbortext Command Language, How to remove a catalog path from the set...
With Arbortext Command Language, How to remove a catalog path from the set catalogpath?
View ArticleRe: With Arbortext Command Language, How to remove a catalog path from the...
You should be able to do something along these lines: function fixCatalogPath() { local p = option("catalogpath"); gsub('C:\Path\To\Remove','', p); set catalogpath = $p;}
View Article