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

RadWindow maximizes always on the primary screen

9 Answers 195 Views
Window
This is a migrated thread and some comments may be shown as answers.
dloeffler
Top achievements
Rank 1
dloeffler asked on 14 Apr 2010, 01:06 PM
Hi,

in my application I create a new RadWindow. When I drag the window to my second screen and click the maximize button the window is alway maximized on the first screen. Is this a known/new bug or is there any property to modify this behavior?

Regards,

Dany

9 Answers, 1 is accepted

Sort by
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 19 Apr 2010, 01:09 PM
Hello Dany,

 This is known problem. We decided to leave it that way for know, because there was no easy way to maximize it on the correct monitor. This problem will be be fixed in future, but for now it works this way.

Regards,
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
Philip
Top achievements
Rank 1
answered on 17 Dec 2010, 09:07 AM
Hello Miroslav,

I just want to bring this one back to memory.
In my opinion this is a critical bug, blocking the use of radwindow whereever there is a chance of users having multiple monitors or beamers.
Unfortunately I didn't find a corresponding ticket in the PITS.

Cheers
Phil
0
George
Telerik team
answered on 23 Dec 2010, 10:00 AM
Hello,

You can track its progress and vote for it in our Public Issue Tracking System (PITS) with Issue ID = 4445.

 


Best wishes,
George
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Minwei
Top achievements
Rank 1
answered on 27 May 2015, 03:57 AM

Hi,

 I have been met with this problem, too. Does it fix in the latest release version?

 

Thanks,

Minwei

0
Kalin
Telerik team
answered on 29 May 2015, 07:28 AM
Hello Minwei,

What is the exact version of the controls you are using and this issue is present? This problem has been fixed few years ago - now RadWindow maximizes on the current screen it is placed.

If you have any other questions or concerns, please let us know.

Regards,
Kalin
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Minwei
Top achievements
Rank 1
answered on 03 Jun 2015, 07:09 AM

Hi Kalin,

Maybe it's another issue. I'm expected the RadWindow maximized size to be restricted by the displayed screen. The sample code is below:

var window = new RadWindow() { Height = 500, Width = 700, Owner = this, WindowStartupLocation = System.Windows.WindowStartupLocation.CenterOwner };
window.Content = "hello world!";
window.IsRestricted = true;
window.IsRestrictedWhenMaximized = true;
window.RestrictedAreaMargin = new Thickness(50);
window.Show();

I found when the radWindow is on the secondary screen, it's size overflows the screen and the window buttons are missing. While dragging the window to the right, the RestrictedAreaMargin works. I would like the maximize area is restricted without overflow when click the maximize button or double click the window. The attached image is the screenshot.

My primary screen size is 1280 * 1080. Secondary screen size is 1920*1024.

0
Kalin
Telerik team
answered on 04 Jun 2015, 07:15 AM
Hello Minwei,

We are aware of this issue and it has been fixed in one of the recent internal builds. What I can suggest you would be to download the latest internal build and test the same scenario.

Hope this helps.

Regards,
Kalin
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Mark
Top achievements
Rank 1
answered on 09 Jun 2015, 01:23 PM

This is great news!  How do I download an internal build?

 

Thanks

0
Kalin
Telerik team
answered on 10 Jun 2015, 06:58 AM
Hello Mark,

It appeared the issue Minwei reported is another issue that appears when the IsRestrictedWhenMaximized property is set to true. We have logged that in our Feedback portal - here. However can you please share if this is the same issue you have faced?

On other hand you can download the latest internal builds from your account - click the Products and Descriptions in menu on the top and then Latest Internal Builds (check the screenshot).

Hope this helps.

Regards,
Kalin
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Window
Asked by
dloeffler
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Philip
Top achievements
Rank 1
George
Telerik team
Minwei
Top achievements
Rank 1
Kalin
Telerik team
Mark
Top achievements
Rank 1
Share this question
or