nydehi / nocs

Automatically exported from code.google.com/p/nocs
0 stars 0 forks source link

Re-opening doc edited in Google Docs causes crash #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To reproduce:
1. Open a doc in Nocs
2. Open the same doc in Google Docs and make a modification
3. Close the doc in Nocs and re-open it, throws exception.

This is avoidable for docs only I use, but I'm also using a few docs that are 
regularly edited by others and I can't control that. Re-starting Nocs allows me 
to open the doc again.

Here's from my nocs.log:

27/10/2010 3:44:27 PM - UIThreadInnerException: InvalidArgument=Value of '0' is 
not valid for 'index'.
Parameter name: index

Stack Trace:
   at System.Windows.Forms.TabControl.GetTabPage(Int32 index)
   at System.Windows.Forms.TabControl.TabPageCollection.get_Item(Int32 index)
   at Nocs.Forms.Main.BrowseAddDocumentToMainForm(Document document, Boolean pinned)
   at Nocs.Forms.Browse.LoadDocuments()
   at Nocs.Forms.Browse.LstItemsDoubleClick(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
   at System.Windows.Forms.ListBox.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)

Original issue reported on code.google.com by m...@tan.gl on 27 Oct 2010 at 7:52

GoogleCodeExporter commented 8 years ago
Investigating..

Original comment by mikko.junnila on 27 Oct 2010 at 3:36

GoogleCodeExporter commented 8 years ago
Fixed in the next release.

Original comment by mikko.junnila on 27 Oct 2010 at 4:44

GoogleCodeExporter commented 8 years ago
Check out Nocs 2.2 beta 2!

Original comment by mikko.junnila on 27 Oct 2010 at 4:53

GoogleCodeExporter commented 8 years ago
works - champion!

Original comment by m...@tan.gl on 28 Oct 2010 at 1:15

GoogleCodeExporter commented 8 years ago

Original comment by mikko.junnila on 28 Oct 2010 at 6:09