Skip to main content
Home Forums Silverlight Programming Programming with JavaScript HTML Div Layer Over Silverlight
4 replies. Latest Post by vj.net on June 17, 2009.
(0)
j2yau
Member
0 points
2 Posts
01-06-2009 11:27 AM |
Hi,
I have a complex animated Silverlight component running on a site and I would need to insert a HTML Div layer over it. From my research, setting Windowless is the only solution to make this happen. However, many articles have advised not to set Windowless=true for complex Silverlight component, as it would hinder the overall performance.
Does anyone know any other alternative method?
Thanks!
ken tucker
All-Star
15740 points
2,391 Posts
01-06-2009 1:39 PM |
I am not aware of any other method then setting windowless to true. Maybe if you explain why you need to put a div over the silverlight app someone might have another way for you to achive the same effect
01-06-2009 2:20 PM |
It's similar to the 'Quick Reply' in this forum. I need a pop-up div layer form to go over the Silverlight.
01-06-2009 2:37 PM |
If a silverlight popup control does not work for you I guess your only option is windowsless=true.
http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.popup(VS.95).aspx
vj.net
5 points
3 Posts
06-17-2009 3:12 AM |
I am also looking for the same solution, as i need to show html dynamic menu above silverlight. Is there any solution then please let me know. Many thanks.