|
categories become invisible events. skin: Savannah 4 Months, 1 Week ago
|
|
So I tried setting up 5 more colors to the Savannah skin, plus renaming a few of them.
Problem is.. the turn up completely invisible on the calendar.
I've been looking at both this one:
www.rainlendar.net/cms/index.php?option=com_kunena&Itemid=42&func=view&catid=9&id=17009
Plus the ones he was linking.
Plus searching the forum here.
And I've been in the elements.xml a hundred times. I did accidentaly remove the </skin> in the end.. Bad me, but fixing that didn't help.
What I've done is copying the instances with the colors and changing all instances of that color to the new one. For instance,, I copied:
| Code: |
<bitmap id="bitmap.calendar.tile.event.cyan" file="images/calendar-event-tile-cyan.png" />
|
and switched the copy to:
| Code: |
<bitmap id="bitmap.calendar.tile.event.olive" file="images/calendar-event-tile-olive.png" />
|
And I did the same on the other places where there were colors.
The categories and the template.
I did change name from Dark to Black as to not confuse it with a totally different instance that had black in it's name. (I used "Count" in the searchfield to see if I had duplicates and stuff).
The only thing I've found sofar that seems odd is that I have 9 instances of every color except green, that I have 11 of.
Thing is.. Green seems to be a default-value, considering the original skin had this (which I have not changed):
| Code: |
<setting name="Schedule_background" type="list" default="bitmap.calendar.tile.event.green" values=
|
So... I am now completely at a loss. I've ofcourse renamed the imagefiles aswell so that's in order.
When I try to change oolor on an event later, the categorylist do have all the items, and they do have the right colors and stuff. So everything seems to be working.
Except that whatever color I choose turn up making both the background and the event-text invisible.
I'll submit my entire elements.xml here for you to troubleshoot if you feel for it.
I put it in a spoiler for less scrolling if you don't want to read the whole xmlfile.
Thanks!
/Solstickan
Warning: Spoiler!| Code: |
<?xml version="1.0" encoding="UTF-8" ?>
<skin version="1.0">
<elements>
<font id="font.bold" facename="Arial" size="10" weight="BOLD" />
<font id="font.normal" facename="Arial" size="10" />
<font id="font.strikethrough" facename="Arial" size="10" line="STRIKETHROUGH" />
<font id="font.large.upper" facename="Arial" size="14" uppercase="1" />
<font id="font.small.upper" facename="Arial" size="7" uppercase="1" weight="BOLD" />
<font id="font.small" facename="Arial" size="7" />
<bitmap id="bitmap.tooltip.background" file="images/tooltip-bg.png" frames="4" />
<bitmap id="bitmap.list.background" file="images/list-bg.png" />
<bitmap id="bitmap.quickadd.background" file="images/quickadd-bg.png" />
<bitmap id="bitmap.schedule.background" file="images/schedule-bg.png" />
<bitmap id="bitmap.calendar.background" file="images/calendar-bg.png" />
<bitmap id="bitmap.calendar.plain.background" file="images/calendar-plain-bg.png" />
<bitmap id="bitmap.calendar.top.background" file="images/calendar-top-bg.png" />
<bitmap id="bitmap.weeknums.background" file="images/weeknums-bg.png" />
<bitmap id="bitmap.calendar.tile.day" file="images/calendar-day-tile.png" />
<bitmap id="bitmap.calendar.tile.exday" file="images/calendar-exday-tile.png" />
<bitmap id="bitmap.calendar.tile.weekend" file="images/calendar-weekend-tile.png" />
<bitmap id="bitmap.calendar.tile.exweekend" file="images/calendar-exweekend-tile.png" />
<bitmap id="bitmap.calendar.tile.today" file="images/calendar-today-tile.png" />
<bitmap id="bitmap.calendar.event.mark.normal" file="images/calendar-event-mark-normal.png" />
<bitmap id="bitmap.calendar.event.mark.active" file="images/calendar-event-mark-active.png" />
<bitmap id="bitmap.calendar.tile.event" file="images/calendar-event-tile.png" />
<bitmap id="bitmap.calendar.tile.event.blue" file="images/calendar-event-tile-blue.png" />
<bitmap id="bitmap.calendar.tile.event.brown" file="images/calendar-event-tile-brown.png" />
<bitmap id="bitmap.calendar.tile.event.green" file="images/calendar-event-tile-green.png" />
<bitmap id="bitmap.calendar.tile.event.red" file="images/calendar-event-tile-red.png" />
<bitmap id="bitmap.calendar.tile.event.yellow" file="images/calendar-event-tile-yellow.png" />
<bitmap id="bitmap.calendar.tile.event.black" file="images/calendar-event-tile-black.png" />
<bitmap id="bitmap.calendar.tile.event.violet" file="images/calendar-event-tile-violet.png" />
<bitmap id="bitmap.calendar.tile.event.cyan" file="images/calendar-event-tile-cyan.png" />
<bitmap id="bitmap.calendar.tile.event.forest" file="images/calendar-event-tile-forest.png" />
<bitmap id="bitmap.calendar.tile.event.olive" file="images/calendar-event-tile-olive.png" />
<bitmap id="bitmap.calendar.tile.event.orange" file="images/calendar-event-tile-orange.png" />
<bitmap id="bitmap.calendar.tile.event.pink" file="images/calendar-event-tile-pink.png" />
<bitmap id="bitmap.button.left" file="images/calendar-button-left.png" frames="3" />
<bitmap id="bitmap.button.right" file="images/calendar-button-right.png" frames="3" />
<bitmap id="bitmap.button.snooze" file="images/calendar-button-snooze.png" frames="3" />
<bitmap id="bitmap.button.dismiss" file="images/calendar-button-dismiss.png" frames="3" />
<bitmap id="bitmap.button.add" file="images/calendar-button-add.png" frames="3" />
<bitmap id="bitmap.button.task" file="images/calendar-button-task.png" frames="3" />
<bitmap id="bitmap.scroll.bar" file="images/scroll-bar.png" />
<bitmap id="bitmap.scroll.thumb" file="images/scroll-thumb.png" frames="3" />
<bitmap id="bitmap.transparent" file="images/transparent.png" />
<bitmap id="bitmap.grid.background" file="images/grid-bg-allday.png" />
<bitmap id="bitmap.schedule.now" file="images/schedule-now.png" />
<bitmap id="bitmap.schedule.line" file="images/schedule-line.png" />
<bitmap id="bitmap.schedule.separator" file="images/schedule-separator.png" />
<bitmap id="bitmap.schedule.today" file="images/schedule-today-bg.png" />
<bitmap id="bitmap.trayicon.windows" file="images/trayicon-windows.png" frames="31" />
<bitmap id="bitmap.trayicon.mac" file="images/trayicon-mac.png" frames="31" />
<bitmap id="bitmap.trayicon.linux.light" file="images/trayicon-linux-light.png" frames="31" />
<bitmap id="bitmap.trayicon.linux.dark" file="images/trayicon-linux-dark.png" frames="31" />
<bitmap id="bitmap.trayicon.original" file="images/trayicon-original.png" frames="31" />
<bitmap id="bitmap.progressbar.large" file="images/Todo-Progressbar-Large.png" />
</elements>
<colors>
<color id="color.text" rgba="97,97,97,255" />
<color id="color.link" rgba="97,97,255,255" />
<color id="color.text.shadow" rgba="245,245,245,255" />
<color id="color.text.active" rgba="255,255,255,255" />
<color id="color.text.active.shadow" rgba="100,100,100,255" />
<color id="color.text.exday" rgba="128,128,128,255" />
<color id="color.text.exday.shadow" rgba="210,210,210,255" />
<color id="color.text.past" rgba="180,180,180,255" />
<color id="color.text.past.shadow" rgba="255,255,255,255" />
<color id="color.text.important" rgba="255,80,80,255" />
<color id="color.text.important.shadow" rgba="255,200,200,255" />
<color id="color.edit.text" rgba="180,180,180,255" />
<color id="color.edit.info" rgba="100,100,100,255" />
<color id="color.edit.bg" rgba="148,148,148,255" />
</colors>
<categories>
<category id="Anniversary">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.NOPE" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.NOPE" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="Birthday">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.NOPE" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.NOPE" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Black]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.black" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.black" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Blue]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.blue" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.blue" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Brown]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.brown" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.brown" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Cyan]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.cyan" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.cyan" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Green]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.green" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.green" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Violet]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.violet" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.violet" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Red]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.red" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.gredreen" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Forest]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.forest" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.forest" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Olive]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.olive" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.olive" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Pink]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.pink" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.pink" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Orange]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.orange" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.orange" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<category id="[Yellow]">
<appearance target="1" layer="5" priority="2" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="2" element="bitmap.calendar.tile.event.yellow" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="2" element="font.bold" align="CENTER" color="color.text.active" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" />
<appearance target="64" element="bitmap.calendar.tile.event.yellow" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="color.text.active" linkcolor="color.link" effect="SHADOW" effectcolor="color.text.active.shadow" effectoffset="0, 1" align="TOP-LEFT" />
</category>
<template>
<appearance target="1" layer="5" priority="#Priority#" element="bitmap.calendar.event.mark.active" align="BOTTOM-RIGHT" offset="-1, -1" />
<appearance target="1" layer="0" priority="#Priority#" element="#Calendar_day_color#" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="1" layer="1" priority="#Priority#" element="font.bold" align="CENTER" color="#Calendar_day_Text_color#" effect="SHADOW" effectcolor="#Schedule_text_shadow_color#" effectoffset="0, 1" />
<appearance target="2" layer="0" priority="#Priority#" element="font.normal" indent="-10" color="#Text_color#" linkcolor="color.link" effect="SHADOW" effectcolor="#Text_shadow_color#" effectoffset="0, 1" align="TOP-LEFT" />
<appearance target="4" layer="0" priority="#Priority#" element="font.normal" color="#Text_color#" linkcolor="color.link" effect="SHADOW" effectcolor="#Text_shadow_color#" effectoffset="0, 1" align="TOP-LEFT" padding="10,0,0,3" />
<appearance target="8" layer="0" priority="#Priority#" element="font.normal" color="#Text_color#" linkcolor="color.link" effect="SHADOW" effectcolor="#Text_shadow_color#" effectoffset="0, 1" align="TOP-LEFT" />
<appearance target="16" layer="0" priority="#Priority#" element="font.normal" color="#Text_color#" linkcolor="color.link" effect="SHADOW" effectcolor="#Text_shadow_color#" effectoffset="0, 1" align="TOP-LEFT" />
<appearance target="64" element="#Schedule_background#" margins="2, 2, 2, 2" scaling="STRETCH" />
<appearance target="32" element="font.small" color="#Schedule_Text_color#" effect="SHADOW" effectcolor="#Text_shadow_color#" effectoffset="0, 1" align="TOP-LEFT" />
<setting name="Schedule_background" type="list" default="bitmap.calendar.tile.event.green" values="Black:bitmap.calendar.tile.event.black;Blue:bitmap.calendar.tile.event.blue;Brown:bitmap.calendar.tile.event.brown;Cyan:bitmap.calendar.tile.event.cyan;Green:bitmap.calendar.tile.event.green;violet:bitmap.calendar.tile.event.violet;Red:bitmap.calendar.tile.event.red;Yellow:bitmap.calendar.tile.event.yellow;Forest:bitmap.calendar.tile.event.forest;Olive:bitmap.calendar.tile.event.olive;Pink:bitmap.calendar.tile.event.pink;Orange:bitmap.calendar.tile.event.orange;" description="The background color for the day, week and month views." />
<setting name="Schedule_text_color" type="color" default="255,255,255" description="The text color for the day, week and month views." />
<setting name="Schedule_text_shadow_color" type="color" default="245,245,245" description="The text shadow color for the day, week and month views." />
<setting name="Calendar_day_text_color" type="color" default="255,255,255" description="The color for the day numbers in the calendar." />
<setting name="Calendar_day_color" type="list" default="bitmap.calendar.tile.event.green" values="Black:bitmap.calendar.tile.event.black;Blue:bitmap.calendar.tile.event.blue;Brown:bitmap.calendar.tile.event.brown;Cyan:bitmap.calendar.tile.event.cyan;Green:bitmap.calendar.tile.event.green;violet:bitmap.calendar.tile.event.violet;Red:bitmap.calendar.tile.event.red;Yellow:bitmap.calendar.tile.event.yellow;Forest:bitmap.calendar.tile.event.forest;Olive:bitmap.calendar.tile.event.olive;Pink:bitmap.calendar.tile.event.pink;Orange:bitmap.calendar.tile.event.orange;" description="The color for the days in the calendar." />
<setting name="Calendar_day_text_color" type="color" default="255,255,255" description="The color for the day numbers in the calendar." />
<setting name="Calendar_day_text_shadow_color" type="color" default="245,245,245" description="The color for the day numbers' shadow in the calendar." />
<setting name="Text_color" type="color" default="255,255,255" description="The color of the text in the lists and tooltip." />
<setting name="Text_shadow_color" type="color" default="245,245,245" description="The color of the text shadow in the lists and tooltip." />
<setting name="Priority" type="integer" default="1" description="The priority defines which category is shown when there are multiple on the same day." />
</template>
</categories>
</skin>
|
|
|
|
|
|
|
|
Re:categories become invisible events. skin: Savannah 4 Months, 1 Week ago
|
|
|
Have any errors information in file of rainlendar2.log ?
p.s.
you have twice :
<setting name="Calendar_day_text_color" type="color" default="255,255,255" description="The color for the day numbers in the calendar." />
|
|
|
|
I couldn't speak English! This skin released to Customize.org(Do you want it? Click Picture) Please contact me if interested: jhg5702@gmail.com

|
|
|
Re:categories become invisible events. skin: Savannah 4 Months, 1 Week ago
|
|
That was true, thanks. I had a duplicate there.
Removed one of them now. Didn't fix it tho, but atleast there is no duplicate.
Itried it in spoilertags, but the log is so long i had to break it up in like several posts... so.. I uploaded it here instead.
justpaste.it/rainlendarsavannahlol
Happy reading. 
|
|
|
|
Last Edit: 2013/01/11 04:43 By Solstickan.
|
|
|
Re:categories become invisible events. skin: Savannah 4 Months, 1 Week ago
|
|
I'll use my accidental doublepost here to update some findings.
I saw a few items in the log that were called ERROR.. only thing I actually new to search for.
11:31:44: [0:00:00.117] ERROR: File/folder "C:\Program Files\Rainlendar2\skins\__rzi_0.032" is not a Rainlendar skin.
11:31:44: [0:00:00.117] ERROR: File/folder "C:\Program Files\Rainlendar2\skins\__rzi_0.894" is not a Rainlendar skin.
Appear everytime, and if I delete those files they just appear again when i refresh or restart rainlendar.
The whole log list is separated into 3 parts I've noticed... with DEBUG coming in the middle.
The first part before the ------------------------ ended with:
11:31:44: [0:00:00.176] dofile
11:31:44: [0:00:00.176] Rainlendar_GetElementValue
11:31:44: [0:00:00.176] Rainlendar_UpdateComponent
11:31:44: [0:00:00.176] error
11:31:44: [0:00:00.176] debug
11:31:44: [0:00:00.176]
which didn't really say more that error.. and nothing more to it... Wierd.
Then there was alot of these errors too:
11:31:52: [0:00:07.472] ERROR: Kalendermongo: Parsing of the Google event failed.
More or less a lot of them. I think it was like 20 or something of them this time, but it varies. Always the same thou, Kalendermongo, Parsing failed bladibladi.
If it enlighted anything I hope it might find a solution. 
|
|
|
|
Last Edit: 2013/01/11 08:45 By Solstickan.
|
|
|
Re:categories become invisible events. skin: Savannah 4 Months, 1 Week ago
|
|
|
Sorry, I am not found any error info that could be causing this problem.
I saw that you are using Google calendar, so the log's contents of the majority are Google events.
If you disable Google calendar and create a local calendar to test, Is it the same ?
(if you do, the log will be more simpler)
|
|
|
|
I couldn't speak English! This skin released to Customize.org(Do you want it? Click Picture) Please contact me if interested: jhg5702@gmail.com

|
|
|
Re:categories become invisible events. skin: Savannah 4 Months, 1 Week ago
|
|
Just realized why the logs where about 800k long. It never cleared the log when requesting it. So It just grew longer and longer.
I created a new calender, a local iCalendar called Test, cleared the log and restarted, then created an event. And nothing happened like before. Doesn't turn up, now it doesn't even add the item, before the big log (with googlecalendar) it was there if I doubleclicked it, then it stopped with that,, if I changed the color of an existing item it would simply be erased.
Now with the local calendar it is just the same as then, it erases.
I do need the google calendar thou, since my smartphone's only way of syncing with the computer is:
Rainlendar -> Google Calendar -> Phone
Since it uses Google Calendar.  So I kindof need that, and seeing as it didn't solve the problem by using a local calendar,,, i don't really know what the problem is. o: But it's out there, somewhere. o:
I'll post the new log here that is now a lot shorter after I cleared it.
Warning: Spoiler!21:10:16: [0:00:00.005] DEBUG: Debugging enabled
21:10:16: [0:00:00.020] DEBUG: Running the 32 bit version.
21:10:16: [0:00:00.020] Display month: Ticks: 1356994800 Date: 01-01-2013 Time: 00:00:00 DST: No
21:10:16: [0:00:00.027] DEBUG: Scanning folder for plugins: C:\Program Files\Rainlendar2\plugins\
21:10:16: [0:00:00.027] DEBUG: Found file: CalDAVPlugin.dll
21:10:16: [0:00:00.027] DEBUG: Found file: CSVPlugin.dll
21:10:16: [0:00:00.028] DEBUG: Found file: GooglePlugin.dll
21:10:16: [0:00:00.028] DEBUG: Found file: iCalendarPlugin.dll
21:10:16: [0:00:00.028] DEBUG: Found file: IniFormatPlugin.dll
21:10:16: [0:00:00.028] DEBUG: Found file: NetworkPlugin.dll
21:10:16: [0:00:00.029] DEBUG: Found file: OutlookPlugin.dll
21:10:16: [0:00:00.029] DEBUG: Found file: RTMPlugin.dll
21:10:16: [0:00:00.029] DEBUG: Found file: ToodledoPlugin.dll
21:10:16: [0:00:00.053] Category file: C:\Users\Solstickan\.rainlendar2\categories.ini
21:10:16: [0:00:00.054] Alarms file: C:\Users\Solstickan\.rainlendar2\alarms.ini
21:10:16: [0:00:00.054] DEBUG: Scanning folder for skins: C:\Program Files\Rainlendar2\skins\
21:10:16: [0:00:00.054] DEBUG: Found skin: Chromophore.r2skin
21:10:16: [0:00:00.054] DEBUG: Found skin: Savannah.r2skin
21:10:16: [0:00:00.054] DEBUG: Found skin: Shadow4.r2skin
21:10:16: [0:00:00.054] DEBUG: Scanning folder for skins: C:\Users\Solstickan\.rainlendar2\skins\
21:10:16: [0:00:00.056] DEBUG: Flushed the config to disk (time: 1)
21:10:16: [0:00:00.056] DEBUG: Refresh step 1
21:10:16: [0:00:00.056] Reading skin C:\Program Files\Rainlendar2\skins\Savannah.r2skin
21:10:16: [0:00:00.057] DEBUG: Variable: Calendar_width: 242
21:10:16: [0:00:00.057] DEBUG: Variable: Calendar_height: 260
21:10:16: [0:00:00.057] DEBUG: Variable: Visible_month: 0
21:10:16: [0:00:00.057] DEBUG: Variable: Show_adjacent_days: true
21:10:16: [0:00:00.057] DEBUG: Variable: Show_week_numbers: false
21:10:16: [0:00:00.057] DEBUG: Variable: Eventlist_width: 242
21:10:16: [0:00:00.057] DEBUG: Variable: Eventlist_height: 300
21:10:16: [0:00:00.057] DEBUG: Variable: Todolist_width: 242
21:10:16: [0:00:00.057] DEBUG: Variable: Todolist_height: 300
21:10:16: [0:00:00.057] DEBUG: Variable: Quickadd_width: 242
21:10:16: [0:00:00.057] DEBUG: Variable: Day_view_width: 242
21:10:16: [0:00:00.057] DEBUG: Variable: Day_view_height: 400
21:10:16: [0:00:00.057] DEBUG: Variable: Autoscroll: true
21:10:16: [0:00:00.057] DEBUG: Variable: Day_view_time_format:
21:10:16: [0:00:00.057] DEBUG: Variable: Day_view_date_format:
21:10:16: [0:00:00.057] DEBUG: Variable: Week_view_width: 484
21:10:16: [0:00:00.058] DEBUG: Variable: Week_view_height: 400
21:10:16: [0:00:00.058] DEBUG: Variable: Week_view_time_format:
21:10:16: [0:00:00.058] DEBUG: Variable: Week_view_date_format:
21:10:16: [0:00:00.058] DEBUG: Variable: Today_position: 0
21:10:16: [0:00:00.058] DEBUG: Variable: Autoscroll: true
21:10:16: [0:00:00.058] DEBUG: Variable: Visible_month: 0
21:10:16: [0:00:00.058] DEBUG: Variable: Calendar_width: 484
21:10:16: [0:00:00.058] DEBUG: Variable: Calendar_height: 500
21:10:16: [0:00:00.058] DEBUG: Variable: Show_week_numbers: false
21:10:16: [0:00:00.058] DEBUG: Variable: Visible_month: +0
21:10:16: [0:00:00.058] DEBUG: Variable: Show_week_numbers: false
21:10:16: [0:00:00.058] DEBUG: Variable: X_count: 2
21:10:16: [0:00:00.058] DEBUG: Variable: Y_count: 2
21:10:16: [0:00:00.059] DEBUG: Reading file xml/elements.xml
21:10:16: [0:00:00.061] DEBUG: Reading file xml/calendar.xml
21:10:16: [0:00:00.062] DEBUG: Reading file xml/tooltip.xml
21:10:16: [0:00:00.063] DEBUG: Reading file xml/alarm.xml
21:10:16: [0:00:00.063] DEBUG: Reading file xml/eventlist.xml
21:10:16: [0:00:00.064] DEBUG: Reading file xml/todolist.xml
21:10:16: [0:00:00.065] DEBUG: Reading file xml/quickadd.xml
21:10:16: [0:00:00.066] DEBUG: Reading file xml/dayview.xml
21:10:16: [0:00:00.067] DEBUG: Reading file xml/weekview.xml
21:10:16: [0:00:00.068] DEBUG: Reading file xml/monthview.xml
21:10:16: [0:00:00.069] DEBUG: Reading file xml/grid calendar.xml
21:10:16: [0:00:00.071] DEBUG: Skin "Savannah" read ok.
21:10:16: [0:00:00.071] DEBUG: Creating window "Alarm".
21:10:16: [0:00:00.073] DEBUG: Creating window "Tooltip".
21:10:16: [0:00:00.074] DEBUG: Creating window "TrayIcon".
21:10:16: [0:00:00.074] DEBUG: TrayIcon element: bitmap.trayicon.windows
21:10:16: [0:00:00.074] DEBUG: Creating window "Event List".
21:10:16: [0:00:00.075] DEBUG: Creating window "Todo List".
21:10:16: [0:00:00.076] DEBUG: Creating window "Month View".
21:10:16: [0:00:00.079] DEBUG: Flushed the config to disk (time: 1)
21:10:16: [0:00:00.079] DEBUG: Refresh step 2
21:10:16: [0:00:00.092] Local Time: Ticks: 1357935016 Date: 11-01-2013 Time: 21:10:16 DST: No
21:10:16: [0:00:00.092] UTC Time: Ticks: 1357935016 Date: 11-01-2013 Time: 20:10:16 DST: No
21:10:16: [0:00:00.092] Paths:
21:10:16: [0:00:00.092] Program: C:\Program Files\Rainlendar2\
21:10:16: [0:00:00.092] Resources: C:\Program Files\Rainlendar2\resources\
21:10:16: [0:00:00.092] Skins (program): C:\Program Files\Rainlendar2\skins\
21:10:16: [0:00:00.092] Skins (config): C:\Users\Solstickan\.rainlendar2\skins\
21:10:16: [0:00:00.092] Plugins: C:\Program Files\Rainlendar2\plugins\
21:10:16: [0:00:00.093] Locale (program): C:\Program Files\Rainlendar2\locale\
21:10:16: [0:00:00.093] Locale (config): C:\Users\Solstickan\.rainlendar2\locale\
21:10:16: [0:00:00.093] Scripts: C:\Program Files\Rainlendar2\scripts\
21:10:16: [0:00:00.093] Backup: C:\Users\Solstickan\.rainlendar2\backups\
21:10:16: [0:00:00.093] Config: C:\Users\Solstickan\.rainlendar2\rainlendar2.ini
21:10:16: [0:00:00.093] Available plugins:
21:10:16: [0:00:00.093] CalDAV Calendar (1.0.128)
21:10:16: [0:00:00.093] Comma Separated Values (1.2.128)
21:10:16: [0:00:00.093] Google Calendar (1.10.128)
21:10:16: [0:00:00.093] iCalendar Format (1.10.128)
21:10:16: [0:00:00.093] Rainlendar Ini Format (1.3.128)
21:10:16: [0:00:00.093] Network Shared Calendar (1.10.128)
21:10:16: [0:00:00.093] Microsoft Outlook (1.11.128)
21:10:16: [0:00:00.093] Remember The Milk (1.5.128)
21:10:16: [0:00:00.093] Toodledo (1.1.128)
21:10:16: [0:00:00.093] --------SETTINGS--------
21:10:16: [0:00:00.093] [DefaultSettings]
21:10:16: [0:00:00.093] WeekendDays=65
21:10:16: [0:00:00.093] WeekNumberDelta=0
21:10:16: [0:00:00.093] FirstWeekday=1
21:10:16: [0:00:00.093] SnapDistance=10
21:10:16: [0:00:00.093] SnapCenter=0
21:10:16: [0:00:00.093] CalendarWheelScroll=-1
21:10:16: [0:00:00.093] ListWheelScroll=10
21:10:16: [0:00:00.093] ShowFullEventSummary=1
21:10:16: [0:00:00.093] ShowFullTodoSummary=0
21:10:16: [0:00:00.093] SaveWindowPosition=1
21:10:16: [0:00:00.093] AddYears=1
21:10:16: [0:00:00.093] SmartWindows=0
21:10:16: [0:00:00.093] ClickThrough=0
21:10:16: [0:00:00.094] LockWindows=1
21:10:16: [0:00:00.094] GrowUpwards=0
21:10:16: [0:00:00.094] ShowUrlIcons=1
21:10:16: [0:00:00.094] CombineCalendarIcons=0
21:10:16: [0:00:00.094] ShowTasksInCalendar=0
21:10:16: [0:00:00.094] DisableTextFormatting=0
21:10:16: [0:00:00.094] ShowTooltips=1
21:10:16: [0:00:00.094] TooltipShowDescription=1
21:10:16: [0:00:00.094] AlarmShowStartTime=1
21:10:16: [0:00:00.094] AlarmShowEndTime=1
21:10:16: [0:00:00.094] AlarmShowLocation=1
21:10:16: [0:00:00.094] AlarmShowCalendar=0
21:10:16: [0:00:00.094] AlarmShowDueToEvent=1
21:10:16: [0:00:00.094] AlarmSupportMozillaAlarms=1
21:10:16: [0:00:00.094] EventListShowStartTime=1
21:10:16: [0:00:00.094] EventListShowEndTime=1
21:10:16: [0:00:00.094] EventListShowLocation=1
21:10:16: [0:00:00.094] EventListShowCalendar=0
21:10:16: [0:00:00.094] EventListHideDismissed=0
21:10:16: [0:00:00.094] EventListAgeFromStartOfWeek=1
21:10:16: [0:00:00.094] EventListGroupMultidayEvents=2
21:10:16: [0:00:00.094] EventListShowComingEvents=7
21:10:16: [0:00:00.094] EventListHeaderFormat=
21:10:16: [0:00:00.094] TodoListShowComingTasks=0
21:10:16: [0:00:00.094] TodoListShowDueTime=1
21:10:16: [0:00:00.094] TodoListShowLocation=1
21:10:16: [0:00:00.094] TodoListShowCalendar=0
21:10:16: [0:00:00.094] TransparencyType=2
21:10:16: [0:00:00.094] WindowPosition=3
21:10:16: [0:00:00.094] TooltipFadeDuration=250
21:10:16: [0:00:00.094] FadeDuration=500
21:10:16: [0:00:00.094] FadeDelay=0
21:10:16: [0:00:00.094] TransparencyNormal=255
21:10:16: [0:00:00.094] TransparencyMouseOver=255
21:10:16: [0:00:00.094] WindowScale=100
21:10:16: [0:00:00.094] WindowVisible=1
21:10:16: [0:00:00.094] UseWindowNames=1
21:10:16: [0:00:00.094] WindowPositionX=-1
21:10:16: [0:00:00.094] WindowPositionY=-1
21:10:16: [0:00:00.094] WindowSizeX=-1
21:10:16: [0:00:00.094] WindowSizeY=-1
21:10:16: [0:00:00.094] WindowMaximized=0
21:10:16: [0:00:00.094] DefaultPath=
21:10:16: [0:00:00.094] LinkedWindow=
21:10:16: [0:00:00.094] LinkedScreenEdge=0
21:10:16: [0:00:00.094] TodoListSorting=0
21:10:16: [0:00:00.094] TodoListSorting2=0
21:10:16: [0:00:00.094] TodoListHideCompleted=0
21:10:16: [0:00:00.094] TodoListHideCanceled=0
21:10:16: [0:00:00.094] TodoListHideComing=1
21:10:16: [0:00:00.095] FontScale=100
21:10:16: [0:00:00.095] CalendarFilter=
21:10:16: [0:00:00.095] IncludedCategories=
21:10:16: [0:00:00.095] ExcludedCategories=
21:10:16: [0:00:00.095] AddSkinRectangles=0
21:10:16: [0:00:00.095] EventListHidePastEvents=0
21:10:16: [0:00:00.095] EventListShowFutureEvents=6
21:10:16: [0:00:00.095] EventListShowPastEvents=0
21:10:16: [0:00:00.095] TodoListHeaderFormat=
21:10:16: [0:00:00.095] TodoListShowTime=0
21:10:16: [0:00:00.095] HideOnAeroPeek=0
21:10:16: [0:00:00.095] ScheduleShowDescriptions=1
21:10:16: [0:00:00.095] ScheduleShowStartTime=0
21:10:16: [0:00:00.095] ScheduleShowEndTime=0
21:10:16: [0:00:00.095] ScheduleShowLocation=0
21:10:16: [0:00:00.095] ScheduleShowCalendar=0
21:10:16: [0:00:00.095] ScheduleMouseInteraction=1
21:10:16: [0:00:00.095] IncludedCalendars=
21:10:16: [0:00:00.095] ExcludedCalendars=
21:10:16: [0:00:00.095] ScrollGroupPosition=0
21:10:16: [0:00:00.095] DoNotShowDialogs=0
21:10:16: [0:00:00.095] TodoListReversePrimarySorting=0
21:10:16: [0:00:00.095] TodoListReverseSecondarySorting=0
21:10:16: [0:00:00.095] ScheduleStartHour=0
21:10:16: [0:00:00.095] ScheduleEndHour=24
21:10:16: [0:00:00.095] DoubleClickCalendarAction=0
21:10:16: [0:00:00.095] EventListReverseSorting=0
21:10:16: [0:00:00.095] TrayIconElement=
21:10:16: [0:00:00.095] [GlobalSettings]
21:10:16: [0:00:00.095] FirstRun=0
21:10:16: [0:00:00.095] CopyTransparencySleepTime=100
21:10:16: [0:00:00.095] MaxTooltipWidth=400
21:10:16: [0:00:00.095] MaxAlarmWidth=400
21:10:16: [0:00:00.095] DefaultSizeX=200
21:10:16: [0:00:00.095] DefaultSizeY=200
21:10:16: [0:00:00.095] HideFromAlarmAfterDays=7
21:10:16: [0:00:00.095] Language=198
21:10:16: [0:00:00.095] AdvancedSkin=1
21:10:16: [0:00:00.095] ShowTrayIcon=1
21:10:16: [0:00:00.095] ShowTrayStausIcons=1
21:10:16: [0:00:00.095] ShowDockIcon=1
21:10:16: [0:00:00.095] FullMenus=1
21:10:16: [0:00:00.095] DisableShortcuts=0
21:10:16: [0:00:00.095] ReadSkinCategories=1
21:10:16: [0:00:00.095] ShowInAllDesktops=1
21:10:16: [0:00:00.095] EventsInTray=1
21:10:16: [0:00:00.095] KeepOnScreen=1
21:10:16: [0:00:00.095] AutomaticBackupCount=10
21:10:16: [0:00:00.095] ShowDeleteConfirmations=1
21:10:16: [0:00:00.095] CheckHiddenWindows=1
21:10:16: [0:00:00.095] CreatePopupWindowsOnLinux=0
21:10:16: [0:00:00.096] SimultaneousTransfers=0
21:10:16: [0:00:00.096] VisualCategoryOverwritesAll=0
21:10:16: [0:00:00.096] StoreEnglishCategories=0
21:10:16: [0:00:00.096] TrayShowDuration=30000
21:10:16: [0:00:00.096] TooltipTodoItems=31
21:10:16: [0:00:00.096] TooltipShowDelay=1000
21:10:16: [0:00:00.096] DateFormat=
21:10:16: [0:00:00.096] TooltipFormat=
21:10:16: [0:00:00.096] TimeFormat=
21:10:16: [0:00:00.096] SkinLanguage=
21:10:16: [0:00:00.096] DefaultEventTemplate=
21:10:16: [0:00:00.096] DefaultTodoTemplate=
21:10:16: [0:00:00.096] DefaultAlarmFile=resources\\alarm.wav
21:10:16: [0:00:00.096] LoopAlarmSound=0
21:10:16: [0:00:00.096] AlarmDefaultSnoozeTime=60
21:10:16: [0:00:00.096] KeepAlarmOnTop=1
21:10:16: [0:00:00.096] Categories=
21:10:16: [0:00:00.096] SnoozeTimes=1;5;10;30;60;120
21:10:16: [0:00:00.096] SelectedCategories=[Olive]
21:10:16: [0:00:00.096] SelectedCalendars=Test
21:10:16: [0:00:00.096] PreviousLocations=Vattholmavägen 16 C 754 19 Uppsala;PowerCenter;Edenbergs;Fantasia;Uppsala;Soc;Pundet;Fantasia kl:11;Skara;Pärlas päron.
21:10:16: [0:00:00.096] ManagerEventColumns=0,1,2,3,4,5,6,7,8,9
21:10:16: [0:00:00.096] ManagerEventColumnSizes=
21:10:16: [0:00:00.096] ManagerTodoColumns=0,1,2,3,4,5,6,7,8,9,10,11
21:10:16: [0:00:00.096] ManagerTodoColumnSizes=
21:10:16: [0:00:00.096] ProxyServer=
21:10:16: [0:00:00.096] ProxyUser=
21:10:16: [0:00:00.096] Password=<REMOVED FROM LOG>
21:10:16: [0:00:00.096] ProxyType=0
21:10:16: [0:00:00.096] RetryIfProxyFails=0
21:10:16: [0:00:00.096] CheckForUpdates=1
21:10:16: [0:00:00.096] ResumeDelay=3000
21:10:16: [0:00:00.096] RefreshStep=2
21:10:16: [0:00:00.096] ShowTrayTip=0
21:10:16: [0:00:00.096] AllowMultipleCalendars=1
21:10:16: [0:00:00.096] KeepEditorOpenDuringUpdate=0
21:10:16: [0:00:00.096] VisualCategoryMode=2
21:10:16: [0:00:00.096] LoopAlarmTime=0
21:10:16: [0:00:00.096] StartupDelay=5000
21:10:16: [0:00:00.096] CustomCategoryIconPath=
21:10:16: [0:00:00.096] Check=-1
21:10:16: [0:00:00.096] TimeSpanInEditor=30
21:10:16: [0:00:00.096] AllowMultipleCategories=0
21:10:16: [0:00:00.096] UseAntialiasedFonts=1
21:10:16: [0:00:00.096] BetaVersionCheck=0
21:10:16: [0:00:00.096] AllowWindowFadingOnLinux=0
21:10:16: [0:00:00.096] PreviousLocationCount=10
21:10:16: [0:00:00.096] AddYearsForCategories=0
21:10:16: [0:00:00.096] AddYearsCategoryList=Birthday;Anniversary
21:10:16: [0:00:00.097] PreviousBackupPath=
21:10:16: [0:00:00.097] UILanguage=58
21:10:16: [0:00:00.097] UseAppIndicator=1
21:10:16: [0:00:00.097] ShowTrayStatusIcons=1
21:10:16: [0:00:00.097] UseCustomPasswordEncoding=0
21:10:16: [0:00:00.097] ManagerActiveFilter=1015
21:10:16: [0:00:00.097] ManagerEventSortColumn=1
21:10:16: [0:00:00.097] ManagerTodoSortColumn=2
21:10:16: [0:00:00.097] TooltipEventItems=0
21:10:16: [0:00:00.097] [iCalendar\ Format]
21:10:16: [0:00:00.097] [iCalendar\ Format/Test]
21:10:16: [0:00:00.097] Filename=test.ics
21:10:16: [0:00:00.097] Monitor=0
21:10:16: [0:00:00.097] [OverriddenSettings]
21:10:16: [0:00:00.097] [OverriddenSettings/Shadow4]
21:10:16: [0:00:00.097] [OverriddenSettings/Shadow4/Calendar]
21:10:16: [0:00:00.097] WindowPositionX=1275
21:10:16: [0:00:00.097] WindowPositionY=0
21:10:16: [0:00:00.097] LinkedWindow=
21:10:16: [0:00:00.097] LinkedScreenEdge=6
21:10:16: [0:00:00.097] GrowUpwards=0
21:10:16: [0:00:00.097] WindowScale=100
21:10:16: [0:00:00.097] WindowVisible=0
21:10:16: [0:00:00.097] IncludedCalendars=
21:10:16: [0:00:00.097] ExcludedCalendars=
21:10:16: [0:00:00.097] IncludedCategories=
21:10:16: [0:00:00.097] ExcludedCategories=
21:10:16: [0:00:00.097] [OverriddenSettings/Shadow4/Todo\ List]
21:10:16: [0:00:00.097] LinkedWindow=
21:10:16: [0:00:00.097] LinkedScreenEdge=65538
21:10:16: [0:00:00.097] WindowPositionX=2371
21:10:16: [0:00:00.097] WindowPositionY=263
21:10:16: [0:00:00.097] GrowUpwards=0
21:10:16: [0:00:00.097] WindowScale=100
21:10:16: [0:00:00.097] WindowVisible=1
21:10:16: [0:00:00.097] CalendarFilter=
21:10:16: [0:00:00.097] IncludedCategories=
21:10:16: [0:00:00.097] ExcludedCategories=
21:10:16: [0:00:00.097] TodoListSorting=0
21:10:16: [0:00:00.097] TodoListSorting2=0
21:10:16: [0:00:00.097] TodoListHideCompleted=0
21:10:16: [0:00:00.097] TodoListHideCanceled=0
21:10:16: [0:00:00.097] TodoListHideComing=1
21:10:16: [0:00:00.097] IncludedCalendars=
21:10:16: [0:00:00.097] ExcludedCalendars=
21:10:16: [0:00:00.097] TodoListReversePrimarySorting=0
21:10:16: [0:00:00.097] TodoListReverseSecondarySorting=0
21:10:16: [0:00:00.097] [OverriddenSettings/Shadow4/Event\ List]
21:10:16: [0:00:00.097] LinkedWindow=
21:10:16: [0:00:00.097] LinkedScreenEdge=65538
21:10:16: [0:00:00.097] WindowPositionX=2621
21:10:16: [0:00:00.098] WindowPositionY=263
21:10:16: [0:00:00.098] GrowUpwards=0
21:10:16: [0:00:00.098] WindowScale=100
21:10:16: [0:00:00.098] WindowVisible=1
21:10:16: [0:00:00.098] CalendarFilter=
21:10:16: [0:00:00.098] IncludedCategories=
21:10:16: [0:00:00.098] ExcludedCategories=
21:10:16: [0:00:00.098] IncludedCalendars=
21:10:16: [0:00:00.098] ExcludedCalendars=
21:10:16: [0:00:00.098] [OverriddenSettings/Shadow4/Grid\ Calendar]
21:10:16: [0:00:00.098] GrowUpwards=0
21:10:16: [0:00:00.098] WindowScale=100
21:10:16: [0:00:00.098] WindowVisible=1
21:10:16: [0:00:00.098] CalendarFilter=
21:10:16: [0:00:00.098] IncludedCategories=
21:10:16: [0:00:00.098] ExcludedCategories=
21:10:16: [0:00:00.098] WindowPositionX=895
21:10:16: [0:00:00.098] WindowPositionY=137
21:10:16: [0:00:00.098] LinkedWindow=
21:10:16: [0:00:00.098] LinkedScreenEdge=0
21:10:16: [0:00:00.098] [OverriddenSettings/Shadow4/TrayIcon]
21:10:16: [0:00:00.098] GrowUpwards=0
21:10:16: [0:00:00.098] WindowScale=100
21:10:16: [0:00:00.098] WindowVisible=1
21:10:16: [0:00:00.098] CalendarFilter=
21:10:16: [0:00:00.098] IncludedCategories=
21:10:16: [0:00:00.098] ExcludedCategories=
21:10:16: [0:00:00.098] IncludedCalendars=
21:10:16: [0:00:00.098] ExcludedCalendars=
21:10:16: [0:00:00.098] [OverriddenSettings/Shadow4/Tooltip]
21:10:16: [0:00:00.098] GrowUpwards=0
21:10:16: [0:00:00.098] WindowScale=100
21:10:16: [0:00:00.098] WindowVisible=1
21:10:16: [0:00:00.098] CalendarFilter=
21:10:16: [0:00:00.098] IncludedCategories=
21:10:16: [0:00:00.098] ExcludedCategories=
21:10:16: [0:00:00.098] IncludedCalendars=
21:10:16: [0:00:00.098] ExcludedCalendars=
21:10:16: [0:00:00.098] [OverriddenSettings/Shadow4/Alarm]
21:10:16: [0:00:00.098] GrowUpwards=0
21:10:16: [0:00:00.098] WindowScale=100
21:10:16: [0:00:00.098] WindowVisible=1
21:10:16: [0:00:00.098] CalendarFilter=
21:10:16: [0:00:00.098] IncludedCategories=
21:10:16: [0:00:00.098] ExcludedCategories=
21:10:16: [0:00:00.098] IncludedCalendars=
21:10:16: [0:00:00.098] ExcludedCalendars=
21:10:16: [0:00:00.098] [OverriddenSettings/Shadow4/Month\ View]
21:10:16: [0:00:00.098] GrowUpwards=0
21:10:16: [0:00:00.099] WindowScale=100
21:10:16: [0:00:00.099] WindowVisible=1
21:10:16: [0:00:00.099] IncludedCalendars=
21:10:16: [0:00:00.099] ExcludedCalendars=
21:10:16: [0:00:00.099] IncludedCategories=
21:10:16: [0:00:00.099] ExcludedCategories=
21:10:16: [0:00:00.099] WindowPositionX=2860
21:10:16: [0:00:00.099] WindowPositionY=263
21:10:16: [0:00:00.099] LinkedWindow=
21:10:16: [0:00:00.099] LinkedScreenEdge=65542
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog]
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog/SkinSettings]
21:10:16: [0:00:00.099] WindowPositionX=322
21:10:16: [0:00:00.099] WindowPositionY=114
21:10:16: [0:00:00.099] WindowSizeX=403
21:10:16: [0:00:00.099] WindowSizeY=573
21:10:16: [0:00:00.099] WindowMaximized=0
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog/Options]
21:10:16: [0:00:00.099] WindowPositionX=170
21:10:16: [0:00:00.099] WindowPositionY=13
21:10:16: [0:00:00.099] WindowSizeX=729
21:10:16: [0:00:00.099] WindowSizeY=1010
21:10:16: [0:00:00.099] WindowMaximized=0
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog/EventDialog]
21:10:16: [0:00:00.099] WindowPositionX=2163
21:10:16: [0:00:00.099] WindowPositionY=424
21:10:16: [0:00:00.099] WindowSizeX=500
21:10:16: [0:00:00.099] WindowSizeY=655
21:10:16: [0:00:00.099] WindowMaximized=0
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog/Categories]
21:10:16: [0:00:00.099] WindowPositionX=520
21:10:16: [0:00:00.099] WindowPositionY=250
21:10:16: [0:00:00.099] WindowSizeX=630
21:10:16: [0:00:00.099] WindowSizeY=741
21:10:16: [0:00:00.099] WindowMaximized=0
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog/MessageBox]
21:10:16: [0:00:00.099] WindowPositionX=1920
21:10:16: [0:00:00.099] WindowPositionY=246
21:10:16: [0:00:00.099] WindowSizeX=360
21:10:16: [0:00:00.099] WindowSizeY=143
21:10:16: [0:00:00.099] WindowMaximized=0
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog/TodoDialog]
21:10:16: [0:00:00.099] WindowPositionX=627
21:10:16: [0:00:00.099] WindowPositionY=116
21:10:16: [0:00:00.099] WindowSizeX=504
21:10:16: [0:00:00.099] WindowSizeY=453
21:10:16: [0:00:00.099] WindowMaximized=0
21:10:16: [0:00:00.099] [OverriddenSettings/Dialog/Manager]
21:10:16: [0:00:00.099] WindowPositionX=286
21:10:16: [0:00:00.099] WindowPositionY=188
21:10:16: [0:00:00.099] WindowSizeX=1336
21:10:16: [0:00:00.099] WindowSizeY=573
21:10:16: [0:00:00.100] WindowMaximized=0
21:10:16: [0:00:00.100] [OverriddenSettings/Savannah]
21:10:16: [0:00:00.100] [OverriddenSettings/Savannah/Month\ View]
21:10:16: [0:00:00.100] GrowUpwards=0
21:10:16: [0:00:00.100] WindowScale=100
21:10:16: [0:00:00.100] WindowVisible=1
21:10:16: [0:00:00.100] IncludedCalendars=
21:10:16: [0:00:00.100] ExcludedCalendars=
21:10:16: [0:00:00.100] IncludedCategories=Black;Blue;Brown;Cyan;Green;Grey;Orange;Pink;Red;Teal;Turqouise;Violet;White;Yellow
21:10:16: [0:00:00.100] ExcludedCategories=
21:10:16: [0:00:00.100] WindowPositionX=2815
21:10:16: [0:00:00.100] WindowPositionY=246
21:10:16: [0:00:00.100] LinkedWindow=
21:10:16: [0:00:00.100] LinkedScreenEdge=65542
21:10:16: [0:00:00.100] [OverriddenSettings/Savannah/Todo\ List]
21:10:16: [0:00:00.100] GrowUpwards=0
21:10:16: [0:00:00.100] WindowScale=100
21:10:16: [0:00:00.100] WindowVisible=1
21:10:16: [0:00:00.100] IncludedCalendars=
21:10:16: [0:00:00.100] ExcludedCalendars=
21:10:16: [0:00:00.100] IncludedCategories=
21:10:16: [0:00:00.100] ExcludedCategories=
21:10:16: [0:00:00.100] LinkedWindow=
21:10:16: [0:00:00.100] LinkedScreenEdge=65538
21:10:16: [0:00:00.100] WindowPositionX=2573
21:10:16: [0:00:00.100] WindowPositionY=246
21:10:16: [0:00:00.100] TodoListSorting=0
21:10:16: [0:00:00.100] TodoListSorting2=0
21:10:16: [0:00:00.100] TodoListReversePrimarySorting=0
21:10:16: [0:00:00.100] TodoListReverseSecondarySorting=0
21:10:16: [0:00:00.100] TodoListHideCompleted=0
21:10:16: [0:00:00.100] TodoListHideCanceled=0
21:10:16: [0:00:00.100] TodoListHideComing=1
21:10:16: [0:00:00.100] [OverriddenSettings/Savannah/Event\ List]
21:10:16: [0:00:00.100] GrowUpwards=0
21:10:16: [0:00:00.100] WindowScale=100
21:10:16: [0:00:00.100] WindowVisible=1
21:10:16: [0:00:00.100] IncludedCalendars=
21:10:16: [0:00:00.100] ExcludedCalendars=
21:10:16: [0:00:00.100] IncludedCategories=
21:10:16: [0:00:00.100] ExcludedCategories=
21:10:16: [0:00:00.100] LinkedWindow=Savannah::Month View
21:10:16: [0:00:00.100] LinkedScreenEdge=65540
21:10:16: [0:00:00.100] WindowPositionX=3118
21:10:16: [0:00:00.100] WindowPositionY=846
21:10:16: [0:00:00.100] EventListReverseSorting=0
21:10:16: [0:00:00.100] [OverriddenSettings/Savannah/TrayIcon]
21:10:16: [0:00:00.100] GrowUpwards=0
21:10:16: [0:00:00.100] WindowScale=100
21:10:16: [0:00:00.100] WindowVisible=1
21:10:16: [0:00:00.101] IncludedCalendars=
21:10:16: [0:00:00.101] ExcludedCalendars=
21:10:16: [0:00:00.101] IncludedCategories=
21:10:16: [0:00:00.101] ExcludedCategories=
21:10:16: [0:00:00.101] [OverriddenSettings/Savannah/Tooltip]
21:10:16: [0:00:00.101] GrowUpwards=0
21:10:16: [0:00:00.101] WindowScale=100
21:10:16: [0:00:00.101] WindowVisible=1
21:10:16: [0:00:00.101] IncludedCalendars=
21:10:16: [0:00:00.101] ExcludedCalendars=
21:10:16: [0:00:00.101] IncludedCategories=
21:10:16: [0:00:00.101] ExcludedCategories=
21:10:16: [0:00:00.101] [OverriddenSettings/Savannah/Alarm]
21:10:16: [0:00:00.101] GrowUpwards=0
21:10:16: [0:00:00.101] WindowScale=100
21:10:16: [0:00:00.101] WindowVisible=1
21:10:16: [0:00:00.101] IncludedCalendars=
21:10:16: [0:00:00.101] ExcludedCalendars=
21:10:16: [0:00:00.101] IncludedCategories=
21:10:16: [0:00:00.101] ExcludedCategories=
21:10:16: [0:00:00.101] [Variables]
21:10:16: [0:00:00.101] [Variables/Shadow4]
21:10:16: [0:00:00.101] Today_color=0.35
21:10:16: [0:00:00.101] Today_shape=Circle
21:10:16: [0:00:00.101] [Variables/Shadow4/TrayIcon]
21:10:16: [0:00:00.101] DoubleRightClickAction=
21:10:16: [0:00:00.101] RightClickAction=Hotkey_Hide_Windows
21:10:16: [0:00:00.101] LeftClickAction=Hotkey_Show_Windows
21:10:16: [0:00:00.101] MiddleClickAction=
21:10:16: [0:00:00.101] DoubleLeftClickAction=
21:10:16: [0:00:00.101] DoubleMiddleClickAction=
21:10:16: [0:00:00.101] [Variables/Shadow4/Event\ List]
21:10:16: [0:00:00.101] Eventlist_width=250
21:10:16: [0:00:00.101] Eventlist_height=300
21:10:16: [0:00:00.101] [Variables/Shadow4/Todo\ List]
21:10:16: [0:00:00.101] Todolist_height=300
21:10:16: [0:00:00.101] Todolist_width=250
21:10:16: [0:00:00.101] [Variables/Shadow4/Grid\ Calendar]
21:10:16: [0:00:00.101] Show_week_numbers=1
21:10:16: [0:00:00.101] Visible_month=+0
21:10:16: [0:00:00.101] X_count=2
21:10:16: [0:00:00.101] Y_count=2
21:10:16: [0:00:00.101] [Variables/Shadow4/Month\ View]
21:10:16: [0:00:00.101] Calendar_height=545
21:10:16: [0:00:00.101] Calendar_width=500
21:10:16: [0:00:00.101] Show_adjacent_days=1
21:10:16: [0:00:00.101] Show_background=0
21:10:16: [0:00:00.101] Show_buttons=1
21:10:16: [0:00:00.101] Show_week_numbers=1
21:10:16: [0:00:00.101] Visible_month=0
21:10:16: [0:00:00.101] [Variables/Shadow4/Calendar]
21:10:16: [0:00:00.102] Show_adjacent_days=true
21:10:16: [0:00:00.102] Show_week_numbers=true
21:10:16: [0:00:00.102] Visible_month=0
21:10:16: [0:00:00.102] Show_buttons=true
21:10:16: [0:00:00.102] Calendar_height=155
21:10:16: [0:00:00.102] Calendar_width=165
21:10:16: [0:00:00.102] [Variables/Savannah]
21:10:16: [0:00:00.102] [Variables/Savannah/TrayIcon]
21:10:16: [0:00:00.102] RightClickAction=
21:10:16: [0:00:00.102] DoubleRightClickAction=
21:10:16: [0:00:00.102] MiddleClickAction=
21:10:16: [0:00:00.102] LeftClickAction=
21:10:16: [0:00:00.102] DoubleLeftClickAction=
21:10:16: [0:00:00.102] DoubleMiddleClickAction=
21:10:16: [0:00:00.102] [Variables/Savannah/Event\ List]
21:10:16: [0:00:00.102] Eventlist_width=242
21:10:16: [0:00:00.102] Eventlist_height=300
21:10:16: [0:00:00.102] [Variables/Savannah/Todo\ List]
21:10:16: [0:00:00.102] Todolist_height=300
21:10:16: [0:00:00.102] Todolist_width=242
21:10:16: [0:00:00.102] [Variables/Savannah/Month\ View]
21:10:16: [0:00:00.102] Calendar_height=600
21:10:16: [0:00:00.102] Calendar_width=550
21:10:16: [0:00:00.102] Show_week_numbers=1
21:10:16: [0:00:00.102] Visible_month=0
21:10:16: [0:00:00.102] [Google\ Calendar]
21:10:16: [0:00:00.102] [Google\ Calendar/Kalendermongo]
21:10:16: [0:00:00.102] Calendar=spattmongo@gmail.com
21:10:16: [0:00:00.102] TaskList=Niklass lista
21:10:16: [0:00:00.102] Email=spattmongo@gmail.com
21:10:16: [0:00:00.102] Password=<REMOVED FROM LOG>
21:10:16: [0:00:00.102] PollFrequency=15
21:10:16: [0:00:00.102] SuppressErrors=0
21:10:16: [0:00:00.102] KeepOfflineCopy=1
21:10:16: [0:00:00.102] defaultAlarms=0
21:10:16: [0:00:00.102] importLimit=0
21:10:16: [0:00:00.102] LastSync=1357934819
21:10:16: [0:00:00.102] useV3API=0
21:10:16: [0:00:00.102] [ManagerColumns]
21:10:16: [0:00:00.102] [ManagerColumns/Event]
21:10:16: [0:00:00.102] [ManagerColumns/Event/Start]
21:10:16: [0:00:00.102] Size=142
21:10:16: [0:00:00.102] Type=1
21:10:16: [0:00:00.102] Pos=0
21:10:16: [0:00:00.102] [ManagerColumns/Event/End]
21:10:16: [0:00:00.102] Size=174
21:10:16: [0:00:00.102] Type=1
21:10:16: [0:00:00.102] Pos=1
21:10:16: [0:00:00.102] [ManagerColumns/Event/Alarm]
21:10:16: [0:00:00.102] Size=145
21:10:16: [0:00:00.102] Type=1
21:10:16: [0:00:00.102] Pos=2
21:10:16: [0:00:00.103] [ManagerColumns/Event/Summary]
21:10:16: [0:00:00.103] Size=157
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=3
21:10:16: [0:00:00.103] [ManagerColumns/Event/Categories]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=4
21:10:16: [0:00:00.103] [ManagerColumns/Event/Recurring]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=5
21:10:16: [0:00:00.103] [ManagerColumns/Event/Location]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=6
21:10:16: [0:00:00.103] [ManagerColumns/Event/Calendars]
21:10:16: [0:00:00.103] Size=114
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=7
21:10:16: [0:00:00.103] [ManagerColumns/Event/Description]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=8
21:10:16: [0:00:00.103] [ManagerColumns/Event/Url]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=9
21:10:16: [0:00:00.103] [ManagerColumns/Todo]
21:10:16: [0:00:00.103] [ManagerColumns/Todo/Start]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=1
21:10:16: [0:00:00.103] Pos=0
21:10:16: [0:00:00.103] [ManagerColumns/Todo/Due]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=1
21:10:16: [0:00:00.103] Pos=1
21:10:16: [0:00:00.103] [ManagerColumns/Todo/Alarm]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=1
21:10:16: [0:00:00.103] Pos=2
21:10:16: [0:00:00.103] [ManagerColumns/Todo/Summary]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=3
21:10:16: [0:00:00.103] [ManagerColumns/Todo/Categories]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=4
21:10:16: [0:00:00.103] [ManagerColumns/Todo/Recurring]
21:10:16: [0:00:00.103] Size=80
21:10:16: [0:00:00.103] Type=0
21:10:16: [0:00:00.103] Pos=5
21:10:16: [0:00:00.104] [ManagerColumns/Todo/Location]
21:10:16: [0:00:00.104] Size=80
21:10:16: [0:00:00.104] Type=0
21:10:16: [0:00:00.104] Pos=6
21:10:16: [0:00:00.104] [ManagerColumns/Todo/Calendars]
21:10:16: [0:00:00.104] Size=80
21:10:16: [0:00:00.104] Type=0
21:10:16: [0:00:00.104] Pos=7
21:10:16: [0:00:00.104] [ManagerColumns/Todo/Description]
21:10:16: [0:00:00.104] Size=80
21:10:16: [0:00:00.104] Type=0
21:10:16: [0:00:00.104] Pos=8
21:10:16: [0:00:00.104] [ManagerColumns/Todo/Priority]
21:10:16: [0:00:00.104] Size=80
21:10:16: [0:00:00.104] Type=2
21:10:16: [0:00:00.104] Pos=9
21:10:16: [0:00:00.104] [ManagerColumns/Todo/Status]
21:10:16: [0:00:00.104] Size=80
21:10:16: [0:00:00.104] Type=0
21:10:16: [0:00:00.104] Pos=10
21:10:16: [0:00:00.104] [ManagerColumns/Todo/Url]
21:10:16: [0:00:00.104] Size=80
21:10:16: [0:00:00.104] Type=0
21:10:16: [0:00:00.104] Pos=11
21:10:16: [0:00:00.104] [Calendars]
21:10:16: [0:00:00.104] Count=2
21:10:16: [0:00:00.104] [Calendars/Calendar1]
21:10:16: [0:00:00.104] Name=Test
21:10:16: [0:00:00.104] Plugin=iCalendar Format
21:10:16: [0:00:00.104] Enabled=1
21:10:16: [0:00:00.104] ReadOnly=0
21:10:16: [0:00:00.104] SuppressAlarms=0
21:10:16: [0:00:00.104] DefaultAlarm=
21:10:16: [0:00:00.104] VisualCategory=
21:10:16: [0:00:00.104] TimeOffset=0
21:10:16: [0:00:00.104] [Calendars/Calendar2]
21:10:16: [0:00:00.104] Name=Kalendermongo
21:10:16: [0:00:00.104] Plugin=Google Calendar
21:10:16: [0:00:00.104] Enabled=0
21:10:16: [0:00:00.104] ReadOnly=0
21:10:16: [0:00:00.104] SuppressAlarms=0
21:10:16: [0:00:00.104] DefaultAlarm=
21:10:16: [0:00:00.104] VisualCategory=
21:10:16: [0:00:00.104] TimeOffset=0
21:10:16: [0:00:00.104] [ActiveSkins]
21:10:16: [0:00:00.104] Count=6
21:10:16: [0:00:00.104] [ActiveSkins/Window1]
21:10:16: [0:00:00.104] Skin=Savannah
21:10:16: [0:00:00.104] Name=Alarm
21:10:16: [0:00:00.104] [ActiveSkins/Window2]
21:10:16: [0:00:00.104] Skin=Savannah
21:10:16: [0:00:00.104] Name=Tooltip
21:10:16: [0:00:00.104] [ActiveSkins/Window3]
21:10:16: [0:00:00.105] Skin=Savannah
21:10:16: [0:00:00.105] Name=TrayIcon
21:10:16: [0:00:00.105] [ActiveSkins/Window4]
21:10:16: [0:00:00.105] Skin=Savannah
21:10:16: [0:00:00.105] Name=Event List
21:10:16: [0:00:00.105] [ActiveSkins/Window5]
21:10:16: [0:00:00.105] Skin=Savannah
21:10:16: [0:00:00.105] Name=Todo List
21:10:16: [0:00:00.105] [ActiveSkins/Window6]
21:10:16: [0:00:00.105] Skin=Savannah
21:10:16: [0:00:00.105] Name=Month View
21:10:16: [0:00:00.105] [Hotkeys]
21:10:16: [0:00:00.105] Count=0
21:10:16: [0:00:00.105] ------------------------
21:10:16: [0:00:00.105] DEBUG: Calendar Handler: Test
21:10:16: [0:00:00.106] Test: Read 1 VEVENTs and 0 VTODOs from file "C:\Users\Solstickan\.rainlendar2\test.ics"
21:10:16: [0:00:00.106] DEBUG: Calendar Handler: Kalendermongo
21:10:16: [0:00:00.106] DEBUG: The component "sdfsdf" {fe06756c-23e4-7545-9527-5b48e3f79775} is a new one. Added it to the data structures.
21:10:16: [0:00:00.106] DEBUG: Scanning folder for scripts: C:\Program Files\Rainlendar2\scripts\
21:10:16: [0:00:00.106] DEBUG: Found file: alarm.lua
21:10:16: [0:00:00.107] DEBUG: Found file: calendars.lua
21:10:16: [0:00:00.107] DEBUG: Found file: components.lua
21:10:16: [0:00:00.107] DEBUG: Found file: events.lua
21:10:16: [0:00:00.107] DEBUG: Found file: helpers.lua
21:10:16: [0:00:00.107] DEBUG: Found file: hotkeys.lua
21:10:16: [0:00:00.108] DEBUG: Found file: months.lua
21:10:16: [0:00:00.108] DEBUG: Found file: windows.lua
21:10:16: [0:00:00.109] --------LUA GLOBALS--------
21:10:16: [0:00:00.109] Rainlendar_Restore
21:10:16: [0:00:00.109] Rainlendar_GetComponent
21:10:16: [0:00:00.109] os
21:10:16: [0:00:00.109] Hotkey_Create_New_Event
21:10:16: [0:00:00.109] Rainlendar_QuitApplication
21:10:16: [0:00:00.109] bit32
21:10:16: [0:00:00.109] Global_Enable_Calendar
21:10:16: [0:00:00.109] pairs
21:10:16: [0:00:00.109] assert
21:10:16: [0:00:00.109] tonumber
21:10:16: [0:00:00.109] Rainlendar_GetAllItems
21:10:16: [0:00:00.109] Rainlendar_Version
21:10:16: [0:00:00.109] Rainlendar_StopSound
21:10:16: [0:00:00.109] Rainlendar_SetOption
21:10:16: [0:00:00.109] Rainlendar_ShowWindow
21:10:16: [0:00:00.109] Rainlendar_SnoozeAlarm
21:10:16: [0:00:00.109] Global_SnoozeMenu
21:10:16: [0:00:00.109] coroutine
21:10:16: [0:00:00.109] Rainlendar_GetCalendars
21:10:16: [0:00:00.110] Rainlendar_CopyToClipboard
21:10:16: [0:00:00.110] Rainlendar_GetTaskStatus
21:10:16: [0:00:00.110] Rainlendar_ChangeScheduleDate
21:10:16: [0:00:00.110] Rainlendar_IsWindowVisible
21:10:16: [0:00:00.110] Private_SetIcalProperty
21:10:16: [0:00:00.110] Hotkey_Show_Windows
21:10:16: [0:00:00.110] string
21:10:16: [0:00:00.110] Global_ToggleTaskStatus
21:10:16: [0:00:00.110] Rainlendar_Log
21:10:16: [0:00:00.110] print
21:10:16: [0:00:00.110] Global_Snooze
21:10:16: [0:00:00.110] Rainlendar_HideWindow
21:10:16: [0:00:00.110] table
21:10:16: [0:00:00.110] Rainlendar_PlaySound
21:10:16: [0:00:00.110] Hotkey_Create_New_Task
21:10:16: [0:00:00.110] Rainlendar_DownloadElement
21:10:16: [0:00:00.110] Rainlendar_Message
21:10:16: [0:00:00.110] Rainlendar_Backup
21:10:16: [0:00:00.110] ipairs
21:10:16: [0:00:00.110] Rainlendar_GetItemValue
21:10:16: [0:00:00.110] collectgarbage
21:10:16: [0:00:00.110] Internal_ShowSnoozeMenu
21:10:16: [0:00:00.110] Rainlendar_CreateComponent
21:10:16: [0:00:00.110] dirtree
21:10:16: [0:00:00.110] Rainlendar_QuickAdd
21:10:16: [0:00:00.110] Global_DismissAll
21:10:16: [0:00:00.110] Rainlendar_OpenDialog
21:10:16: [0:00:00.110] math
21:10:16: [0:00:00.110] pcall
21:10:16: [0:00:00.110] type
21:10:16: [0:00:00.110] lfs
21:10:16: [0:00:00.110] Rainlendar_ListAllComponents
21:10:16: [0:00:00.110] Rainlendar_DismissAlarm
21:10:16: [0:00:00.110] loadfile
21:10:16: [0:00:00.110] Rainlendar_IsCalendarEnabled
21:10:16: [0:00:00.110] Rainlendar_GetWindowSize
21:10:16: [0:00:00.110] Private_GetCurrentTime
21:10:16: [0:00:00.110] Rainlendar_SetWindowPosition
21:10:16: [0:00:00.110] Rainlendar_GetAlarmItems
21:10:16: [0:00:00.110] Rainlendar_SetItemValue
21:10:16: [0:00:00.110] Global_LaunchUrl
21:10:16: [0:00:00.110] rawlen
21:10:16: [0:00:00.110] io
21:10:16: [0:00:00.110] Global_QuickAdd_Event
21:10:16: [0:00:00.110] _G
21:10:16: [0:00:00.110] Hotkey_Hide_Windows
21:10:16: [0:00:00.110] Rainlendar_GetWindowPosition
21:10:16: [0:00:00.110] Global_Dismiss
21:10:16: [0:00:00.110] Global_SnoozeAll
21:10:16: [0:00:00.110] Rainlendar_ReadFile
21:10:16: [0:00:00.110] Hotkey_Previous_Month
21:10:16: [0:00:00.110] Rainlendar_DeleteComponent
21:10:16: [0:00:00.111] Rainlendar_GetWindows
21:10:16: [0:00:00.111] Global_Disable_Calendar
21:10:16: [0:00:00.111] Global_ShowTodoDialog
21:10:16: [0:00:00.111] xpcall
21:10:16: [0:00:00.111] Hotkey_Quit_Application
21:10:16: [0:00:00.111] package
21:10:16: [0:00:00.111] Hotkey_Toggle_Windows
21:10:16: [0:00:00.111] _VERSION
21:10:16: [0:00:00.111] Hotkey_Next_Month
21:10:16: [0:00:00.111] Global_SnoozeMenuAll
21:10:16: [0:00:00.111] require
21:10:16: [0:00:00.111] Rainlendar_Md5
21:10:16: [0:00:00.111] Private_GetIcalProperty
21:10:16: [0:00:00.111] Rainlendar_Download
21:10:16: [0:00:00.111] setmetatable
21:10:16: [0:00:00.111] next
21:10:16: [0:00:00.111] Global_ShowManagerDialog
21:10:16: [0:00:00.111] Global_ShowEventDialog
21:10:16: [0:00:00.111] Rainlendar_GetString
21:10:16: [0:00:00.111] Rainlendar_GetVariable
21:10:16: [0:00:00.111] Rainlendar_GetOption
21:10:16: [0:00:00.111] tostring
21:10:16: [0:00:00.111] rawequal
21:10:16: [0:00:00.111] Global_ToggleWindow
21:10:16: [0:00:00.111] Global_HideWindow
21:10:16: [0:00:00.111] Rainlendar_FlushComponents
21:10:16: [0:00:00.111] getmetatable
21:10:16: [0:00:00.111] Global_ShowAboutDialog
21:10:16: [0:00:00.111] Global_ShowWindow
21:10:16: [0:00:00.111] Global_ChangeScheduleDay
21:10:16: [0:00:00.111] Global_ShowMonth
21:10:16: [0:00:00.111] Rainlendar_SetDisplayDate
21:10:16: [0:00:00.111] Rainlendar_SetTaskStatus
21:10:16: [0:00:00.111] rawset
21:10:16: [0:00:00.111] Hotkey_Backup
21:10:16: [0:00:00.111] Rainlendar_ConvertString
21:10:16: [0:00:00.111] Hotkey_Refresh
21:10:16: [0:00:00.111] load
21:10:16: [0:00:00.111] Global_ShowOptionsDialog
21:10:16: [0:00:00.111] Hotkey_Current_Month
21:10:16: [0:00:00.111] Rainlendar_Execute
21:10:16: [0:00:00.111] Global_QuickAdd_Task
21:10:16: [0:00:00.111] Rainlendar_ResetScheduleDate
21:10:16: [0:00:00.111] Global_QuickAdd
21:10:16: [0:00:00.111] Rainlendar_Redraw
21:10:16: [0:00:00.111] Rainlendar_EnableCalendar
21:10:16: [0:00:00.111] Rainlendar_SetElementValue
21:10:16: [0:00:00.111] Rainlendar_CreateTimer
21:10:16: [0:00:00.111] select
21:10:16: [0:00:00.111] Rainlendar_SetVariable
21:10:16: [0:00:00.111] Rainlendar_GetDisplayDate
21:10:16: [0:00:00.112] rawget
21:10:16: [0:00:00.112] Rainlendar_SetEventHandler
21:10:16: [0:00:00.112] Rainlendar_Refresh
21:10:16: [0:00:00.112] Rainlendar_ShowMenu
21:10:16: [0:00:00.112] dofile
21:10:16: [0:00:00.112] Rainlendar_GetElementValue
21:10:16: [0:00:00.112] Rainlendar_UpdateComponent
21:10:16: [0:00:00.112] error
21:10:16: [0:00:00.112] debug
21:10:16: [0:00:00.112]
------------------------
21:10:16: [0:00:00.117] DEBUG: Window: "Month View" calculated height on second pass: 600
21:10:16: [0:00:00.117] DEBUG: Window: Month View Real size: 545,600
21:10:17: [0:00:00.297] DEBUG: Redrawing window Month View took 176 ms
21:10:17: [0:00:00.297] DEBUG: SetZPosition() for Month View to 3
21:10:17: [0:00:00.299] DEBUG: Desktop composition enabled: 1
21:10:17: [0:00:00.299] DEBUG: Started desktop monitoring.
21:10:17: [0:00:00.303] DEBUG: Window: "Event List" calculated height on second pass: 100
21:10:17: [0:00:00.303] DEBUG: Window: Event List Real size: 242,100
21:10:17: [0:00:00.309] DEBUG: Redrawing window Event List took 5 ms
21:10:17: [0:00:00.309] DEBUG: SetZPosition() for Event List to 3
21:10:17: [0:00:00.310] DEBUG: Window: "Todo List" calculated height on second pass: 100
21:10:17: [0:00:00.310] DEBUG: Window: Todo List Real size: 242,100
21:10:17: [0:00:00.316] DEBUG: Redrawing window Todo List took 6 ms
21:10:17: [0:00:00.316] DEBUG: SetZPosition() for Todo List to 3
21:10:17: [0:00:00.317] DEBUG: Redrawing took 205 ms
21:10:17: [0:00:00.329] DEBUG: Created 13 category images in 12 ms
21:10:17: [0:00:00.331] DEBUG: Flushed the config to disk (time: 1)
21:10:17: [0:00:00.331] DEBUG: Refresh step 0
21:10:17: [0:00:00.333] Created backup file "C:\Users\Solstickan\.rainlendar2\backups\20130111-Rainlendar2Backup.zip"
21:10:17: [0:00:00.940] DEBUG: CWindowImplWin32::OnMouseEvent() mouse enter
21:10:18: [0:00:02.054] DEBUG: Flushed the config to disk (time: 1)
21:10:19: [0:00:02.699] DEBUG: CWindowContainer::OnRightDown(): result: 0
21:10:19: [0:00:02.767] DEBUG: CWindowContainer::OnContextMenu: 00000000
21:10:19: [0:00:02.769] Hit Date: Ticks: 1358895600 Date: 23-01-2013 Time: 00:00:00 DST: No
21:10:20: [0:00:04.039] DEBUG: CControlWindow::OnCommand(120)
|
|
|
|
|
|
|