Regarding Start/End time Display Issue. |
Post Reply |
Author | |
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
Posted: 02 February 2009 at 7:48am |
Hello, Please find the uploads/20090202_074600_Start-End_Time_.rar Reuirement:
----------- Do not want to display codejock start/end time along with Subject. Description: In Office 2007 (Blue) theme start/end time is not displayed along with Subject, but in all other themes it is displayed. How to avoid displaying start/end time front of appointments/Subject. Thanks in Advance, |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Hi, it was non-consistent implementation for non_Office2007 and Office2007 themes. I fixed reported case - get in Release 13 in a week.
If you found other similar cases of non-consistency - please give me some details.
|
|
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
|
Hi, It would be great help, if I can get fixed/modified files for "Start/End time Display" Issue. So that we can replace those file in "Xtreme ToolkitPro v12.1.1", rebuild it and release our application on time. Thanks in Advance,
Saket.
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
see code in beta-release 13.1 |
|
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
|
Isuue: DO NOT want to display Start and End time both in "Day/Week/Month" View.
Only want to display "Subject/Appointment" in apointment box, NO START and END time display.
After replacing the code given by you, removes END time BUT START time STILL displaying along with "subject/Appointment".
I replaced the code given by you in "XTPCalendarPaintManager.cpp", rebuild the "ToolkitPro".
Please let me know how to REMOVE/AVOID displaying START TIME and END TIME both in "Day/Week/Month" View?
Thanks in Advance, Saket.
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
I can extend options set to
enum XTPCalendarAdditionalOptions{ xtpCalendarOptMonthViewShowStartTimeAlways = 0x00000001, // define option to always show event start time in the month view.xtpCalendarOptMonthViewShowEndTimeAlways = 0x00000002, // define option to always show event end time in the month view.xtpCalendarOptWeekViewShowStartTimeAlways = 0x00000004, // define option to always show event start time in the week view.xtpCalendarOptWeekViewShowEndTimeAlways = 0x00000008, // define option to always show event end time in the week view.xtpCalendarOptDayViewNoWordBreak = 0x00000010, // define option to draw event text without word break in the day view.xtpCalendarOptWorkWeekViewShowStartTimeAlways = 0x00000020, // define option to always show event start time in the work week view.xtpCalendarOptWorkWeekViewShowEndTimeAlways = 0x00000040, // define option to always show event end time in the work week view.xtpCalendarOptDayViewShowStartTimeAlways = 0x00000080, // define option to always show event start time in the day view.xtpCalendarOptDayViewShowEndTimeAlways = 0x00000100 // define option to always show event end time in the day view.}; and support in all modes and themes what should be defaults for existed app? |
|
KumarCJ
Groupie Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
|
Hello,
By default we need Start and End time OFF in all modes (Day/Week/Month).
Thanks in Advance,
Saket.
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
You can adjust your settings in your app code - I asked about most user requirements to eliminate app code changes if I will change core functionality |
|
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 |