W
Wharton Computer Consulting
When I set the color for ITEM=pjSummary, I notice that it actually sets the
color for pjMarked. It seems as many of the ITEM constrants are not correct
and setting the wrong "Text Styles". Any ideas.
Below is a snippet of code that only partially works.
TextStylesEx Item:=pjAll, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic, Color:=pjColorAutomatic
TextStylesEx Item:=pjNoncritical, Pattern:=pjSolidFillPattern,
CellColor:=pjYellow
TextStylesEx Item:=pjCritical, Pattern:=pjSolidFillPattern,
CellColor:=pjRed, Color:=pjYellow
' A = TextStylesEx(pjCritical, , , , , , pjYellow, pjRed, 1)
TextStylesEx Item:=pjMilestone, Pattern:=pjSolidFillPattern,
CellColor:=pjGreen, Color:=pjYellow
TextStylesEx Item:=pjSummary, Pattern:=pjSolidFillPattern,
CellColor:=pjGreen, Color:=pjGreen
' A = TextStylesEx(pjSummary, , , , , , pjYellow, pjGreen, 1)
'
' This sets the Marked Field as Cellcolor blue and
TextStylesEx Item:=pjProjectSummary, Pattern:=pjSolidFillPattern,
CellColor:=pjBlue, Color:=pjYellow
TextStylesEx Item:=pjMarked, Pattern:=pjSolidFillPattern,
CellColor:=pjFuchsia, Color:=pjYellow
TextStylesEx Item:=pjTaskFilterHighlight, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic
TextStylesEx Item:=pjTaskRowColumnTitles, Pattern:=pjBlue
TextStylesEx Item:=pjGanttMajorTimescale, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic
TextStylesEx Item:=pjGanttMinorTimescale, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic
color for pjMarked. It seems as many of the ITEM constrants are not correct
and setting the wrong "Text Styles". Any ideas.
Below is a snippet of code that only partially works.
TextStylesEx Item:=pjAll, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic, Color:=pjColorAutomatic
TextStylesEx Item:=pjNoncritical, Pattern:=pjSolidFillPattern,
CellColor:=pjYellow
TextStylesEx Item:=pjCritical, Pattern:=pjSolidFillPattern,
CellColor:=pjRed, Color:=pjYellow
' A = TextStylesEx(pjCritical, , , , , , pjYellow, pjRed, 1)
TextStylesEx Item:=pjMilestone, Pattern:=pjSolidFillPattern,
CellColor:=pjGreen, Color:=pjYellow
TextStylesEx Item:=pjSummary, Pattern:=pjSolidFillPattern,
CellColor:=pjGreen, Color:=pjGreen
' A = TextStylesEx(pjSummary, , , , , , pjYellow, pjGreen, 1)
'
' This sets the Marked Field as Cellcolor blue and
TextStylesEx Item:=pjProjectSummary, Pattern:=pjSolidFillPattern,
CellColor:=pjBlue, Color:=pjYellow
TextStylesEx Item:=pjMarked, Pattern:=pjSolidFillPattern,
CellColor:=pjFuchsia, Color:=pjYellow
TextStylesEx Item:=pjTaskFilterHighlight, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic
TextStylesEx Item:=pjTaskRowColumnTitles, Pattern:=pjBlue
TextStylesEx Item:=pjGanttMajorTimescale, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic
TextStylesEx Item:=pjGanttMinorTimescale, Pattern:=pjSolidFillPattern,
CellColor:=pjColorAutomatic