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
glueWindowOptions
object to theglue
object?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
swOptions
object (in your case, theglueWindowOptions
one) via theRegisterWindow
method.