Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Problem with setTodayBackgroundColor for Calendar

$
0
0
Hi Isomorphic,

SmartClient Version: v10.0p_2015-06-20/LGPL Development Only (built 2015-06-20)
Browsers
FireFox - 26.0
Chrome - Version 43.0.2357.124 (64-bit)

When i want to create an event and start dragging in today column, the selected area is not highlighted like in any other column.

For the test case, i just add a line in SimpleCalendarSample from showcase, in the method getViewPanel()
Code:


        public Canvas getViewPanel() {
                Calendar calendar = new Calendar();
                calendar.setData(CalendarData.getRecords());
                calendar.setTodayBackgroundColor("yellow");
                return calendar;
        }


This issue is already in the thread http://forums.smartclient.com/showthread.php?t=33049, but i see that you prefer to have one issue per thread, so i created this one.

Thanks

Viewing all articles
Browse latest Browse all 4756

Trending Articles