- Joined
- Dec 5, 2010
- Messages
- 22
- Reaction score
- 0
on windows 7, i set the regional settings like the following:
Format: Hebrew
Location: Israel
Locale for non unicode programs: Hebrew
on the latest pbx version (sp4) when going into the Configure work hours you get an exception when trying to open the work hours dialog and the current time is 11:39 a.m
Error: The DateTime represented by the string is not supported in calendar System.Globalization.GregorianCalendar.
Stack Trace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.Windows.Forms.DateTimePicker.set_Text(String value)
at WebGuiInterface.BaseForm.TranslateControl(Control control, Control baseControls)
at WebGuiInterface.BaseForm.TranslateControl(Control control, Control baseControls)
at WebGuiInterface.BaseForm.OnLoad(EventArgs e)
at WebGuiInterface.SetUpSpecificHours.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
when the dialog does appear all hours appear reversed (i.e. mm:hh so 11:39 is displayed as 39:11)
Format: Hebrew
Location: Israel
Locale for non unicode programs: Hebrew
on the latest pbx version (sp4) when going into the Configure work hours you get an exception when trying to open the work hours dialog and the current time is 11:39 a.m
Error: The DateTime represented by the string is not supported in calendar System.Globalization.GregorianCalendar.
Stack Trace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.Windows.Forms.DateTimePicker.set_Text(String value)
at WebGuiInterface.BaseForm.TranslateControl(Control control, Control baseControls)
at WebGuiInterface.BaseForm.TranslateControl(Control control, Control baseControls)
at WebGuiInterface.BaseForm.OnLoad(EventArgs e)
at WebGuiInterface.SetUpSpecificHours.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
when the dialog does appear all hours appear reversed (i.e. mm:hh so 11:39 is displayed as 39:11)