Solved!
It seems as if the example in the Rainlendar help is missing out on some important stuff. This is the declaration in the help file:
| Code: |
month id="Calendar.month" element="font.large" x="5" y="5" align="TOP-LEFT"
|
...and this is the one that works:
| Code: |
month id="Calendar.month" element="font.normal" origin="TOP-LEFT" x="5" y="5" align="TOP-LEFT"
|
...that is, the help file should be updated, adding the origin="TOP-LEFT" attribute. Also there seems to be a case of case sensitivity, using uppercase for the align attribute (as done in the first code example in the help file) also makes the element go of the screen. The origin attribute seems not to be case sensitive.
Regards,
Tomas Sandkvist
Sweden