always-on / always

Always-On Relational Agents for Social Support of Isolated Older Adults
http://www.cs.wpi.edu/~rich/always
4 stars 7 forks source link

Change calendar columns in weekly calendar to show dates #498

Closed candysidner closed 9 years ago

candysidner commented 9 years ago

Currently the days of the week in a week view of the calendar are long enough to make the date of the week run off the column. Switch to using day abbreviations (Mon, Tues) etc. Hopefully that will fix the problem.

charlesrich commented 9 years ago

Duplicate

charlesrich commented 9 years ago

@lring

HELP!! I changed the labels in Calendar.UI/WeekPanel.xaml from "Monday" to "Mon", etc., and did a complete clean and rebuild, but the old labels ("Monday") still keep showing up in the calendar! I have done this multiple times and ways with no avail. There must be something about how VS works I don't understand.

Anyways, I committed the changed files--could you please try to make this work!? Tx, -Chuck

charlesrich commented 9 years ago

I even tried manually deleting the bin and obj folders for Calendar.UI and Plugins.Startup. And I searched both VS and Eclipse for any occurrences of "Monday"---none.

I really cannot figure out where it is caching the old layout...

Maybe we need to ask someone who is a WPF expert?

-CR

charlesrich commented 9 years ago

DUH. The "Monday" etc., in the xaml file were only a distraction. The actual labels are computing on the fly in Java using DateTimeFormat. All I had to do was change the format template.