Rainlendar moving... Thread last updated on 2007-07-22 06:10:53

Posted by member 256241 on 2007-07-12 19:58:48

Hi,

Rainlendar is made up of two components, the calendar and the to-do list. I want to be able to move both of these components somehow, like with a bang.

!rainlendarmove x y - works, though just moves the calendar, NOT the to-do list.

!rainlendarshow - works, show's BOTH the calendar AND the todo list...

!rainlendarshowtodo - shows the todo list...

There doesn't seem to be any bang that actually moves the todo list? Is this the case?

From what I've seen, litestep support has been dumped from rainlendar2, so is there any way to move the todo list in litestep?


Thanks a lot,

Xander.

Posted by member 5575 on 2007-07-13 02:24:50 link

As I recall, I ended up using xtextedit to modify the todo list coordinates in the rainlendar settings file, then refreshed it... or something like that. I'm on the Macbook right now, so I can't check and see ATM.

Posted by member 256241 on 2007-07-13 09:27:54 link

Thanks, that sounds like a workaround...

When you get behind litestep, if you could paste me some code to modify the todolist coords it would be really helpful.

Thanks again.

Posted by member 256241 on 2007-07-15 21:53:13 link

Erm, sorry for the double post, but I can't for the life of me find an ini file which contains the todo lists current screen coordinates... I'm sure I must be looking over it somewhere.

Does anyone know where this file should be? Thanks.

Posted by member 5575 on 2007-07-18 00:19:35 link

The newer versions of rainlendar had stuff in two places, one for the module in general (rainlendar.ini, IIRC), and then an additional file specific to the skin you were using. The name and path to that file will vary, and there may be multiple copies (for each skin or version of a given skin). You should be able to find the path to the skin listed in the rainlendar.ini file.

Posted by member 256241 on 2007-07-18 07:45:10 link

Thanks, I think I've found both of those before, although looking through them I couldn't find any entries for todox/todoy.. All I can find is calendar settings etc...

Sorry if I'm being dumb :P...

Posted by member 375904 on 2007-07-18 15:49:48 link

"$ThemeDir$\themes\$Themename$\rainlendar\Skins\Shadow3.1\English.ini"

TodoX=300
TodoY=194
EventListX=200
EventListY=0

theme: necesidades3.0

Posted by member 5575 on 2007-07-21 14:20:35 link

Agent Ransack is great for tracking things like this down, by the way.

Posted by member 256241 on 2007-07-22 06:10:53 link

Cool... The TodoX/Y I found was in the personal folder... So I just textedit to $personaldir$... Working fine, seems a bit weird messing with personal files instead of theme files. Maybe I can just cut and paste the lines I want to change into the skin.ini.

Thanks.