FYI ...To make this work with pages of different sizes, I will use DDX on the PDF first to get the page width, divide that by 2, and use that as the horizontalOffset.An E sized drawing is 1583 pixels wide at 72DPI.
I am trying to figure out if there is an easier way than my method for testing for the existence of an XML node using XDP JavaScript?The problem of course is that if I look at the value of a node that doesn't exist, it throws an error and the entire calculate script bombs. To date, I have been doin...
Using ES1 still.Does anyone know an easy way to gain access to the Workspace URL from within a Flex form? I tried using the BrowserManager, but since the Flex form is actually loaded inside another Flex application and not the browser, it didn't seem to work for me.My goal is to use the URL to do s...
I am using Flex to make my forms and am looking at the Assign Multiple Tasks activity to provide some concurrent task functionality. A limitation I am running across is that the XML provided to each participant in the activity is identical.I am simplifying my problem, but assume I have 5 participan...
One of the "issues" with ES1 is the inability to use tracking to look at task assignments that occur in a subprocess of the main process instance. I read this in the documents.On the Status tab, you can view the names of the multiple users who are part of the task, the date they completed the task ...