Hi,
rajivrp:1) Sample2003 (Resource usage) : Images on "i" column is missing, Red Font color is not applied in table. 'Details' Column is missing from chart area.Comments:For missing images in "i: column an issue is logged in our issue tracking system under id:TASKS-33798 for further investigation by our development team.Red font color issue is under discussion and we will provide update soon.Missing "Details" column issue is already logged as TASKS-33797.rajivrp:2) Customizing A_Start (Resource sheet) : Value mismatch for 'Max Units' column in 2nd row, color changed.Comments:Value mismatch for "Max Units"is logged under id:TASKS-33799 in our issue tracking system for further investigation.Color change issue is logged under id:TASKS-33800 in our issue tracking system for further investigation.Here another issue is observed regarding addition of image in "i" column. It is logged under id:TASKS-33801 in our issue tracking system for further investigation by the development team.rajivrp:3) Advanced Resources_Start.mpp (Resource Usage) : 'Carole Poland' row is red in source but black in output, text alignment issue in 'Work' column data.Comments:Red font color issue is under discussion and we will provide update soon.Text alignment issue is already logged under id:TASKS-33794
Thanks Kashif,
Hi Rajiv,
I would like to share that TASKS-33794 has already been fixed. Priority of other tickets have also been increased to Enterprise support. However, as I requested earlier, could you please create a new thread on Enterprise support forum to which these be linked for your tracking purpose. This will also help us follow the issues on the new thread more easily.
Hi Rajiv,
SaveOptions options = new PdfSaveOptions();
options.setPresentationFormat(PresentationFormat.ResourceSheet);
TextStyle style = new TextStyle();
style.setColor(java.awt.Color.ORANGE);
style.setFontStyle(java.awt.Font.BOLD | java.awt.Font.ITALIC);
style.setItemType(TextItemType.OverallocatedResources);
options.setTextStyles(new ArrayList());
options.getTextStyles().add(style);
project.save(“temp.pdf”, options);
Hi Kashif,
Hi Rajiv,
The issues you have found earlier (filed as TASKS-33801;TASKS-33800;TASKS-33799;TASKS-33798;TASKS-33794) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi Kashif,
Hi Rajiv,
We are very sorry for the inconvenience caused. The issue has been reopened for fixing again and we are working over it. We’ll update you here as soon as there is some update available in this regard.
The issues you have found earlier (filed as TASKS-33797) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(3)