SelectedViewChangedIndication of Main window's FQID is not null when click the reload view button.

Hi,

Manual shows the below about SelectedViewChangedIndication .

SelectedViewChangedIndication = “SmartClient.SelectedViewChangedIndication” Send by the Smart Client when a view has changed. The Data field contains the ViewAndLayoutItem for the new view, or null when a floating or secondary window is being closed. The sender FQID contains the id for the window, e.g. null for main window, otherwise a specific FQID.

When view button is clicked FQID is not null. Does the manual correct?

SC send the following data

Server:SC:localhost

Id:00000000-0000-0000-0000-000000000000,

ObjectId:15da80d4-7595-431f-9866-674d2b80acc5,

Type:15da80d4-7595-431f-9866-674d2b80acc5

I am sorry, but the documentation is not entirely correct.

Unfortunately, for historic reasons in some cases Main window will instead be identified by the ObjectId being equal to Kind.Window (which is what you are seeing).

I will ensure the documentation is updated for the next release. Sorry for the inconvenience.

Sorry for my late reply.

​We understood that documentation is not correct.