Issue 100: Attempted row add in Results Grid without any columns

issues
Status:closed
Assigned To:Guest
Type:Defect
Area:Skyline
Priority:2
Milestone:2.1
Opened:2011-10-21 07:05 by Brendan MacLean
Changed:2013-08-09 17:29 by Brendan MacLean
Resolved:2013-08-09 17:25 by Nick Shulman
Resolution:Not Repro
Closed:2013-08-09 17:29 by Brendan MacLean
2011-10-21 07:05 Brendan MacLean
Title»Attempted row add in Results Grid without any columns
Assigned To»nicksh@u.washington.edu
Type»Defect
Area»Skyline
Priority»2
Milestone»1.2
Skyline version: 1.1.1.3043
Installation ID: 967afdbe-d002-477b-9358-0556704d4dc1
Exception type: System.InvalidOperationException
Error message: No row can be added to a DataGridView control that does not have columns. Columns must be added first.

Stack trace:
   at System.Windows.Forms.DataGridViewRowCollection.Add(DataGridViewRow dataGridViewRow)
   at pwiz.Skyline.Controls.ResultsGrid.EnsureRow(RowIdentifier rowIdentifier)
   at pwiz.Skyline.Controls.ResultsGrid.UpdateGridNotReplicate()
   at pwiz.Skyline.Controls.ResultsGrid.UpdateGrid()
   at pwiz.Skyline.Controls.ResultsGridForm.UpdateUI()
   at pwiz.Skyline.SkylineWindow.UpdateGraphPanes(Object sender, EventArgs e)
   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)

2013-08-09 16:14 Brendan MacLean
Milestone1.2»2.1
Is this still applicable? If not, let's mark it not repro and close it.

2013-08-09 17:25 Nick Shulman
resolve as Not Repro
Statusopen»resolved
Assigned ToNick Shulman»Brendan MacLean

2013-08-09 17:29 Brendan MacLean
close
Statusresolved»closed
Assigned ToBrendan MacLean»Guest