TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: joelw135 on December 14, 2003, 05:01:21 PM

Title: Shortcut on Today plus
Post by: joelw135 on December 14, 2003, 05:01:21 PM
I would like to have a shortcut on my desktop, so here is my code that doesn't work.  The Icon shows up but when i click it nothing happens.

IN the config file:

shortcut,Brightness,\windows\Shortcut\System\Brightness.lnk,Brightness

In the Skin file:

shortcut,127,24,Brightness,s

What am I missing? Thanks.
Title: Re: Shortcut on Today plus
Post by: Blazingwolf on December 14, 2003, 05:25:41 PM
Quote from: joelw135I would like to have a shortcut on my desktop, so here is my code that doesn't work.  The Icon shows up but when i click it nothing happens.

IN the config file:

shortcut,Brightness,\windows\Shortcut\System\Brightness.lnk,Brightness

In the Skin file:

shortcut,127,24,Brightness,s

What am I missing? Thanks.

In the skin file you need to make a button.Should look something like this:
button,215,0,16,16,-1,0,%apps-%var16%-10

Hope this helps.
Title: Shortcut on Today plus
Post by: joelw135 on December 14, 2003, 05:38:30 PM
I have this now:

IN the config file:

shortcut,Brightness,\windows\Shortcut\System\Brightness.lnk,Brightness

In the Skin file:

shortcut,127,24,Brightness,s
button,127,24,16,16,-1,0,%apps-%var16%-10
Title: Shortcut on Today plus
Post by: joelw135 on December 14, 2003, 05:49:35 PM
I got it working, but is there a number to put for the amount of pressure required for the button push? Seems like I have to push harder for it to work.
Title: Shortcut on Today plus
Post by: joelw135 on December 14, 2003, 06:15:57 PM
Ok fixed that also, seems my regions were overlaping. Thanks.