I lack the channels dropdown in my sticky windows.
I set glueWindowOptions.WithChannelSupport(true); as per the documentation.
My windows still lack the dropdown though.
I lack the channels dropdown in my sticky windows.
I set glueWindowOptions.WithChannelSupport(true); as per the documentation.
My windows still lack the dropdown though.
Copyright © 2021 Jogjafile Inc.
Could it be that you didn't register the
glueWindowOptionsobject to theglueobject?Here is a sample code that initializes a WPF application as a Glue42 one, having channels enabled:
Please note the final line, you need to register the
swOptionsobject (in your case, theglueWindowOptionsone) via theRegisterWindowmethod.