Welcome Guest Search | Active Topics | Sign In | Register

Hexadecimal colors? Options
Fredrik Johansson
Posted: Tuesday, May 13, 2008 2:01:34 PM
Rank: Newbie
Groups: Member

Joined: 5/13/2008
Posts: 6
Is it possible to enter a hexadecimal color á la html? like:
GridLineColor="#bcb08d"

I've tried that but the line color keeps getting black.

I've searched the forum and found that some use what I believe is the RGB-value of a color:
GridLineColor="188,176,141"

I've tried that too with no luck.

Any ideas?
eo_support
Posted: Tuesday, May 13, 2008 2:39:08 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,090
Hi,

Three separate numbers like "188,176,141" should work. Just enter that value in property window and it should stay there.

Thanks
Fredrik Johansson
Posted: Wednesday, May 14, 2008 1:25:55 AM
Rank: Newbie
Groups: Member

Joined: 5/13/2008
Posts: 6
It seems to work but not the way I expect. At the moment the visible month gets black gridlines. When I traverse to either previous or next month they both have correct gridlinecolor and it keeps changing while traversing months at either direction.

What to do?
eo_support
Posted: Wednesday, May 14, 2008 6:00:57 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,090
Hi,

We are not aware of such problems in the current version. Please check the version that you are running. If the problem persist, please create a sample page that demonstrates the problem and detailed information about reproducing it. We will take a look as soon as we have that.

Thanks
Fredrik Johansson
Posted: Thursday, May 15, 2008 2:30:06 AM
Rank: Newbie
Groups: Member

Joined: 5/13/2008
Posts: 6
The problem persists.

We are using version 5.0 of the Calendar. And the code in use is:
Code:
    
<eo:Calendar
  runat="server"
  ID="CalendarFreightDate"
  Enabled="true"
  GridLineVisible="true"
  GridLineFrameVisible="true"
  GridLineColor="188,176,141"
  DayCellWidth="16"
  DayCellHeight="14">
    <CalendarStyle CssClass="eo_Cal" />
    <TitleArrowStyle CssClass="eo_Cal_Arrows" />
    <TitleStyle CssClass="eo_Cal_Title" />
    <DayStyle CssClass="eo_Cal_Day" />
    <DayHoverStyle CssClass="eo_Cal_Day_Hover" />
    <DayHeaderStyle CssClass="eo_Cal_DayHeader" />
    <DisabledDayStyle CssClass="eo_Cal_Day_Inactive" />
    <SelectedDayStyle CssClass="eo_Cal_Day_Selected" />
    <OutOfRangeDayStyle CssText="display:none;"/>
</eo:Calendar>


Black gridlines every second month view and correct gridline color in between. Don't know what else I could have done to generate this behaviour.
eo_support
Posted: Thursday, May 15, 2008 6:35:13 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,090
Hi,

We tried your code and it still works fine (we do not have your .css classes though). Try the following steps:

1. Right click your Calendar, select "Edit Calendar";
2. Go to "Template" tab, select "Style3", then click "Create From Selected Template";
3. Click "OK";

Your Calendar is now a copy of the "Styl3" template. This template uses GridLineColor and works fine. Try that and see if it works. If that does work for you, then the problem might lie in your .css classes.

Also check the exact version number (5.0.????.?). The current build is 5.0.51. So if you have an older version than that, it wouldn't hurt to update to the latest.

If none works for you, we can set up a webmeeting to take a look of the problem on your machine. Please let us know if you are OK with that, if so, let us know what time is convenient for you.

Thanks



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.