Unknown
From WorldTime 2003 1.0
How to make your own skin
The skins are built using a product called ActiveSkin You will need to download this product to create your own skin, or supply me the bitmap images and I can build the skin. If you do plan on making a skin, model the default skin ( default.skn ), making sure all the field names are the same. You can omit any field name you wish to include only the features you want in your skin. The number of slots available for displaying locations ( textx_colx fields ) is only limited to how many you wish to place in your skin and your screen resolution. Large skins with lots of data consume more processor usage.
If you can supply a decent skin ( as defined by us ) which we will put on our skin update site, you will receive a free registration for WorldTime2003.
Field name definitions are as follows:
| Close | Button for terminating the application |
| Min | Minimize Button |
| Options | Button to display the Options Panel ( also available from the System Tray menu ) |
| Previous Page | Button to display previous page of display items |
| Next Page | Button to display next page of display items |
| Skins | Button to display the Skin Chooser dialog |
| Display | Button to dusplay the Display List dialog |
| Alarms | Button to display the Alarms Panel |
| Settings | Button to display the user Preferences dialog |
| Locations | Button to display the Locations database dialog |
| Help | Button to display html help |
| Localtime | Label where the local time is displayed |
| Page | Page Label showing the current page number |
| Alarm1....AlarmX | Alarm graphic for each display item. If an alarm is enabled for a location, then this graphic is displayed |
| Type1....TypeX | For each display item, if it contains personal details such as a persons name, then this graphic is displayed |
| dst1....dstX | Daylight Savings graphic for each display item. If the location is currently in Daylight Savings, this graphic is displayed |
| text1_col1....textX_col1 | label where location details for column 1 is displayed. |
| template_col1 | What to display in column 1 ( Text1_col1...textN_col1 ) |
| text1_col2....textX_col2 | label where location details for column 2 is displayed. |
| template_col2 | What to display in column 1 ( Text1_col2...textN_col2 ) |
| text1_col3....textX_col3 | label where location details for column 3 is displayed. |
| template_col3 | What to display in column 1 ( Text1_col3...textN_col3 ) |
| template_localtime | How localtime should be formatted ( Not implemented ) |
Template variables are as follows
| %n | location name ( or persons name if defined ) |
| %c | country name |
| %t | time |
| %d | date |
| %o | telephone country code for this location |
| %l | Latitude/longitude |
| %e | |
| %p | phone number |