yiuroy
1.
a. There is a small bug in the configuration utility. The values for lat and long are not saved in the registry. Srs has suggested that after entering the values you have to move to another dialog box on that screen and tap it in order to get the values to save. If you have a registry tool you can check to see that they have been saved. The registry key is HKEY_CURRENT_USER,Software,SRSSoft,TodayPlus,coords. There you should find a string value '1' that contains the values for long & lat. If it's empty you can manually enter them into the registry.
b. The longitude value for Hong Kong may be need to be a negative number. See this thread for a discussion of this:
http://614288.servernode.net/~darkmoj/todayplus/viewtopic.php?t=1010c. Open the skin in a text editor and find the following 2 lines:
suntime,1,sunrise,astronomical,63,4,hh:mm,,,l
suntime,1,sunset,astronomical,108,4,hh:mm,,,l
Change them to:
suntime,1,sunrise,official,63,4,hh:mm,,,l
suntime,1,sunset,official,108,4,hh:mm,,,l
Hopefully that will get you the right values for your location.
2. The skin is coded to use the shortcuts in the shortcut folder that I've included in the zip. These work with my machine, an Ipaq 2210, and won't work with other PPC's. On my machine the meter by the battery calls the battery application to check how much battery power is left. You can change the shortcuts in the shortcut folder to anything you want. For instance if you know the shortcut for the backlight on your machine, just name it backlight.lnk and replace the backlight shortcut that I supplied with your own.
To get the lightbulb to be associated with power off, just put a shortcut for poweroff on your machine in the shortcut folder and use the configuration utility to put it in the fifth group in place of the backlight shortcut.
BTW, this is the great advantage of the configuration utility over previous versions - much easier to make these changes without having to mess with the config file!
Hope this helps,
ya1950