Home » U++ Library support » CalendarCtrl » Little improvement of Caledar & DropDate controls
Re: Little improvement of Caledar & DropDate controls [message #40535 is a reply to message #40109] |
Sat, 10 August 2013 21:24   |
 |
bushman
Messages: 134 Registered: February 2009
|
Experienced Member |
|
|
BTW, talking about style, I'm afraid I can't modify text colors for either current view month days or weekend days, apparently because you hard-coded them to Black and Red, respectively, in DateTimeCtrl.cpp around line #526:
...
if(m == view.month)
{
Day(j, i) = d;
fg = Black; // Shouldn't it be st.fgmain, instead??
if(j == 6)
{
fg = Red; // Looks like there's no style color for this
}
...
I didn't check your code in depth, so pls let me know if there's any workaround I missed here...
Tks!
[Updated on: Sat, 10 August 2013 21:32] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Jul 15 13:49:59 CEST 2025
Total time taken to generate the page: 0.03365 seconds
|