Move Command is not working on a 2. screen/window with a different view layout.

If I have a Smart Client with 2 windows open I can’t use the “Move Command”

>> EnvironmentManager.Instance.SendMessage(

                               new Message(MessageId.SmartClient.SetSelectedViewItemCommand,

                               new SetSelectedViewItemData() { MoveCommand = MoveCommand.MoveIndex, LayoutIndex = index })); <<

if I have a differend view layout from the first window (see pic.).

When I change the view on the 2. window to the same layout as on window 1

the command works on the 2. window.

For changing the active window I use the MultiWindowCommand but it is the same effect if I use the mouse to select the active window.

What do I have to do to make the MoveCommand work in the second window with its own view layout?

This is a recently found know issue with the SetSelectedViewItemCommand.

A fix has been devloped and will release with Smart Client 2019 R2.

Ok, not exactly what I wanted to hear, but thanks anyway.:confused: