Today's screen refresh

  • Thread starter Thread starter Jacek
  • Start date Start date
J

Jacek

Hello

I implemented my own today item and it works fine.
However, there is one thing I cannot help:
when I add i.e. some appointment in calendar, then in a
few seconds calendar position (standard on wince today
screen) refreshes (new appointment appears) and my today
item also refreshes, but without horizontal lines
separating it from standard part-it doesn't look nice.
Maybe I should handle some other message?

I use DELL AXIM with Microsoft PocketPC ver. 3.0.11178

Thanks for answer

Jacek
 
When you are handling WM_TODAYCUSTOM_QUERYREFRESHCACHE, if cyp member of
TODAYLISTITEM (passed in WParam) is 0, you must set it to a new item height
 
Back
Top