API - Overlay show not always above HostWindow - 1.1.0.0
What version of StreetDeck is this bug report for?
v1.1.0.0
Please give a basic description of the issue here.
* Use API example 3 as a base
* Add an overlay with an item
* On module_OnExit Hide OR Visable = false on the overlay
* On module_OnEnter Show OR Visable = true on the overlay
OK
Now sometimes when coming back to module the overlay appears. After a couple times of exiting and coming back then the overlay does not appear.
If you hit pause or cause any other overlays to come on the screen then it will pop up.
Attempted:
* Show and Visible. I don’t understand why you have both of these and what the difference is.
* m_app.ForceGDIRender();
* m_app.ResetRenderState();
* m_overlay.Left += 1;
* m_overlay.ZOrderMoveToTop();
I have attempted this on 3 different computers and they all seem to suffer from the same problem.