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

RadWindow xbap app

6 Answers 129 Views
Window
This is a migrated thread and some comments may be shown as answers.
Felipe
Top achievements
Rank 1
Felipe asked on 07 Apr 2010, 06:41 AM
Hi,

I want t use a telerikNavigation:RadWindow in my xbap application as a new window that the user can open.

I reviewed telerik examples but in them you us Telerik.Windows.QuickStart.Example [qsf:Example] as the base of a grid that contains the radwindow .
<Grid>
        <telerikNavigation:RadWindow x:Name="window" Header="RadWindow" WindowStartupLocation="CenterOwner"
                TopOffset="-50">
            <Image Source="/Window/Images/Window.png" Width="400" Height="244" />
        </telerikNavigation:RadWindow>
    </Grid>




How can I use the radwindo in a xbap application.

thanks,

Felipe

6 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 08 Apr 2010, 03:17 PM
Hello Felipe,

Thank you for contacting us.

Attached I am sending you an example how to use the RadWindow in xbap. We will consider changing our online examples to describe this approach.

Please let us know if you need further assistance.

All the best,
Konstantina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Felipe
Top achievements
Rank 1
answered on 09 Apr 2010, 04:00 AM
Konstantina,

Thanks It did work!

but I have a problem in one page of the program. In that page I have a WindowsFormHost and the tlerikradwindow is show below the windowsFormHost control. 

I am attaching an jpg image of the problem.   
0
Konstantina
Telerik team
answered on 13 Apr 2010, 10:21 AM
Hi Felipe,

Thank you for contacting us.

This is the expected behaviour, as the WindowsFormHost shows above all, including the AdornerLayer in which the RadWindow is shown. Unfortunately, if you use a web browser control you will experience the same issue.

If you have any other questions about our controls please feel free to contact us again.

All the best,
Konstantina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Felipe
Top achievements
Rank 1
answered on 16 Apr 2010, 06:32 AM
Konstantina,

3 more quick questions:


- It is possible to show the telerikRadWindow outside the browser as in telerik example  (Window -FirstLook)?
cause that's the behaivor of a new wpf window if I call it from my xbap application.

-When I show my telerikRadWindow as ShowDialog it creates a blue maybe green layer with opacity between the application and the radwindow. Can I change the color of that layer?

- In telerik WPF example when yo select a new example it shows the new example but it does a very cool efect. How can I do that?

Thanks,

felipe
0
Felipe
Top achievements
Rank 1
answered on 22 Apr 2010, 03:40 AM
Hi,

Could somebody help me?

Thanks,

Felipe
0
Konstantina
Telerik team
answered on 22 Apr 2010, 04:15 PM
Hello Felipe,

Thank you for contacting us and sorry for the delayed answer.

Straight to your questions:
1. In xbap application the Window is realized in the AdornerLayer and that is why it cannot be shown outside the application.
2. To set this colour you can use the ModalBackground property of the RadWindow.
3. You can use RadTransitionControl which is a ContentControl. Attached I am sending you a sample project illustrating its usage. If that doesn't work for you I can send you the StoryBoards used in the demos' page.

If you have any other questions regarding our controls please feel free to contact us again.

All the best,
Konstantina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Felipe
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Felipe
Top achievements
Rank 1
Share this question
or