• Welcome to TodayPlus Boards v2.
 

Hammerskin V 1.05.6 QVGA English

Started by Wichtel, November 25, 2004, 04:35:41 PM

Previous topic - Next topic

Motormuis

For the dutch skin I used:

Weeknr. 1, Weeknr. 2, etc....
Pocket PC: Compaq iPAQ 3950 - WM 2003
Add-On: SD 256Mb - Leadtek GPS Mouse - Brodin CarKit Holder - TomTom3 - TodayPlus 0.11.0 with HammerSkin

rbg08

In my Hammerskin US mod, I decided to use "Week 1", etc. as it seemed too complicated to do it the other way.
Dell Axim X5 Advanced - WM2003

uk_skinner

I think Wichtel will have a better idea.  Here is mine.  You can have "st", "nd", "rd" and "th" week.

   // calendar week (KW) of the year

   calcvar,var33,firstoutlookday

   if,var,var33,,<,38355
         //Jahr 2004
         addvar,var33,-37977
   else
      if,var,var33,,<,38719
         //Jahr 2005
         addvar,var33,-38348
      else
         if,var,var33,,<,39083
            //Jahr 2006
            addvar,var33,-38712
         else
            //Jahr 2007
            addvar,var33,-39076
         endif
      endif
   endif
      calcvar,var32,/,%var33%,7

calcvar,var26,/,%var32%,10
calcvar,var27,*,%var26%,10
calcvar,var9,-,%var32%,%var27%

   changefont,tahoma,22b
   color,font,0_0_0

if,var,var9,,=,1
   text,414,252,%var32%st Week,r
else
endif

if,var,var9,,=,2
   text,414,252,%var32%nd Week,r
else


if,var,var9,,=,3
   text,414,252,%var32%rd Week,r
else


if,var,var9,3,><,9
   text,414,252,%var32%th Week,r
else


if,var,var9,,=,0
   text,414,252,%var32%th Week,r
else
endif
endif
endif
endif
endif

   color,font,-1_4_-1
   changefont,tahoma,24

Abram

If uk's solution works, I think as it is 1st Week, 2nd Week, etc, is better or else Week 1, Week 2, etc will do fine. Just my 1p worth.

Wichtel

Jep, it works

Very good work UK_Skinner very good  :bow:
Greetings Wichtel 
 

miwi-media.com | Web & Screendesign

Wichtel

@ all

The Skin is updated to Version
1.05.6 please Reload the Skin.txt



Only small improvements.
Greetings Wichtel 
 

miwi-media.com | Web & Screendesign

Harpoon

Cannot see any download for the modified skin.txt

Thanks

Harpoon

One suggested modification is to bring up the alarm settings page by tapping on the date or time on the main page.

Could you guide as to how this could be achieved

uk_skinner

Quote from: HarpoonOne suggested modification is to bring up the alarm settings page by tapping on the date or time on the main page.

Could you guide as to how this could be achieved

Try the codes below.  Use the notepad open your skin.  And find the codes.  Add the new one (red one).  If you have other alarm software, just  change the pathway.



   //====================================
   //DATE - DAY - TIME
   //====================================

   changefont,tahoma,23,i

   time,4,0,-1,5,ls,"dddd",

   changefont,tahoma,13,b

   time,4,22,-1,5,l,"d.MMMM yyyy",
   time,4,35,-1,4,l
   button,4,35,35,13,-1,0,\Windows\clock.exe-highlight

   changefont,tahoma,12,

Harpoon

Changed the code to add
button,4,35,35,13,-1,0,\Windows\clock.exe-highlight

However there is no response after clicking on time.
Also checked that clock.exe is present in the windows directory
Attempted a soft-reset also but it did not bring up clock program when the time is tapped on the main screen

Thankyou

uk_skinner

Quote from: HarpoonChanged the code to add
button,4,35,35,13,-1,0,\Windows\clock.exe-highlight

However there is no response after clicking on time.
Also checked that clock.exe is present in the windows directory
Attempted a soft-reset also but it did not bring up clock program when the time is tapped on the main screen

Thankyou


Are you sure you added into the region 2?  It worked on my device?  If you could, please upload the skin here.   Or later I will mkae one from the 1.05.6 for you.

Edit:  Ok, I just added that code in Hammerskin1.05.6QVGA and tested on my device.  If you tap the "time" the clock.exe will be excuated.

Harpoon

The modified skin file is attached (with changes for time button )

uk_skinner

Harpoon:

  You can try mine.  But you are welcome to upload here and perhaps I can find out where went wrong in your skin.  This forum only accepts zip file.

Harpoon

Thank you.  The clock program works now

I think there is nothing one can't do with todayplus and hammerskin
(Except for closing tasks i guess)

Harpoon

My todayplus screen with the Starchart theme downloaded from
   http://www.kolumbus.fi/anders.ruohio/skinz.html
by       Juni <juni@kolumbus.fi>

looks just fine and meets most of my needs
Is there a way that the mail portion "No unread messages can form part of todayplus with Hammerskin

Thanks