Hi,
Can I get which display is promary or floating ?
I would like to know which display create the instance (e.g. ViewItemUserControl).
Hi,
Can I get which display is promary or floating ?
I would like to know which display create the instance (e.g. ViewItemUserControl).
I believe you need to use
virtual WindowInformation VideoOS.Platform.Client.ImageViewerAddOn.WindowInformation
Thank you.
We confirmed the WindowsInformation property, but I did not know which parameter to refer to.
We confirmed the below parameters.
FQID.ObjectId
-> I understood that the values are different between primary display and floating display, but I could not know which is primary or floating.
FQID.ParentId
-> In both cases the value was 0x000.
WindowId
-> Same value as FQID.ObjectId.
Hi Bo,
Could you tell us which parameter to refer to ?
virtual Guid VideoOS.Platform.Client.WindowInformation.WindowId
[get]
The Guid identifying the Window and the PlaybackController in their respective FQID’s ObjectId.
The Main Window is identified by WindowId = Kind.Window, while detached windows are identified by their individual GUIDs.
Thank you for your support.
This is the answer we wanted to know.