View Single Post
Old 08-12-2007, 03:51 PM   #2
god_of_cpu
Raw Wave
 
god_of_cpu's Avatar
 
Join Date: Jan 2004
Location: SilverSpring Maryland
Posts: 2,957
ForceGDIRender is only used when running in GDI mode and you will probably never need to use.

ResetRenderState is only if you render directly to the Direct3D display device and needs to be called if you change any of the render states.

The embedded window will only be updated when its visible state is changed, not when you move it.

ZOrderMoveToTop changes the order in which overlays are rendered over each other, not whether it is rendered.

Does the overlay always appear if you change the visible state in a button press?

You might also try setting the visible state in the OnEndTransition event of the module you are entering.
__________________
StreetDeck.com Developer (I am Chuck)
Get StreetDeck at http://www.streetdeck.com
The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.
god_of_cpu is offline   Reply With Quote