vasiliy-vdovichenko / ncrontab

Automatically exported from code.google.com/p/ncrontab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Culture Issue

GoogleCodeExporter opened this issue · comments

On a computer with (swiss-)german regional settings, an exception is 
thrown in the viewer.
Problem: Date to string conversion use current culture, but after 
conversion, the day string has not always 3 letters

Original issue reported on code.google.com by schoenho...@gmail.com on 25 Sep 2008 at 10:30

Attachments:

Problem re-produced. Exception detail is:

System.ArgumentOutOfRangeException: Index was out of range. Must be 
non-negative and 
less than the size of the collection.
Parameter name: startIndex
   at System.Text.StringBuilder.Append(String value, Int32 startIndex, Int32 count)
   at NCrontabViewer.MainForm.Diff(String oldString, String newString, Int32 index, 
Int32 length, StringBuilder builder) in 
C:\NCrontab\src\NCrontabViewer\MainForm.cs:line 174
   at NCrontabViewer.MainForm.DoCrontabbing() in 
C:\NCrontab\src\NCrontabViewer\MainForm.cs:line 152
   at NCrontabViewer.MainForm.Timer_Tick(Object sender, EventArgs args) in 
C:\NCrontab\src\NCrontabViewer\MainForm.cs:line 68
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr 
wparam, IntPtr lparam)


Original comment by azizatif on 3 Feb 2009 at 11:21

  • Changed state: Accepted
  • Added labels: Component-UI, Milestone-Release1.0
Patch applied in r14. Thanks.

Original comment by azizatif on 3 Feb 2009 at 1:04

  • Changed state: Started
Fixed and concluded in r18.

Original comment by azizatif on 3 Feb 2009 at 1:47

  • Changed state: Fixed
Issue 5 has been merged into this issue.

Original comment by azizatif on 28 Jan 2011 at 10:23