TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: LightMan on October 14, 2004, 05:39:55 PM

Title: "Today" and "Tomorrow" in Tasks
Post by: LightMan on October 14, 2004, 05:39:55 PM
Hey all,

I'm making a tweak of my current skin (HandyPlus Basic) and I was trying to have the "Today" and "Tomorrow" strings to be recognized when showing tasks, but I couldn't get it to work. (only in the appointments, as usual)

Am I doing something wrong or is it simply not possible? (i.e. not recognized by TodayPlus)
Title: Re: "Today" and "Tomorrow" in Tasks
Post by: uk_skinner on October 14, 2004, 06:06:06 PM
Quote from: LightManHey all,

I'm making a tweak of my current skin (HandyPlus Basic) and I was trying to have the "Today" and "Tomorrow" strings to be recognized when showing tasks, but I couldn't get it to work. (only in the appointments, as usual)

Am I doing something wrong or is it simply not possible? (i.e. not recognized by TodayPlus)

LightMan:  Do you mean like this?
Title: "Today" and "Tomorrow" in Tasks
Post by: uk_skinner on October 14, 2004, 06:42:47 PM
And this?
Title: "Today" and "Tomorrow" in Tasks
Post by: LightMan on October 15, 2004, 08:08:07 AM
Quote from: uk_skinnerAnd this?

Yes, that's it :) ... although I don't want to have any date when it's "Today" or "Tomorrow".
I tried simply adding the lines that I use on the Appointment section to the task section but for some reason, that didn't work.
Title: "Today" and "Tomorrow" in Tasks
Post by: uk_skinner on October 15, 2004, 08:44:28 AM
Quote from: LightMan
Quote from: uk_skinnerAnd this?

Yes, that's it :) ... although I don't want to have any date when it's "Today" or "Tomorrow".
I tried simply adding the lines that I use on the Appointment section to the task section but for some reason, that didn't work.

LightMan:
 
   This what I did.
   1) I commented out the options,date... under region 4.
   2) Add the following codes in every page in region 6
      options,today-text,'Today'
      options,tomorrow-text,'Tmrow'
      options,dateformat,0,0,0,%date,ddd d%%regularfont%
   3)  As for the date, I put "%tab,36%" before "%enddate%", becuase you have that in the skin.  You can remove it, then the date will disappear, I guess.