Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Book > Dropshadow makes Images dissappear

Not answered Dropshadow makes Images dissappear

Feed from this thread
  • Jon Master avatar

    Posted on Oct 28, 2011 (permalink)

    Hi.. When I add a dropshadow the images dissappear when paging. Any ideas?
    thanks

     

     

    <telerikNavigation:RadBook x:Name="Book" Width="640" Height="480" Grid.Column="1"

     

    RightPageTemplate="{StaticResource PageTemplate}"

     

    LeftPageTemplate="{StaticResource PageTemplate}" >

     

     

    <telerikNavigation:RadBook.Effect>

     

     

    <DropShadowEffect BlurRadius="3" ShadowDepth="10" Color="Gray" />

     

     

    </telerikNavigation:RadBook.Effect>

     

     

    </telerikNavigation:RadBook>

    Reply

  • Tina Stancheva Tina Stancheva admin's avatar

    Posted on Nov 2, 2011 (permalink)

    Hello Jon,

    I wasn't able to reproduce this issue on our side. Can you please have a look at the solution I attached and let me know if it works for you or if I'm missing something?

    Thank you in advance for your cooperation.

    All the best,
    Tina Stancheva
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Jon Master avatar

    Posted on Nov 2, 2011 (permalink)

    Hi..
    I can't run your sample
    Error 1 The type or namespace name 'RadBook' could not be found (are you missing a using directive or an assembly reference?) C:\SilverlightApplication9\obj\Debug\MainPage.g.i.cs 40 18 SilverlightApplication9

    Can you provide me with the web piece too..
    thanks

    Reply

  • Tina Stancheva Tina Stancheva admin's avatar

    Posted on Nov 3, 2011 (permalink)

    Hello Jon,

    The application runs without any issue on our side. Also the assemblies that are required when using the RadBook control are included in the zip I sent - in the Referenced Assemblies folder.

    Can you please make sure that they are properly referenced and try to rebuild the project? Please let me know how it goes.

    Regards,
    Tina Stancheva
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Jon Master avatar

    Posted on Nov 3, 2011 (permalink)

    Hi..
    Your sample does work.  Not the RadBook
    thanks again
    Must be something in my code or app.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Book > Dropshadow makes Images dissappear