1/a) It seems to be a bug, if you add a Label row, then it created, and then:
- Right click --> properties --> OK.
or
- F5
Result: The row will go down always. If it is at the bottom then throw error, in this trace:
2010-01-21 10:01:19:301 in OnUnhandledThreadException
2010-01-21 10:01:19:502 ********* exception trapped *********
2010-01-21 10:01:19:502 Specified argument was out of the range of valid values.
Parameter name: index
2010-01-21 10:01:19:502 at Infragistics.Shared.SparseArray.Insert(Int32 index, Object item)
at Infragistics.Win.UltraWinGrid.RowsCollection.Move( UltraGridRow row, Int32 newIndex, Boolean forceDirtyPrimaryMetrics)
at Infragistics.Win.UltraWinGrid.RowsCollection.Move( UltraGridRow row, Int32 newIndex)
at NinjaTrader.MarketAnalyzer.UI.MarketAnalyzerContro l.InsertLabelRow(Int32 index, String name)
at NinjaTrader.MarketAnalyzer.UI.MarketAnalyzerContro l.Apply()
at NinjaTrader.MarketAnalyzer.UI.MarketAnalyzerContro l.OnReloadNinjaScript(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
1/b) The blank doesn't work correctly, see 1/ a. Result: disappear.
2) Wrong template Save or Load. (new template, not migrated template)
3) Why does the color of total row different: Black = value and LighGray = Text. See the screenshot.
As i experienced these will come up when totalrow allowed, but i'm not sure ... i uploaded two movies, i'am not sure that all the variation could be reproduced. I suggest to watch. (This 2 feature are good, but i think not tested well enough.)
Tamas

Comment