search for: mycalendar

Displaying 3 results from an estimated 3 matches for "mycalendar".

2007 Feb 12
0
[864] trunk/wxruby2/samples/calendar/calendar.rb: Fix a couple of errors, add a note on CalendarDateAttr
...&nbsp&nbsp&nbsp&nbsp&nbsp2007-02-12 19:13:16 UTC (rev 864) </span><span class="lines">@@ -33,14 +33,14 @@ </span><span class="cx"> end </span><span class="cx"> </span><span class="cx"> class MyCalendar < CalendarCtrl </span><del>- def initialize(parent, initial_date, calendar_flags) </del><ins>+ def initialize(parent, display_frame, initial_date, calendar_flags) </ins><span class="cx"> super(parent, -1, </span><span class=&q...
2006 Oct 19
0
[691] trunk/wxruby2/samples/calendar/calendar.rb: Placed controls within a panel so they appear on the correct themed background
..."cx"> </span><span class="cx"> @calendar_flags = CAL_MONDAY_FIRST | CAL_SHOW_HOLIDAYS </span><span class="cx"> </span><del>- date = DateTime.now - @date = StaticText.new(self, -1, "") - @calendar = MyCalendar.new(self, date, @calendar_flags) </del><ins>+ now = DateTime.now + @calendar = MyCalendar.new(@panel, now, @calendar_flags) </ins><span class="cx"> </span><span class="cx"> @sizer = BoxSizer.new(VERTICAL) </span>&l...
2008 Dec 23
6
Dailplan code for holiday detection?
This has been on my ToDo list far too long. I have a small call-center setup, with basic time of day/day of week validation before putting callers in the queues. With the holidays upon us, I need to add check to see if 'today' is a holiday so I do not put callers in unmanned queues. Due to how the agents work, I have to allow joinwhenempty. Does anyone have a snippet of dialplan code,