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
GoogleCodeExporter opened this issue Nov 6, 2015 · 4 comments
Closed

Culture Issue #1

GoogleCodeExporter opened this issue Nov 6, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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:

@GoogleCodeExporter
Copy link
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)


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

  • Changed state: Accepted
  • Added labels: Component-UI, Milestone-Release1.0

@GoogleCodeExporter
Copy link
Author

Patch applied in r14. Thanks.

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Fixed and concluded in r18.

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Issue 5 has been merged into this issue.

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

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