Is there an Event_click() Method? |
Post Reply |
Author | |
CafeCartel
Newbie Joined: 25 September 2007 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 25 September 2007 at 6:03pm |
We are converting from DBI DayView to Calendarpro and want the same functionality that Outlook and DBI has.
With both applications the text that is displayed can be different than the text to be edited once the event is selected, i.e. it's changed when selected. Is there an Event_Click method, or event_select... or something like that? thanks, |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
To customize the text you'd better use event handler GetItemText. Take a look at a sample method CalendarControl_GetItemText in our CalendarSample application. In this method you have to determine whether your event is selected or not (Params.ViewEvent.Selected), and return a corresponding text accordingly. -- WBR, Serge |
|
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 |