After my Circular calendar, i'm trying another layout.
This work fine (GetVariable)
| Code: |
alignment = Rainlendar_GetVariable(skin1, window1, "Alignment")
|
This doesn't work (SetVariable)
| Code: |
if alignment == "HORIZONTAL" then
Rainlendar_SetVariable(skin1, window1, "Test", "0")
else
Rainlendar_SetVariable(skin1, window1, "Test", "1")
end
|
Test is "1" by default, but it doesn't matter what the value of alignment is, after SetVariable "Test" keep as "1".
The problem isn't skin1 and window1, because i don't have any problem getting, but this not true when setting. (I'm trying to get/set %Show_weekdays% without user intervention)
By the way, looking for my errors on logfile i found this:
WARNING: The element already exists "font.small".
font.small is duplicated in widget addon. In shadow4 the size is 6, and in widget addon the size is 7.
WARNING: Unknown align: LEFT-TOP
According to item position, in "Horizontal Line Calendar" it says "LEFT-TOP" instead of "TOP-LEFT"
CTrayIcon::UpdateIcon(): Unable to find the image ""
The tray icon is trying to update, but i have none tray icon selected.
12:32:46: [0:00:00.125] Category file: C:\Documents and Settings\MyUser\.rainlendar2\categories.ini
12:32:46: Warning: '/..' has extra '..', ignored.
12:32:46: [0:00:00.125] DEBUG: Scanning folder for skins: c:\Archivos de programa\Rainlendar2\skins\
Something's happening between categories and skin scanner... but don't know what.
I'm uploading my calendars to
jlourigse.comlu.com/rainlendar.html , there are some images of what i'm trying to do.