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

Window Maximize Bug when set before initial Show

8 Answers 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
GT
Top achievements
Rank 1
GT asked on 25 Nov 2009, 10:24 PM
I've encountered a small issue in the Q3 (2009.3.1103.1030) RadWindow that wasn't in the Q2 release.

If you set the RadWindow.WindowState to WindowState.Maximized before the window is shown for the first time it window will display at its normal size. The maximize button will also be out of sync as the windows internal state assumes it is maximized. Is there a work-around for the time being?

Thanks,
Greg

8 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 26 Nov 2009, 04:35 PM
Hello Greg,

Thank you for pointing us this issue. We already fixed the problem and the fix will be included in the next internal build. Your Telerik points were updated.

Best wishes,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Russell Mason
Top achievements
Rank 1
answered on 06 Dec 2009, 12:33 PM

Hi

There still seems to be something not quite right in the latest internal build 1127.

The following problem still extists:

<Grid x:Name="LayoutRoot">  
    <Button Content="Go" Click="Button_Click"></Button> 
    <tn:RadWindow x:Name="RadWin" WindowState="Maximized">  
            <Rectangle Fill="Red"></Rectangle> 
    </tn:RadWindow> 
</Grid> 
private void Button_Click(object sender, RoutedEventArgs e)  
{  
    RadWin.ShowDialog();  
}  

 

  1. With the browser only half the width of your screen click the button. The RadWindow is maximized.
  2. Close the RadWindow. Increase the browser width and Click the button again. The window remains at its previous size and is not maximized until the browser window is resized and then it snaps to maximize.

Hope thats clear.
Russell Mason

0
Miroslav Nedyalkov
Telerik team
answered on 06 Dec 2009, 04:51 PM
Hello Russell,

I'm sorry, but we the problem wasn't fully fixed for the 1127 version. Could you please download the 1206 version (the latest internal build)? All sizing issues of the RadWindow control should be resolved in it.

Sincerely yours,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
hwsoderlund
Top achievements
Rank 1
answered on 07 Dec 2009, 09:09 AM
I cannot see the 1206 build yet, will it be available soon?
0
Miroslav Nedyalkov
Telerik team
answered on 07 Dec 2009, 10:07 AM
Hello all,

 I'm sorry, but there is no internal build released last week. The attached is the nightly build from Saturday. It has these issues fixed. The internal build was canceled for last week because the service pack is planned for this week.


Best wishes,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
hwsoderlund
Top achievements
Rank 1
answered on 07 Dec 2009, 10:13 AM
Ok, no problem. Good to hear that the SP is on the way.
0
Russell Mason
Top achievements
Rank 1
answered on 12 Dec 2009, 02:58 PM
Hi

I have just installed Build 1208 and the problem I indicated still seems to be there.

Thanks
Russell Mason
0
Miroslav Nedyalkov
Telerik team
answered on 14 Dec 2009, 01:20 PM
Hi Russell,

As we are not able to reproduce the problem, could you please send us a sample project that represents the problem - this will be very helpful in investigating what the problem is.

Best wishes,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
GT
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Russell Mason
Top achievements
Rank 1
hwsoderlund
Top achievements
Rank 1
Share this question
or