search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Calendar ScrollLabel / LoadingLabel does not work - Calendar Control UI.

Asked by Nihas
13 years ago.

We have some UI related issues incalendar controlwhen we try to upgrade the dllto 6.1.2 version from 5.4.

1."Scroll Down/Scroll Up" label not shown in calendar control in the version 6.1.2. We have tried to set the scrolllabel properties but it does not display.Use the below property to set values. It was working fine in older version without setting explicitly.

ScrollLabelsVisible="True" ScrollDownLabelText="Scroll Down" ScrollUpLabelText="Scroll Up"

2. Also "Loading " label is not shown while loading thecalendar control in progress in the version 6.1.2. It was working fine in the version 5.4. used below code to set but it does not work. In version 5.4 it was shown without setting any values.

LoadingLabelText="Loading..." LoadingLabelVisible="true"

Please help to resolve the above issues.

Thanks,

Nihas

Comment posted by Dan Letecky
13 years ago.

The labels were disabled during the rewrite of the DayPilot core. It will be added back in 6.3 release.

Comment posted by Dan Letecky
13 years ago.

However, the loading label is still available and it's working fine.

It appears when a callback takes more than 100 ms.

Comment posted by Dan Letecky
13 years ago.

The scroll labels were reimplemented in 6.2 SP6 release.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.