• Welcome to TodayPlus Boards v2.
 

News:

No news is good news.

Main Menu

Reference guides

Started by Eitel, October 22, 2003, 01:42:44 PM

Previous topic - Next topic

Eitel

The latest skin references can now be found here

Timezone Reference

Weather ID List

Edit: Fixed links. jhollin1138

LightMan

srs,

I know its a pain, but the skin reference currently is for v0.9.1, is there any possibility of updating it to v0.9.5?
[size=9]-= Ipaq 2215, 1 Gb CF, 512 Mb SD, Crystal Clear case =-[/size]

rbg08

I too would appreciate an updated skin reference.  I have updated the POOM sections of both of my newest skins to be compatible with v0.9.5, but I'm waiting to post them until I know if there's any more improvements worth implimenting in v0.9.5.
Dell Axim X5 Advanced - WM2003

fishboy

I made some corrections to the current documentation and am adding sections for the new commands (with information for the new commands gathered from the forums).  I will post it here shortly so that srs can make any corrections and repost.
Axim X5 Advanced, Windows Mobile 2003

srs


bbiederm

Is it possible to add the version number that the reference file refers to in subject.
Or at least to the file you can download.
Thanks

LightMan

Noticed one thing missing :

In the storage command (skin section) the FREE command is missing.

used – Display total used memory for storage device.
usedpercent -> Display total used memory for storage device as a percent.
free -> Display total free memory for storage device
freepercent -> Display total free memory for storage device as a percent
total -> Display total available memory for storage device.
[size=9]-= Ipaq 2215, 1 Gb CF, 512 Mb SD, Crystal Clear case =-[/size]

fishboy

Thanks Lightman, I have corrected the storage command.  

I am just about finished updating the reference file for version 0.9.7.  Waiting for the next release so that I can add a version number to the addvar and new if...else statement conditions.  

BTW, srs, what is the purpose of the command:

initregion,1,0

Does this specify the starting page for the region when starting up?  Wanted to know so that I can add this command to the reference file.
Axim X5 Advanced, Windows Mobile 2003

srs

initregion initializes which page in the region will be active on startup.  it is executed only one (on startup)

I've also add "initvar" which does the same thing but for vars.

fishboy

srs,
I believe I am ready to post the reference file for version 0.9.8 but I am not sure what the first parameter is for the calcspace command.  Please post the syntax for this command or send me a personnel message so I can update the reference.

Thanks.
Axim X5 Advanced, Windows Mobile 2003

srs

calcspace,<x>,var<y>

calcspace subtracts the current y offset from <x> and stores the result specified by var<y>.  This is useful to have sections that autoadjust the height depending on other parts of the skin.

srs


alpax

fishboy, thanks for the reference!
I just would like to give you a small hint - you can use Office 2000 HTML Filter to reduce the size of resulting HTML almost twice without a noticeable difference in its appearance.
PIE just dies trying to load a 600+ KB HTML  :shock:

fishboy

Thanks for the tip alpax, this reduces the file ~50%.  In the future, as the command set stabilizes, I may hand code it myself in HTML or use an HTML edit to further reduce the size.

I will upload a new version once the configuration file standards have been finalized.
Axim X5 Advanced, Windows Mobile 2003

kwerner

FYI- the appointment %duration% should be just like starttime & endtime, the wording kind of implies it's just minutes.  Thanks!