I'm using OTMLToXHTMLConverter to implement the getReportForLearner() method
in OTrunkStep to get drawing steps to show up in show all work.

Right now in OTMLToXHTMLConverter the call to embedOTObject(OTObject obj,
OTViewEntry viewEntry) calls

OTPrintDimension dimView = (OTPrintDimension) view;
dim = dimView.getPrintDimention(containerDisplayWidth,
                    containerDisplayHeight);

which sets the size of the image taken for the draw step. The function
getPrintDimention will only return dimensions that are width=500, and
height=225 or smaller. I would like to be able to take larger screenshots of
the draw step to make sure students drawings are not cropped.

Is it possible for me or someone at Concord to change this so that I can set
larger dimensions for the screenshot image? This can be performed by
modifying either OTMLToXHTMLConverter or OTPrintDimension.

Thanks,
Geoff

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to