L
Laura Stern
Guest
Your assumptions all seem correct. I don't see any reason this shouldn't work. Try qualfying "Line" in-line and see if that works. i.e., MyPage:Elements:add(NEW ceTe.DynamicPDF.pageElements.Line(72, 72, 144, 144)). Try it w/ and w/o fully qualfied name in a separate statement: e.g., DEFINE VAR elemLine AS ceTe.DynamicPDF.pageElements.Line. elemLine = NEW ceTe.DynamicPDF.pageElements.Line(72, 72, 144, 144). elemLine = NEW Line(72, 72, 144, 144). etc. If any of those work, it is a bug that the original code did not. Otherwise, ... I don't know. You'd have to log a bug so we can investigate.
Continue reading...
Continue reading...