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?