Re: ditamap in a ditamap?
Bryon,you should have a look at the topicgroup, topichead and topicset elements in the DITA spec. Depending on the desired structure you might either want to use topichead, which would include a...
View ArticleRe: ditamap in a ditamap?
Sirko's idea is a good one - you could setup the topic grouping in some sort of template ditamap that you use for all new manuals of that type. My suggestion was a bit more rudimentary:...
View ArticleRe: ditamap in a ditamap?
If I would use a topicgroup, this would still only be contained in a "torque" ditamap. I would need to copy and paste this topicgroup with the 4 topics to all the different manuals that I would want it...
View ArticleRe: ditamap in a ditamap?
That would be your (simplified) "torque.ditamap":<map><topicgroup><topicref href="topic1.dita" navtitle="Topic 1" /><topicref href="topic2.dita" navtitle="Topic 2"...
View ArticleRe: Using Mathcad data in Arbortext Editor
Hi Tshediso, I'm sorry, I don't use Mathcad, so I have no idea. Your best bet, however, if you haven't solved this or moved on already, is to join the Adepters mailing list where lots and lots of...
View ArticleRe: Eliminating orphans in indexes
Hi Eric, I don't have Styler open in front of me, and honestly, I can't remember whether or not I've coded an index in Styler before or not. (I definitely have indexes, but they might all be FOSI...
View ArticleHow to call a public static void main(String[] args) method in an ACL function
I begin to do a java class, but I have a problem to call the "main" method in Arbortext. My java class:public class HelloObjIs{ public static void main (String args[]) { System.out.println("Hello");} }...
View ArticleRe: How to call a public static void main(String[] args) method in an ACL...
Hi David, to call a static method from ACL you have to use the java_static() ACL function. In your case the call would be: ret = java_static("HelloObjIs","main",args); Now for the args you need to...
View ArticleRe: Cursor info not displaying
- Of all of IsoDraw's excruciatingly irritating glitches (there are SO many), this is one of the worst - THANK YOU for posting a WORKING solution to this problem. I can't tell you how many hours were...
View ArticleRe: How to call a public static void main(String[] args) method in an ACL...
Hi Sirko,Thank you for your help.Kind regardsDavid
View ArticleRe: Keeping Tables on Odd Pages
Are you using Styler, FOSI, XSL-FO, or APP? Suzanne Napoleonwww.FOSIexpert.com"WYSIWYG is last-century technology!"
View ArticleRe: Keeping Tables on Odd Pages
Hi Suzanne We are using Styler with APP as print engine
View ArticleRe: Keeping Tables on Odd Pages
I don't think Styler is intended for this type of layout. The simplest trick I can think of would be to use Source Edits to set a flag when the table begins/ends. You then add a "column reference" and...
View Articleinterupts, or events
is it posible to integrate interupts in IsoDraw macros? the problem is when macro is runing it is imposible to zoom in or zoom out, and some time later I get white screen.wait mouseClick is not working...
View ArticleRe: interupts, or events
Did you try "Sleep"? This should resume the macro execution after the given number of milliseconds without blocking the UI in the meantime.E.g. for 5 seconds:SLEEP 5000If the redraw doesn't work in...
View ArticleRe: interupts, or events
Sleep seems not working too, still you can't zoom, and after some time IsoDraw gets "Not responding"
View ArticleArbortext styler page numbers(pdf)
I am using arbortext styler to create pdfs. I am having a problem with controlling the page numbers. The first fews page sets have normal numbering (1,2,3...ect.), but then the format switches to...
View ArticleIsodraw .emf size problem...
We upgraded three seats to v7.3 several months ago, to solve a .wmf size issue in Word (8 inches in Isodraw = 6 inches in Word.) Our three seats of v7.3 have been producing consistently correct .emf...
View Article