Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Sciolto
Posted - 07 Apr 2013 : 15:55:03 Would it be possible to manipulate the queue ?
No. 1 on the wishlist would be the possibility to add movies to the TOP of the queue instead of the bottom (default).
Queue ordering on movie ID is nice to have.
Edit: Clicking the Movie ID header resulted in the following Exception:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.ArgumentException: Object must be of type Int64. at System.Int64.CompareTo(Object value) at System.Collections.Comparer.Compare(Object a, Object b) at System.Windows.Forms.DataGridViewRowCollection.RowComparer.CompareObjects(Object value1, Object value2, Int32 rowIndex1, Int32 rowIndex2) at System.Windows.Forms.DataGridViewRowCollection.RowArrayList.Pivot(Int32 left, Int32 center, Int32 right) at System.Windows.Forms.DataGridViewRowCollection.RowArrayList.CustomQuickSort(Int32 left, Int32 right) at System.Windows.Forms.DataGridViewRowCollection.RowArrayList.CustomSort(RowComparer rowComparer) at System.Windows.Forms.DataGridViewRowCollection.Sort(IComparer customComparer, Boolean ascending) at System.Windows.Forms.DataGridView.SortInternal(IComparer comparer, DataGridViewColumn dataGridViewColumn, ListSortDirection direction) at System.Windows.Forms.DataGridView.Sort(DataGridViewColumn dataGridViewColumn, ListSortDirection direction) at System.Windows.Forms.DataGridView.OnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.DataGridView.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)
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
2 L A T E S T R E P L I E S (Newest First)
Sciolto
Posted - 09 Apr 2013 : 11:46:10
quote:Originally posted by Alessio Viti
Hello,
Thank you for report it. I will try to do something, actually isn't possible.
I cannot reproduce the Runtime error, I will keep trying.
Ale
Before clicking the column header I tried to drag individual rows to other positions, without result but it may nonetheless be the cause of the error.
Alessio Viti
Posted - 08 Apr 2013 : 19:25:37 Hello,
Thank you for report it. I will try to do something, actually isn't possible.
I cannot reproduce the Runtime error, I will keep trying.