Ho to resolve gantt chart rendering issue as webpart

When I am showing gantt chart view as webpart, it is not rendering properly (same in IE) and for few instance it is correcting after few days(but not all sites).
Please help us to understand.
Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

1. Download the css below.
2. Rename the file as “.css” extension
3. Now upload this file to the team site assets library 
4. Now navigate to the page were the web part is inserted
5. Click on site action and edit page
6. Let’s click on insert and add web part 
7. Select Script editor web part from Media and content  
8. In the Script editor web part Past the code <LINK REL=StyleSheet HREF="https://domainname.sharepoint.com/SiteAssets/myjgrid.css" TYPE="text/css" >
9. In the highlighted section past the URL of the File added to site assets library
a. Open the site assets library 
b. Right click on the file myjgrid.css
c. Select copy shortcut ( IE browser) 
10. Now save the changes made on the page.
/* _lcid="1033" _version="16.0.2930"
_LocalBinding */
.jsgrid-control-text
padding-left:4px;
.jsgrid-control-text-rtl
padding-right:4px;
input[type=text].jsgrid-control-editbox,.jsgrid-control-editbox
border:0px;
padding:2px 4px 2px 4px;
overflow:hidden;
z-index:1;
input[type=text].jsgrid-control-editbox::-ms-clear
display:none;
textarea.jsgrid-control-multiline,.jsgrid-control-rte
border-width:0px;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
.jsgrid-widget-dock
/* [ReplaceColor(themeColor:"ButtonBorder")] */ border:1px solid #ababab;
/* [ReplaceColor(themeColor:"ButtonBackground",opacity:"1.0")] */ background-color:#fdfdfd;
height:20px;
cursor:pointer;
z-index:1;
.jsgrid-widget-dock-hover
/* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0;
/* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1.0")] */ background-color:#e6f2fa;
.jsgrid-widget-dock-pressed
/* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color:#2a8dd4;
/* [ReplaceColor(themeColor:"ButtonPressedBackground",opacity:"1.0")] */ background-color:#92b7d1;
.jsgrid-widget-cell
overflow:hidden;
padding:2px;
float:left;
height:16px;
width:16px;
top:0px;
.jsgrid-widget-hyperlink
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
.jsgrid-widget-hyperlink-buttonarea
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
.ms-core-needIEFilter .jsgrid-widget-hyperlink-buttonarea
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.jsgrid-widget-hyperlink-okbutton
/* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
.combobox-placeholder > .combobox-img
/* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
margin:auto;
padding:0px;
.combobox-placeholder > input[type="text"]
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
.outer-scroll-bar
background-color:#E6E8EB;
top:0px;
left:0px;
.inner-scroll-bar
border-right:1px solid #F8F9F9;
border-left:1px solid #F5F6F7;
border-top:1px solid #F5F6F7;
border-bottom:1px solid #F5F6F7;
background-color:#F0F0F0;
top:1px;
left:1px;
.scroll-bar-cell
border:1px solid #F6F6F6;
background-color:#D5DDED;
.scroll-bar-inner-arrow-cell
border:1px solid transparent;
.scroll-bar-arrow-cell
border:1px solid transparent;
top:0px;
left:0px;
.scroll-bar-outer-box
border:1px solid #A3A6AB;
background-color:#EEEFF2;
top:0px;
left:0px;
.scroll-bar-background-main
background-color:#F2F3F5;
.scroll-bar-background-shade
background-color:#EDEEF0;
.scroll-bar-inner-box-main
background-color:#DBDFE5;
.scroll-bar-inner-box-shade
background-color:#E5E8EC;
.scroll-bar-arrow
border:0px;
padding:0px;
text-align:center;
vertical-align:top;
.scroll-bar-grip
top:0px;
left:0px;
border-color:#A7AAAF;
background-color:#FEFEFE;
.horiz-scroll-bar-inner-box-main
.horiz-scroll-bar-inner-box-shade
.horiz-scroll-bar-bg-block
float:left;
height:100%;
.horiz-scroll-bar-arrow-cell
top:-2px;
.horiz-scroll-bar-outer-box
top:-1px;
.horiz-scroll-bar-grip
border-left:1px solid;
height:5px;
width:1px;
.vert-scroll-bar-inner-box-main
float:right;
.vert-scroll-bar-inner-box-shade
float:left;
.vert-scroll-bar-background-main
float:right;
.vert-scroll-bar-background-shade
float:left;
.vert-scroll-bar-arrow-cell
left:-2px;
.vert-scroll-bar-outer-box
left:-1px;
.vert-scroll-bar-grip
border-top:1px solid;
height:1px;
width:5px;
.jsgrid-gantt-vert-delim
top:0px;
height:100%;
border-left-width:1px;
border-left-style:solid;
border-right-width:1px;
border-right-style:solid;
background:transparent;
.jsgrid-gantt-vert-today
top:0px;
height:100%;
border-left-width:1px;
border-left-style:solid;
width:0px;
background:transparent;
z-index:1;
.ms-jsgrid-cell-selected-editable,
.ms-jsgrid-cell-selected-editable a:hover
cursor:text;
.ms-jsgrid-cell-selected-editable [ms-jsgrid-click-passthrough=true]
cursor:auto;
.jsgrid-header-eyebrow
height:4px;
cursor:pointer;
.jsgrid-header-content{
height:100%;
width:100%;
.ms-core-needIEFilter .jsgrid-header-content
overflow:hidden;
.jsgrid-header-core-content{
overflow:hidden;
text-overflow:none;
white-space:nowrap;
color:#2E4F69;
.jsgrid-header-core-img-content
overflow:hidden;
text-overflow:none;
white-space:nowrap;
color:#2E4F69;
.jsgrid-header-sort-arrow-div
height:6px;
padding-bottom:1px;
overflow:hidden;
cursor:move;
.jsgrid-header-menu
display:none;
height:100%;
cursor:pointer;
.jsgrid-header-filter-state
display:none;
height:100%;
cursor:pointer;
.jsgrid-header-expand
height:100%;
width:4px;
.jsgrid-error-notification{
/* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
text-align:left;
.jsgrid-vml
behavior:url(#default#vml);
.combobox-placeholder
white-space:nowrap!important;
padding:0px!important;
.cb-textbox[dir="rtl"]
float:right;
.cb-textbox[dir="ltr"]
float:left;
.cb-textbox
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
border-width:0px!important;
margin:0px!important;
.combobox-img
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
padding:0px;
font-size:8px;
width:22px!important;
min-width:22px!important;
border-width:1px;
border-color:transparent;
.combobox-img:hover,.combobox-img:active,.combobox-img-active
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
border-color:inherit;
.ms-core-needIEFilter .combobox-img:hover,.ms-core-needIEFilter .combobox-img:active,.ms-core-needIEFilter .combobox-img-active
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
.combobox-img[dir="rtl"]
float:right;
border-style:none solid none none;
text-align:right;
.combobox-img[dir="ltr"]
float:left;
border-style:none none none solid;
.combobox-icon[dir="ltr"]
margin-left:3px;
.combobox-icon[dir="rtl"]
margin-right:3px;
.listbox-panel,.combobox-dropdown
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
border-style:solid;
border-width:1px;
overflow:hidden;
.listbox-hidden-input
top:-2000px;
width:1px;
height:1px;
overflow:hidden;
.combobox-dropdown
height:20em;
left:0px;
clear:both;
html>body .combobox-dropdown
height:auto;
max-height:300px;
.combobox-panel-table
cursor:default;
border:0px none!important;
padding:0px!important;
width:100%;
.cb-dp-highlight
background-color:Highlight;
color:HighlightText;
.cb-dp-rw:hover
/* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
.ms-core-needIEFilter .cb-dp-rw:hover
background-color:transparent;
/* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
.cb-dp-rw-selected
/* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
.ms-core-needIEFilter .cb-dp-rw-selected
background-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
.combobox-dropdown-celldiv
overflow:hidden;
border:0px;
margin:0px;
padding:4px 4px 4px 4px;
.cb-dp-celldiv-first
padding-left:8px;
.cb-dp-celldiv-last
padding-right:8px;
.combobox-dropdown-celldiv[dir="ltr"]
text-align:left;
.combobox-dropdown-celldiv[dir="rtl"]
text-align:right;
.combobox-dropdown-cell,.combobox-dropdown-hdrcell
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
border-right-style:solid;
border-right-width:1px;
margin:0px;
padding:0px;
.cb-td-rtl
border-right-style:none;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
border-left-style:solid;
border-left-width:1px;
.combobox-dropdown-imghdrcell,.combobox-dropdown-hdrcell
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
border-bottom-style:solid;
border-bottom-width:1px;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
font-weight:bold;
.combobox-dropdown-imghdrcell,.combobox-dropdown-imgcell
width:10px;
margin:0px;
padding:2px 0px 2px 4px;
.combobox-dropdown-foot
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
border-top-style:solid;
border-top-width:1px;
.combobox-headerwrapper,.combobox-tablewrapper
background-color:transparent;
z-index:1!important;
width:100%;
border-width:0px;
margin:0px;
html>body .combobox-headerwrapper,html>body .combobox-tablewrapper
width:auto;
.combobox-headerwrapper
overflow:hidden;
.combobox-tablewrapper
overflow:auto;
.combobox-link,.cb-progress-text,.cb-retry-text,.cb-err-link
font-family:Segoe UI,Tahoma,Verdana;
font-size:8pt;
color:#444444;
.combobox-link
background-color:#f0f2f5;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
border-top-style:solid;
border-top-width:1px;
display:none;
height:12px;
padding-top:4px;
padding-bottom:4px;
.cb-err-link,.combobox-link
color:#0072bc;
padding-left:8px;
.combobox-link[dir="ltr"]
text-align:left;
.combobox-link[dir="rtl"]
text-align:right;
.cb-progress-text
padding-left:12px;
white-space:nowrap;
.cb-progress-cell,.cb-retry-cell
text-align:center;
padding-top:17px;
padding-bottom:17px;
.cb-progress-cell
line-height:24px;
.cb-progress-img
vertical-align:middle;
.ms-grid
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
border-right-style:solid;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
border-bottom-style:solid;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
.ms-grid-link
/* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
/* [ReplaceColor(themeColor:"Hyperlinkfollowed")] */ background-color:#663399;
.ms-grid-selection
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
border-right-color:transparent;
/* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1.0")] */ color:#9ccef0;
.ms-grid-selection-readonly
/* [ReplaceColor(themeColor:"DisabledLines")] */ border-bottom-color:#e1e1e1;
.ms-grid-edit
/* [ReplaceColor(themeColor:"HoverBackground",opacity:"1.0")] */ background-color:#cde6f7;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
/* [ReplaceColor(themeColor:"ErrorText")] */ border-top-color:#bf0000;
.ms-grid-cell
font-size:1em;
font-weight:normal;
font-style:normal;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
.ms-grid-cell-readonly
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
/* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
.ms-grid-cell-readonly-focused
/* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
/* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
.ms-grid-timescale
font-size:1em;
font-weight:normal;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
border-right-style:solid;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
border-bottom-style:solid;
/* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
.ms-grid-col-header-normal
font-size:1em;
font-weight:normal;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
border-left-color:transparent;
/* [ReplaceColor(themeColor:"Lines")] */ border-top-color:#ababab;
.ms-grid-col-header-elem-bg-colors-normal
border-left-color:transparent;
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right-color:#ababab;
.ms-grid-col-header-elem-hover-bg-colors-normal
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ color:#f1f1f1;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-right-color:#92c0e0;
.ms-core-needIEFilter .ms-grid-col-header-elem-hover-bg-colors-normal
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.ms-grid-col-elem-colors-click-normal
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
.ms-grid-row-header-normal
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
.ms-grid-col-header-normal-hover
font-size:1em;
font-weight:normal;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
.ms-grid-col-header-elem-bg-colors-normal-hover
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
background-color:transparent;
border-bottom-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
.ms-grid-col-header-elem-hover-bg-colors-normal-hover
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
.ms-grid-col-elem-colors-click-normal-hover
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
.ms-grid-row-header-normal-hover
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
.ms-grid-col-header-part-selected
font-size:1em;
font-weight:normal;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
.ms-grid-col-header-elem-bg-colors-part-selected
border-left-color:transparent;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
.ms-grid-col-header-elem-hover-bg-colors-part-selected
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
.ms-grid-col-elem-colors-click-part-selected
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
.ms-grid-row-header-part-selected
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
.ms-grid-col-header-part-selected-hover
font-size:1em;
font-weight:normal;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
.ms-grid-col-header-elem-bg-colors-part-selected-hover
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
background-color:transparent;
border-bottom-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
.ms-grid-col-header-elem-hover-bg-colors-part-selected-hover
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
.ms-grid-col-elem-colors-click-part-selected-hover
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
.ms-grid-row-header-part-selected-hover
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
.ms-grid-col-header-all-selected
font-size:1em;
font-weight:normal;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
/* [ReplaceColor(themeColor:"StrongLines")] BLOCK_COMMENT_ENDborder-bottom-color:#92c0e0;
.ms-grid-col-header-elem-bg-colors-all-selected
border-left-color:transparent;
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] BLOCK_COMMENT_ENDborder-right-color:#ababab;
.ms-grid-col-header-elem-hover-bg-colors-all-selected
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
/* [ReplaceColor(themeColor:"StrongLines")] */ border-right-color:#92c0e0;
.ms-grid-col-elem-colors-click-all-selected
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
.ms-grid-row-header-all-selected
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
.ms-grid-col-header-all-selected-hover
font-size:1em;
font-weight:normal;
/* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
.ms-grid-col-header-elem-bg-colors-all-selected-hover
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
background-color:transparent;
border-bottom-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
.ms-grid-col-header-elem-hover-bg-colors-all-selected-hover
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
.ms-grid-col-elem-colors-click-all-selected-hover
background-color:transparent;
/* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
.ms-grid-row-header-all-selected-hover
/* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
.ms-grid-splitter
/* [ReplaceColor(themeColor:"Lines")] */ border-top-color:#ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
.ms-core-needIEFilter .ms-grid-splitter
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.ms-grid-splitter-handle
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border-right-color:#f1f1f1;
.ms-core-needIEFilter .ms-grid-splitter-handle
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.ms-grid-splitter-hover
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
.ms-core-needIEFilter .ms-grid-splitter-hover
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.ms-grid-splitter-handle-hover
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
/* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
border-right-color:transparent;
.ms-core-needIEFilter .ms-grid-splitter-handle-hover
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.ms-grid-splitter-drag
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
/* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
.ms-core-needIEFilter .ms-grid-splitter-drag
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.ms-grid-splitter-handle-drag
/* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
/* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
border-right-color:transparent;
.ms-core-needIEFilter .ms-grid-splitter-handle-drag
background-color:transparent;
/* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
.ms-grid-group1
/* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;
.ms-grid-group2
/* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;
.ms-grid-group3
/* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;
.ms-grid-group4
/* [ReplaceColor(themeColor:"ContentAccent4")] */ background-color:#767956;
.ms-grid-group5
/* [ReplaceColor(themeColor:"ContentAccent5")] */ background-color:#ED0033;
.ms-grid-group6
/* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color:#682A7A;
.ms-grid-group7
/* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;
.ms-grid-group8
/* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;
.ms-grid-group9
/* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;
.clip6x9,.clip9x6,.clip11x11,.clip13x13,.clip16x16{;overflow:hidden;}.clip6x9{width:6px;height:9px;}.clip9x6{width:9px;height:6px;}.clip11x11{width:11px;height:11px;}.clip13x13{width:13px;height:13px;}.clip16x16{width:16px;height:16px;}.clip6x9 img,.clip6x9 input,.clip9x6 img,.clip9x6 input,.clip11x11 img,.clip11x11 input,.clip13x13 img,.clip13x13 input,.clip16x16 img,.clip16x16 input{;margin:0;padding:0;width:auto;height:auto;}.jsgridcluster_editheader{top:0;left:0;}.jsgridcluster_newrowheader{top:0;left:-16px;}.jsgridcluster_conflictheader{top:-16px;left:0;}.jsgridcluster_transferheader{top:-16px;left:-16px;}.jsgridcluster_cell-error{top:0;left:-32px;}.jsgridcluster_jsgrid-header-filter-icon{top:-16px;left:-32px;}.jsgridcluster_scrollbar-mousein-rightarrow{top:-32px;left:0;}.jsgridcluster_scrollbar-mousein-downarrow{top:-32px;left:-6px;}.jsgridcluster_scrollbar-mousein-uparrow{top:-32px;left:-15px;}.jsgridcluster_scrollbar-mousein-leftarrow{top:-32px;left:-24px;}.jsgridcluster_scrollbar-mouseout-rightarrow{top:-27px;left:-32px;}.jsgridcluster_scrollbar-mouseout-uparrow{top:-27px;left:-38px;}.jsgridcluster_scrollbar-mouseout-downarrow{top:-33px;left:-38px;}.jsgridcluster_scrollbar-mouseout-leftarrow{top:-41px;left:0;}.jsgridcluster_jsgrid-up-arrow{top:-38px;left:-6px;}.jsgridcluster_jsgrid-down-arrow{top:-44px;left:-6px;}
Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

Similar Messages

  • How to resolve older IE rendering issues?

    My site is www.4keys.ca  
    I checked it out at http://ipinfo.info/netrenderer/index.php
    Everything on my site works fine in all browsers except for older IE.  Can someone please explain to me how exactly I get this issue resolved, what exact code I have to put into my site, or whatever you have to do to get things to work properly in older IE.  Thanks for your time.

    Not knowing what the exact issues are, the general way to overcome browser issues is to have a separate style sheet for each of the misbehaving browsers. These style sheets can be loaded after the compliant browser style sheet and can be isolated from those compliant browsers by placing a conditional statement within your document as in
    <!--[if IE]>
      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    In the above statement if the browser is IE then use the above script to modify the browser to accept HTML5 tags.
    I know that the above is not a style rule but the same applies for style sheets.
    Have a look here for more info http://www.quirksmode.org/css/condcom.html
    I hope this helps.
    Ben
    PS only those style rules that misbehave in the non-compliant browser need to be in the modified style sheet.

  • Issue in Pop-up behaviour within Gantt chart

    We use Jdeveloper 11.1.2.0 in creating multiple type of applications. We are stuck with one issue in Pop-up behavior in Gantt chart and needed your help. Any help in this will be highly appreciated. It seems that this was the known issue in 11.1.1.4 but not sure if this is resolved in current release of 11.1.2.0.
    Jdev Version: 11.1.2.0
    Control Used: Panel Tabbed, Gantt Chart (Project), ADF Popups and Dialog
    Scenario: We are having Panel Tab. One tab is having Gantt chart whereas second tab is having read-only Table. Gantt chart has pop-up window (Along with Dialog), which opens up on hovering one of the column.
    Issue: Gantt Chart and Popup works fine but pop-up gives error (Region not valid) when we click on second Tab and come back to the Gantt chart tab. Screenshots are attached for your reference.
    PS: I can see know issue at this link but did not see this in current release known issues.
    http://www.oracle.com/technetwork/developer-tools/jdev/relnotes-14-jan-11-261400.html#dvt2
    Many Thanks.
    Regards,
    Sachin G

    OK, I did't realise you were using adf faces.
    Quoting the Oracle WebCenter Framework documentation:
    "17.5.2.3 Oracle ADF Faces Guidelines
    The Oracle ADF faces guidelines are as follows:
    * Oracle ADF Faces client side implementation is not supported. One weakness of JSR 168 and WSRP 1.0 is that they do not account for portlets using client-side programming techniques, such as Ajax or hidden frames, for partial page rendering. As a result, all Oracle ADF Faces facilities that rely on client-side programming techniques do not work. These facilities include the following:
    o Oracle ADF Faces partial page refresh (PPR) facility
    o The client-rendered aspect of Oracle ADF Faces rich client components
    o Oracle ADF popups, <af:popup>, which fail to work because of their reliance on the PPR facility
    o The Oracle ADF Faces SelectText, SelectDate, and SelectColor components, which use visual assist popups
    To avoid breaking existing applications, the popup is disabled when used in Oracle ADF Faces pages exposed as a portlet. Thus, functionally speaking, these components are equivalent to InputText."
    So guess that just won't work.

  • Gantt chart issue

    Hi,
    We are using SAP PPM 5.0 (cProject), unable to display the Gantt chart. Kindly suggest me what setting need to done to display Gantt chart. In URL for created project if I click for Graphical tab to display gantt chat, it just through out JAVA symbol error.
    Regards,
    Seema Pilankar

    Hi,
    Please refer these notes 1014150 & 1035436. I believe this will solve your issue. As mentioned above make sure that you have latest Java JRE update.
    Pramod

  • Project 2013 - Gantt Chart Printing/PDF issues

    Hello,
    I will try and explain this strange issue best I can - I am having some issues with creating a PDF from Gantt Chart view. The main problem here is when printing to PDF it seems to modify my Gantt at will as soon as i hit print preview. When I return to the
    Gantt I created it is very much the same as before; here are the issues:
    When Linking tasks or summary tasks (marked as milestones) to the other summary tasks (also marked as milestones) with an FS task dependency: The Gantt in Project displays an arrow linking the finish of the predecessor to the start of the linked summary
    task as would make sense. Once I hit print preview this arrow is now moved to point from the finish of the predecessor to the milestone located at the end of the linked summary task. A simple work around has been to not mark the linked summary task as a milestone
    (the predecessor can be, this doesn't seemmatter); the print preview then matches the Gantt I created.
    When hitting print preview the task list stays in tact but the Gantt Chart displays very unusual colors (Deadline arrows become vibrant green), components of the legend become invisible, and task bars become invisible as well. The problem is very sporadic
    and comes and goes as it pleases. 
    Any thoughts?
    Regards,
    Chris

    Gentlemen,
    I am working with Project 2013 - I have the latest service pack installed.
    I found another way to accomplish what i needed/wanted with the milestone - that is not my main issue here.
    I have seen other forum posts with the same issue regarding Phantom Gantt bars and strange colour issues when creating a PDF. I can send you screen shots if you'd like of the results. The problem comes and goes and nobody seems to have any solution for it.
    I just need my print preview to match what I have created in the project, and then for my PDF to match the print preview.
    Regards,
    Chris

  • Printing Gantt Chart issue

    Hello,
    Is there a way to see the print of Gantt Chart of our requirement in 2010 version.?
     Emil

    Hi Emil,
    i think its simple what you ask..simply go to Print setup Setting and turnoff the legend and adjust the setting to your way ... before printing see Print Preview.
    Regards,
    Muhammad Enam Ur Rehman

  • Multi Resource Scheduling (MRS) - resources not visible on Gantt chart mode

    I need your expertise help to resolve this issue.
    We are on MRSS 7.0 and ECC 6.0.
    When I run transaction /MRSS/PLBOORG, I am able to see the demands show up.
    However from resources point of view, I can see them on a table based planning but not able to see the resources in the Gantt chart mode.
    The user interface profile (for layout) is set up for 'Planning board for DPD Gantt' as well as for 'Planning board for Resources'.
    Reports to transfer the resources from ECC to MRS have been executed.
    Any help to fix this issue would be greatly appreciated.
    Thanks
    Venky

    Hi Mark,
    Check the following:
    1) You have run the report /MRSS/HCM_RPTWFMIF with transfer qualifications as checked. I guess (from your other post) this data is going in own HR box instead of MRS box (due to RFC issue)
    Check the table: /MRS/D_BAS_REQ
    If you solve the RFC problem, this should get solved automatically.
    2) When you created a Requirement profile, you need to attach it on the "Internal" tab of the operation
    Now check following:
    1) Right click on demand and select "Required Qualifications" -- It should show the qualifications
    2) Right click on Resource and select "Qualifications" -- It should show skills of resource
    If 1 fails - Order Qualifications are not transferred !!
    If 2 fails - Resource qualifications are not transferred - RFC issue (may be)
    If both are there then the suitable resource should work.
    If both 1 and 2 are not there then 100 % result is correct -- Because from the demand side no skill is required so each resource is qualified to do the job...
    Regards
    Varun

  • Problem with Project 2007 gantt chart in Acrobat X

    Good morning,
    We are experiencing an issue with certain, rather large gantt charts in Project 2007 when converting them to PDF using Acrobat X. The issue is that the last portion of the chart is broken when converted to PDF. The chart will print properly when sent to a real printer, and it also renders correctly in the print preview. Here is an example of the issue:
    As you can see, it has broken the last section of the chart and "stretched" the bars across the page. I couldn't find anything in the knowledge base that related to this issue, so any assistance would be apreciated.

    Unfortunately it seems that this is still occuring, I guess nobody has ever come across this issue?

  • Gantt chart date format?

    Hi,
    If i define format string on a view object's date attribute and use this attribute on a gantt chart, I get an error:
    avax.el.ELException: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Date
         at javax.el.BeanELResolver.getValue(BeanELResolver.java:266)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
         at oracle.adfinternal.view.faces.bi.renderkit.gantt.ProjectTaskbarsRenderer.encodeAll(ProjectTaskbarsRenderer.java:281)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.renderDataCell(BaseColumnRenderer.java:1133)
         at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.encodeAll(BaseColumnRenderer.java:104)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.TreeTableRenderer.encodeChild(TreeTableRenderer.java:744)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.renderDataBlockRows(TableRenderer.java:1852)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._renderSingleDataBlock(TableRenderer.java:1552)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._handleDataFetch(TableRenderer.java:964)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.encodeAll(TableRenderer.java:494)
         at oracle.adfinternal.view.faces.renderkit.rich.TreeTableRenderer.encodeAll(TreeTableRenderer.java:597)
         at oracle.adfinternal.view.faces.bi.renderkit.gantt.GanttChartTreeTableRenderer.encodeAll(GanttChartTreeTableRenderer.java:105)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:527)
         at oracle.adfinternal.view.faces.bi.renderkit.gantt.GanttChartTreeTable.encodeEnd(GanttChartTreeTable.java:89)
         at org.apache.myfaces.trinidad.render.RenderUtils.encodeRecursive(RenderUtils.java:70)
         at oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils$RenderCallback.invokeContextCallback(InvokeOnComponentUtils.java:97)
         at org.apache.myfaces.trinidad.component.UIXCollection.invokeOnComponent(UIXCollection.java:1024)
         at oracle.adf.view.faces.bi.component.gantt.UIGantt.invokeOnComponent(UIGantt.java:1718)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.invokeOnComponent(ContextSwitchingComponent.java:188)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:123)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:159)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:675)
         at oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils.renderChild(InvokeOnComponentUtils.java:29)
         at oracle.adfinternal.view.faces.streaming.StreamingDataManager._pprComponent(StreamingDataManager.java:616)
         at oracle.adfinternal.view.faces.streaming.StreamingDataManager.execute(StreamingDataManager.java:465)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:2608)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:969)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1494)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:685)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:261)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:193)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at net.kinvent.javax.RequestAgentFilter.doFilter(RequestAgentFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56Any workarounds?

    Just found another issue. Gantt chart seems to take into account users timezone from trinidad config when rendering tasks on timeline.
    However, when you rollover a task, start and end date are displayed in system time. ProjectGantt has no "timeZone" property to override this behavior.

  • Chart rendering and swf files

    Hi:
    I am using Apex 4.0.2
    I have a dashboard that has several charts on it. I have a couple of issues:
    1. The chart rendering takes longer than I would like. I notice that each chart loads a separate swf file by referencing #CHART_TYPE#. In the Anychart documentation they recommend load a nultple type swf for a dashboard (anychart.swf). Is there a way I can load one single swf file instead of load a separate chart for each file?
    2. When the page reloads, sometimes one or two of the charts start loading but don't display. If you reload again, they will load. Any idea what the issue may be and how to resolve it?
    I would be appreciative of any help.
    Regards,
    Bruce

    Bruce
    bclark wrote:
    Thanks Richard:
    I'll give it a go.... but a couple of quick questions:
    1. The server is running on a Linux box. Can I set the listener up on my local windows machine and use it from there to test.Yes that's the whole trick of it.. On the blog there are also some articles regarding Linux
    BTW if you do put it on your local box, then you will need an oracle client, but I trust that this is logical. :-)
    >
    2. If I do swap the prod system to use the listener, does the whole setup have to change? For example, at the moment the images are in the XDB - how will this be impacted.Depends on what images you're talking about..
    - up/downloads for users stay the same
    - CSS etc (the apex images folder) will reside in the filesystem
    >
    Thanks again for your insight and kind help.
    BruceYou're welcome !
    regards,
    Richard

  • Printing the Gantt Chart

    Hi,
    Does anyone know how I can select some Legends and print them within the Gantt Chart, preferrably at the bottom.  I stumbled unto the minutes of meeting of the "Project System Special Interest Group(PS-SIG)", in which this issue was raised to SAP in 2003, I could not find any other information on whether or not it was resolved.  Does the PS-SIG still exist and how can I contact the moderator?
    Best Regards,
    Oge Aniagboso

    Check your page set up options when you do print preview. The last tab has some toggles where you can turn on/off printing the activity table and Gantt Chart.

  • Ability to display multiple texts within graphic planning board Gantt chart

    I have been unable to change the planning board Bar Chart Graphic Profile (OPG0 and OPG9) to be able to display both material text and a user field within the Gantt chart graphic.  I have copied the SAPSFCG011 profile and created my own.  The profile is displayed below from CMCH.
    Overall prof: ZBWSFCG011           SFC: View work center/capacity (3 graf.)
    ...... Select.profile:                     ZBWSFCS001      SFC: View work center -> cap.(3 graf.)
    ...... Control profile:                    ZBW___C002      Gen: Planning table
    ...... Time prof:                           ZBW___Z002      Gen: Medium-term (3 months)
    ...... Evaluation prof.:                 ZBW___A001      Gen: Standard evaluation profile
    ...... Strategy prof.:                    ZBW___T001      Finite scheduling forw./all functs.activ
    ...... Capacity planning table:      ZBWSFCL010      SFC: only main cap. (3 graf.)
    .......... Graphics profile                      ZBW___X002      BARC    1  Default profile 2 Capa. planning board
    .......... Chart sequence                      ZBWSFCT002      SFC: Main caps. (3 graph.)
    .......... Layout ID                                 ZBWSFCLA10      SFC: Work center view     (graphical)
    .......... LineRepresSelection                 ZBW___ZR02      SAP standard 2
    .......... Scale time axis                         SAP___M031      Stand. weekly per. split rough
    .......... Graph.object.select.                ZBW___OA02      Pool group order path
    .............. DStat Sq Structur Field na ROp Comparison val NStat Struct
    .............. 00000 01 KBED     TYPKZ    NE  1                      00001
    .............. 00000 02 AFVG     OBJNR    ST  SAP005         00000 SAP002 Standard operation partially confirmed
    .............. 00000 03 AFVG     OBJNR    ST  SAP006         00000 SAP003 Standard operation completely confirmed
    .............. 00000 99                   DEF                                  00000 ZJB000 Standard operation
    ................... Graphical object type               ZJB000          Standard operation
    ........................ Form type                           22              Plan. board:Graphic obj. w. ordNo matTxt
    ........................... Form group                          ZBW001
    ............................... Form definition                     PLTO22          Planning board graphic order and mat.txt
    .................................. Layout definition                   [[$a//$b]]
    .................................. Layout definition
    .................................. Layout definition
    .................................. Layout definition
    In addition to the profile change, I have configured the graphical object type ZJB000 (in OPG9) to look as follows:
    0     AFKO     Order header                          MATXT     Material description                                                                     
    2     KBED     Capacity requirements     A     SSTAD     Latest start / date     SSTAU     Latest start / time
    3     KBED     Capacity requirements     A     SSSBD     Latest scheduled start: Processing (date)     SSSBZ     Latest scheduled start: Processing (time)
    4     KBED     Capacity requirements     A     SSSAD     Latest scheduled start: Teardown (date)     SSSAZ     Latest scheduled start: Teardown (time)
    5     KBED     Capacity requirements     A     SENDD     Latest finish / date     SENDU     Latest finish / time
    6       AFVG    Order operation                       USR08    User field for date                                                                               
    I have found that the 2nd text field (USR08) must be added as the last step (#6).  When I had it as #1, the planning board did not display the USR08 value.
    Now both are displayed in the Gantt chart graphic.  However, it is difficult to see this long string of data as the bars in the Gantt chart may not be long enough to display the data. 
    Therefore we would like to use the "hover over" text which is displayed in the status line at the bottom of the screen.  We have tried using both the Info Text and the Quick Info options within the Bar Chart: Options Profile (OPG0).  Only the first text (the material descirption) is dislayed within either the Quick Info or the Info Text.
    Is it possible to have multiple object values appear in Quick Info or Info Text?  Or is it possible to control which text is displayed in the Quick Info or Info Text?
    Any help in this area would be greatly appreciated, as this is a make-or-break issue for the business to use the planning board.  Thank you!

    I'm also looking for a standard customizing alternative to do the same thing.
    Still, if you're interested, I've already done it successfully with user exit PLAT0001.
    Hope this helps.
    Best regards.

  • Turning Off Gantt Charts in MS Project For PDF Gen

    hi
    we have run into a problem when printing Gantt charts with PDF Gen. They can be extremely slow and on following up with Support they have confirmed that this is an issue with Distiller and there is no fix soon. So to get around the issue we tried disabling Gannt charts in MS Project by un-checking Bars and shapes in Gantt views in 3-D' (Tools > Options, View tab) in MS Project
    Now we're finding LC does not always pick up the setting. What we have noticed is that sometimes when printing to PDF with the same file, on the same server via PDF Gen, Gantt charts will appear, and sometimes not. Occasionally, the MS Project file when printing Gantt charts will stall in the Adobe Printer Queue, LC will then start to get Stuck Threads in Weblogic, and basically become unstable.
    Upon further investigation we saw that LC will use the WINPROJ.exe if it is running to do the conversion, or start a new WINPROJ.exe process if none is running. Sometimes while starting the process we get the Gantt chart setting picked up, and sometimes not, and there is no particular pattern.
    We did a lot of digging with PROCMON to see if we could find if LC was picking up a Windows Registry entry for MS Project perhaps with a different user which did not have the Gannt chart turned off, but could not find one. Our conclusion was that sometimes LC has submitted the job before WINPROJ.exe is fully loaded and somehow the No Gantt charts option gets lost, though this is speculation based on observation of behaviour.
    Anyone know what is going on?

    Hi,
    We will get this issue reproduced in-house and see if we can provide a patch to address this problem. Prima facie this does not appear to be a bug in the product; rather it appears that MS Project might be "forgetting" this setting in some cases, or a similar setting (inside the file that is being converted) might override the application-wide setting.
    We will try to see if we can forcibly set this flag (through MS Project COM APIs) each time a MS Project file gets converted. If this works, we might be able to provide a patch.
    Meanwhile, can you let me know exactly what version of MS Office (with the service pack details, if any) that you are using?
    Regards,
    Amit Batra
    Engineering Manager,
    Adobe LiveCycle Enterprise Suite

  • Gantt Chart in Project Status Report

    Hi Folks,
    We are doing a custom development and creating our own Project Status Report PDF form. Is there a way (standard FM or otherwise) to generate a Gantt chart and show it on the PDF form.
    The Gantt chart itself is not of the whole project structure. It is only the phases. Most projects will have 4-5 phases maximum. The Gantt chart also does not need to be too sophisticated, we just need a high level graphical representation of the phase timelines.
    Let me know if my question is not clear and I can elaborate.
    Thanks
    Lashan

    Hello Lashan,
    Building the Gantt chart in a PDF report is quite tricky. The Gantt chart view you see in cProjects is a different SAP component, JGantt (developed in Java), which is connected to the system.
    Adobe forms don't have a standard Gantt element, so you'll have to render it somewhere else and send it to the form in a binary format.
    For creating and rendering the graphic you can use the SAP IGS (Internet Graphics Service).
    You can find some details here: http://help.sap.com/saphelp_nw04s/helpdata/en/17/86c039c7811f11e10000000a114084/content.htm
    This is a little bit more complicated, you also need to use iXML libraries to transform all the Gantt data into the IGS required format.
    The end result will not really look like the Gantt view, but it will contain all necessary information:
    Is this the kind of graphic you need to develop?
    Cheers,
    Tudor

  • APEX 4.0.2 Project Gantt Chart - Error Code: 2002 Message: Empty input

    Hi
    I have created a brand new page containing a Project Gantt Chart region. The Gantt chart is designed to track the progress of a job over time. The page has one chart series containing the following SQL.
    SELECT null LINK,
    stage NAME,
    rownum ID,
    null PARENT_ID,
    trunc(start_date) ACTUAL_START,
    trunc(completion_date) ACTUAL_END,
    decode(completion_date, null, 0, 100) PROGRESS
    FROM tracking
    WHERE job_reference = '889343'
    This SQL statement returns values from SQL Developer and from the SQL Workshop > SQL Commands from within APEX itself.
    The problem is that when I run the page the following error displays inside the region
    Category: 2000
    Error code: 2002
    Message: Empty input
    Environment Information
    Application Express 4.0.2.00.07. - Clean installation not upgraded from APEX 3
    Using Firefox 3.6.15
    Issue identical in IE
    DB version - Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I'm really stuck so I hope someone can help me out. I really would appreciate it.
    Thanks
    Kylie

    Debug mode doesn't appear to have picked anything up that looks out of the ordinary to me or raises any alarm bells.
    This is the XML with a reduced number of records returned.
    <anygantt>

    <settings>

    <title align="Center" position="Top">
    <text>Resources Gantt</text>

    <font_style>
    <font face="Tahoma" size="2" color="0x000000"/>
    </font_style>
    </title>
    <outer_margin left="0" top="0" right="0" bottom="0"/>

    <background>
    <fill type="Solid" color="0xffffff" opacity="0"/>
    <border enabled="false"/>
    <corners type="Square"/>
    </background>
    <navigation enabled="true"/>

    <locale>

    <date_time_format week_starts_from_monday="True">

    <months>

    <names>
    January,February,March,April,May,June,July,August,September,October,November,December
    </names>
    <short_names>Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec</short_names>
    </months>

    <week_days>

    <names>
    Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
    </names>
    <short_names>Sun,Mon,Tue,Wed,Thu,Fri,Sat</short_names>
    </week_days>

    <format>
    <full>%yyyy.%MM.%dd.%HH.%mm.%ss</full>
    <date>%yyyy.%MM.%dd</date>
    <time>%HH.%mm.%ss</time>
    </format>
    </date_time_format>
    </locale>
    </settings>

    <datagrid enabled="true">

    <columns>

    <column width="40" cell_align="Center">

    <header>
    <text>ID</text>
    </header>
    <format>{%ID}</format>
    </column>

    <column attribute_name="Name" width="180" cell_align="Center">

    <header>
    <text>Name</text>
    </header>
    <format>{%Name}</format>
    </column>

    <column attribute_name="ActualStart" width="80" cell_align="Center">

    <header>
    <text>Start Date</text>
    </header>
    <format>{%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>

    <column attribute_name="ActualEnd" width="80" cell_align="Center">

    <header>
    <text>End Date</text>
    </header>
    <format>{%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>
    </columns>
    </datagrid>

    <timeline>
    <plot line_height="30" item_height="15" item_padding="5"/>
    </timeline>

    <styles>

    <period_styles>

    <period_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </period_style>
    </period_styles>

    <task_styles>

    <task_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>

    <actual>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </actual>

    <progress>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </progress>

    <baseline>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </baseline>
    </task_style>
    </task_styles>

    <resource_styles>

    <resource_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </resource_style>
    </resource_styles>

    <defaults>

    <task>

    <task_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </task_style>
    </task>
    </defaults>
    </styles>

    <project_chart>

    <tasks>
    <task id="1" parent="" name="STAGE1" actual_start="2010.08.11 12.08.00" actual_end="" progress="0" style="defaultStyle"/>
    <task id="2" parent="" name="STAGE2" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="3" parent="" name="STAGE3" actual_start="2010.07.27 12.07.00" actual_end="2010.08.06 12.08.00" progress="100" style="defaultStyle"/>
    <task id="4" parent="" name="STAGE4" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="5" parent="" name="STAGE5" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    </tasks>
    </project_chart>
    </anygantt>
    Thank you for your assistance.
    Regards
    Kylie

Maybe you are looking for

  • How can I build automatically jar with Eclipse?

    Hi, I try to build automatically jar file each time when I save my project.Until now I used right click and Export to jar but that take me more time and it is not efficiently.I have try to configure an new builder from project->properties-> builders

  • What is the best iPhone 3G protective case?

    I have my iPhone since July 11 and since then it has been "caseless", I was dead set on the Agent 18 Eco, but after reading several reviews and talking to someone that currently uses that particular case, it seems it actually scratches your phone, wh

  • Basic N1 SSH config questions...

    At the risk of asking remedial questions, are these actions correct?: <p> <li> When generating SSH keys, I am to generate one set with the ID used to install/owner of the MS (agent, server, cli)? (i cant remember now if cli installed w/ the master se

  • Safari 5 and Windows 7

    Hi everyone I have a Toshiba A200 Windows 7 Laptop, and now, Safari 5 will not run on it. It happened suddenly, it just said Safari has stopped working and closed down. When I tried to reopen it, it just says the same thing. Nothing has changed about

  • Maximum number of posted documents for FI module

    Hello, In SAP FI, we want to post about 150,000 customer invoices (received via an interface from external purchasing system) monthly. Is that number OK (in terms of system stability, speed, flexibility) for use in Fi module or would it be better to