Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Culture Issue #1

Closed
atifaziz opened this issue Aug 20, 2015 · 4 comments
Closed

Culture Issue #1

atifaziz opened this issue Aug 20, 2015 · 4 comments

Comments

@atifaziz
Copy link
Owner

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


Originally reported on Google Code with ID 1

Reported by @EricSch on 2008-09-25 22:30:48


@atifaziz
Copy link
Owner Author

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)

Reported by @atifaziz on 2009-02-03 11:21:33

  • Status changed: Accepted
  • Labels added: Component-UI, Milestone-Release1.0

@atifaziz
Copy link
Owner Author

Patch applied in r14. Thanks.


Reported by @atifaziz on 2009-02-03 13:04:35

  • Status changed: Started

@atifaziz
Copy link
Owner Author

Fixed and concluded in r18.


Reported by @atifaziz on 2009-02-03 13:47:51

  • Status changed: Fixed

@atifaziz
Copy link
Owner Author

Issue #5 has been merged into this issue.


Reported by @atifaziz on 2011-01-28 22:23:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant