Setting Timeline Intervals

39 views
Skip to first unread message

yo

unread,
Aug 4, 2012, 2:42:13 PM8/4/12
to gwt...@googlegroups.com
Hello,
iam trying to change the time intervals, but it doesnt work. This code is not changing anything

public void onModuleLoad() {
        RootPanel rootPanel = RootPanel.get();
       
        CalendarSettings settings = new CalendarSettings();
        settings.setIntervalsPerHour(4);
       
        Calendar calendar = new Calendar();
        calendar.setSettings(settings);

        rootPanel.add(calendar, 142, 117);


Any suggestions how to fix this?

Thx

ctasada

unread,
Oct 15, 2012, 4:26:08 PM10/15/12
to gwt...@googlegroups.com
Did you solve your problem? What's exactly what you want to do?
Reply all
Reply to author
Forward
0 new messages