This is a migrated thread and some comments may be shown as answers.

Radwindow over Silverlight Slide.Show

1 Answer 78 Views
Window
This is a migrated thread and some comments may be shown as answers.
Chase Florell
Top achievements
Rank 1
Chase Florell asked on 28 Feb 2009, 03:49 PM
I have a Slide.Show in my app and I need to put a RadWindow over top of it.  The problem is that the iframe shows as expected but the RadWindow skin is behind the Slide.Show.  Is there a way to set the z-index of the window so that it covers the Silverlight Slide.Show app?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Chase Florell
Top achievements
Rank 1
answered on 28 Feb 2009, 04:04 PM
Nevermind

Silverlight has a property called "windowless" that when = "true", the app will display properly in the page.

        <object type="application/x-silverlight-2" data="data:application/x-silverlight-2," width="775px" height="700px">  
            <param name="background" value="#ffffff   " /> 
            <param name="source" value="Vertigo.SlideShow.xap" /> 
            <param name="windowless" value="true" /> 
            <param name="initParams" value="ConfigurationProvider=XmlConfigurationProvider;Path=SlideShowConfig.xml,DataProvider=XmlDataProvider;Path=SlideShowData.xml?ID="/>   
        <div style="width:100%; height:100%;text-align:center"
Tags
Window
Asked by
Chase Florell
Top achievements
Rank 1
Answers by
Chase Florell
Top achievements
Rank 1
Share this question
or