Prevent user from leaving Month View |
Post Reply |
Author | |
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
Posted: 12 July 2007 at 2:53pm |
After a day has filled with events, a little triangle appears. If the user clicks this, they are shown the Day View. How can this feature be disabled or modified?
Thanks ~ jp
|
|
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
|
Been a couple of weeks since this post. Serge - could you please comment on this?
Thanks ~ jp |
|
barryna
Newbie Joined: 23 August 2007 Location: United States Status: Offline Points: 6 |
Post Options
Thanks(0)
|
I also really need to catch/disable this event. Any suggestions?
|
|
nighthawk
Senior Member Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
|
Clicking the triangle does trigger the CalendarControl_ViewChanged() event. When I wanted to disable the view change, I simply set a global variable to store the current calendar view and when the ViewChanged event fired, I set the calendar view back to what it was.
This event will also fire when you set the calendar view by code so you will need to use a global flag to not process the ViewChanged event when you are setting the view via code. It would definitely be easier if CodeJock gave us a preference to disable it. I would also like the option of having a vertical scrollbar appearing in the day cell so the user can scroll through all the events if there are too many to view normally. |
|
barryna
Newbie Joined: 23 August 2007 Location: United States Status: Offline Points: 6 |
Post Options
Thanks(0)
|
That solution should work for me for now, thanks. I agree with you, being able to disable the triangle and have the option of a vertical scrollbar in the day cell would be the optimal solution for me. Let's hope they see this need and add it.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |