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

Can we use radWindow as mainwindow

9 Answers 457 Views
Window
This is a migrated thread and some comments may be shown as answers.
Xaria D
Top achievements
Rank 1
Xaria D asked on 27 May 2010, 10:57 AM
Can we use RadWindow as main window for the application.


9 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 01 Jun 2010, 12:44 PM
Hello Xaria,

 This is not supported by the RadWindow control.

Best wishes,
Miroslav Nedyalkov
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
Yehuda
Top achievements
Rank 1
answered on 27 Jun 2010, 05:44 PM
It says, the main window of our application (that I currently start to build using RadControls for WPF Q3 2009), cannot be designed as RadWindow, and will have a different appearence from the other windows of the application (that are RadWindows), can it?
0
Yehuda
Top achievements
Rank 1
answered on 28 Jun 2010, 09:00 AM
It says, the main window of our application (that I currently start to build using RadControls for WPF Q3 2009), cannot be designed as RadWindow, and will have a different appearence from the other windows of the application (that are RadWindows), can it?
0
Miroslav Nedyalkov
Telerik team
answered on 30 Jun 2010, 11:50 AM
Hello Yehuda,

The RadWindow control is not designed to be used as an application main window, but to be used as a child window. This is the reason why it doesn't support to be used as a MainWindow - it doesn't inherit from the Window class so the framework doesn't recognizes it as a Window. This is needed to make it work correctly in XBAP and to share the same API in Silverlight.

Best wishes,
Miroslav Nedyalkov
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
Jaroslav Půbal
Top achievements
Rank 1
answered on 06 Nov 2010, 08:41 PM

RadWindow is very nice (especialy with themes and other Telerik component). I use RadWindow as 'main' window. Only thing do not work is Windows TaskBar.

I try something like this, but no luck (when window is hidden TaskBar item is also hidden).

 


 

Application.MainWindow = new Window
                             {
                                 Title = "Program Title",
                                 ShowActivated = false,
                                 Visibility = Visibility.Hidden,
                                 ShowInTaskbar = true,
                                 WindowStyle = WindowStyle.None,
                                 Height = 0,
                                 Width = 0
                             };
Application.MainWindow.Show();

Any idea how to fix this(in WPF) ?

Any plan for official support RadWindow as main Window?

0
Eaton
Top achievements
Rank 1
answered on 08 Nov 2010, 03:32 AM
You can't use it as a main window? Wow, I just started my evaluation of this product today and it looks so promising. But something trivial as this should have been integrated in step one of development.. Will this be in the Q3 release?
0
George
Telerik team
answered on 10 Nov 2010, 10:55 AM
Hi Eaton,

We don't have plans to change the implementation of the RadWindow at this stage. As Miroslav said before, the RadWindow doesn't inherit from the Window class so the framework doesn't recognizes it as a Window. This is needed to make it work correctly in XBAP and to share the same API in Silverlight.
Sorry for any inconvenience caused.

Greetings,
George
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
Kennet
Top achievements
Rank 2
answered on 29 Nov 2010, 03:12 PM
I use RadWindows as "main" but loose some features.

Maybe Telerik can make a XAML style for a "normal" Window so it looks like the new "Dark" theme (that I like and use a lot!).

/Ken
0
Jaroslav Půbal
Top achievements
Rank 1
answered on 29 Nov 2010, 03:24 PM
Tags
Window
Asked by
Xaria D
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Yehuda
Top achievements
Rank 1
Jaroslav Půbal
Top achievements
Rank 1
Eaton
Top achievements
Rank 1
George
Telerik team
Kennet
Top achievements
Rank 2
Share this question
or