Doubleclick in Process menu

Heyhey

when I doubleclick on an operation in the Process menu inside a class, I get this exception:

System.InvalidCastException: Unable to cast object of type ‘VL.Model.Fragment’ to type 'VL.Model.IRenameable1[VL.Model.Element]'. at VL.Lang.View.ExplorerEntryView.LabelChanged(Object sender, ValueChangedEventArgs args) in C:\BuildAgent\work\9506352823f45313\vvvv50\VL.UI\src\VL Forms\PatchEditor\SpecialViews\ExplorerEntryView.cs:line 174 at VL.HDE.PatchEditor.Editors.ValueEditor.GoIntoEditMode() in C:\BuildAgent\work\9506352823f45313\vvvv50\VL.UI\src\VL Forms\PatchEditor\Editors\EditorBase.cs:line 261 at VL.HDE.PatchEditor.Editors.SingleValueEditor.GoIntoEditMode() in C:\BuildAgent\work\9506352823f45313\vvvv50\VL.UI\src\VL Forms\PatchEditor\Editors\EditorBase.cs:line 634 at VL.Lang.View.CanvasView.DoubleClickMethod(VMouseEventArgs firstClick, VMouseEventArgs click) in C:\BuildAgent\work\9506352823f45313\vvvv50\VL.UI\src\VL Forms\PatchEditor\ModelViews\CanvasView.cs:line 1153 at VL.Core.Viewer.Handler.ParallelMouseHandler.MouseDown(VMouseEventArgs arg) in C:\BuildAgent\work\9506352823f45313\vvvv50\VL.UI\src\VL.UI.Core\Viewer\EventHandler.cs:line 235 at VL.Lang.View.CanvasView.HandleMouseDown(Object sender, VMouseEventArgs e) in C:\BuildAgent\work\9506352823f45313\vvvv50\VL.UI\src\VL Forms\PatchEditor\ModelViews\CanvasView.cs:line 713 at System.EventHandler1.Invoke(Object sender, TEventArgs e)
at VL.GraphicalEditor.Piccolo.GraphEditor.FCanvas_MouseDown(Object sender, MouseEventArgs e) in C:\BuildAgent\work\9506352823f45313\vvvv50\VL.UI\src\PiccoloGraphicalEditor\GraphEditor.cs:line 140
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at Piccolo.NET.PCanvas.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Doubleclicking in the Operation menu above to rename operations works just fine.

tracked.

Danke und fixed in upcoming build (>= 5deabca).

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.