2012 Dec 12 2:31 PM
can any one tell me how to get the double click functionality in SAP calendar
iam using CL_GUI_CALENDAR class ,,,,,,,
i must perform double click functionality if i click on the date of the calendar.....
any idea what is the exact event and method to be used...
2012 Dec 12 2:44 PM
2012 Dec 12 2:55 PM
date_selected works when i do single click on date.. not for double click ...
i need for double click ....
regards
kiran marina
2012 Dec 12 3:16 PM
That event is triggered just for a single click, that means the single click can have the same behavior of double click
Max
2012 Dec 12 2:51 PM
First take a look at SAP samples
| RSDEMO_CALENDAR_CONTROL | Program RSDEMO_PICTURE_CONTROL |
| SAPCALENDAR_CELLTEXT_DEMO | SAP Calendar Control Demo Program |
| SAPCALENDAR_DEMO1 | SAP Calendar Control Demo Program |
| SAPCALENDAR_DRAG_DROP | Drag&Drop Examples for Calendar Control |
| SAPCALENDAR_H_SET_COLORS | SAP Calendar Control Demo Program |
| SAPCALENDAR_NAVIGATOR | SAP Calendar Control Demo Program |
| SAPCALENDAR_SET_COLORS | SAP Calendar Control Demo Program |
SAPCALENDAR_STYLE_SIMPLIFIED SAP Calendar Control Demo Program
Regards,
Raymond
2012 Dec 12 3:03 PM
Hi Kiran,
CL_GUI_CALENDAR does not offer an event for double-click. The selection of dates occurs on a single-click with event DATE_SELECTED. You can look at demo programs SAPCALENDAR_DEMO1 and SAPCALENDAR_NAVIGATOR for examples of the class in action.
Cheers,
Amy