Miscellaneous issues in Resource Usage view and Resource Sheet view (CTS-3276)

Hi,


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.

2) Customizing A_Start (Resource sheet) : Value mismatch for ‘Max Units’ column in 2nd row, color changed.

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.

This text alignment looks like a generic issues, I think it will happen for all columns (pre-defined or custom) present in any file. Please fix it in a comprehensive way for all supported views.

Thanks,
Rajiv
Hi Rajiv,

Following are the responses to your queries:

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,


Please make all the issues of this thread enterprise support under AjeshEMC quota.

Regards,
Rajiv

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,


Following is the sample code that can be used to display the red tasks in appropriate color. Could you please give it a try and let us know the feedback?

Project project = new Project(“Z:\Advanced Assignments A_Start.mpp”);

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,


As I see, many issues have been marked as duplicated here with the ones filed for another MS Project view.

I was under impression that the implementation for each view is entirely separate and hence we have to track bugs separately even if the behavioral issue is same from users’ perspective.

Is that not so ?

Rajiv

Hi Rajiv,


Thank you for sharing your concern with us.

All the issues which are marked as duplicate were caused due to one issue TASKS-33799. As this issue is resolved now, hence all the issues raised due to side effects of the above mentioned issue are also resolved.

We are glad to share that all the issues marked as duplicate are resolved and will be available in our next incoming release.

Please feel free to write us back if you have any other query in this regard.

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,


The text alignment issue - TASKS-33794 doesn’t seem to have got fixed in 7.2 even though it has been marked as fixed.

I see no difference in output of given samples. Please check ‘Work’ column.

Please reopen the bug.

Thanks,
Rajiv

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)