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

About display of RadWindow in Windows7

4 Answers 94 Views
Window
This is a migrated thread and some comments may be shown as answers.
zai yunfeng
Top achievements
Rank 2
zai yunfeng asked on 09 Jun 2010, 08:08 AM
Hello,
When I use RadAlert in windows7 I found that it can not show correctly except some fonts, just like the visibility property is set to hidden, is there any way to solve this problem?
thank you!

4 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 09 Jun 2010, 01:06 PM
Hello Zai,

 Could you please send us a sample project that reproduces the issue and some more information about what exactly goes wrong? This would help investigate what the problem is.

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
zai yunfeng
Top achievements
Rank 2
answered on 10 Jun 2010, 08:41 AM

1 Xaml
<Window x:Class="WpfApplication.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Window1" Height="300" Width="300">
    <Grid>
  <Button Margin="92,110,72,108" Name="button1" Click="button1_Click">Button</Button>
 </Grid>
</Window>
2 Code
 public partial class Window1 : Window
 {
  public Window1()
  {
   InitializeComponent();
  }

  private void button1_Click(object sender, RoutedEventArgs e)
  {
   RadWindow.Alert("Telerik Company");
  }
 }
3 Version of dll is 2010.1.312.35

You can see from the piture I upload that in window xp the radwindow show up corretly, while in windwos7 it is hidden.
I don't know what makes it happen,and how to solve this problem.Any help is appreciated.

0
zai yunfeng
Top achievements
Rank 2
answered on 12 Jun 2010, 04:33 AM
Is there anybody who can help me?
0
Miroslav Nedyalkov
Telerik team
answered on 15 Jun 2010, 12:31 PM
Hello Zai,

 I wasn't able to reproduce this problem. I'm using Windows7 Enterprise. This problem didn't appear with the latest version of RadControls for WPF, neither with older ones. Could  you please open a support ticket and send us a sample project that reproduces the problem?

Kind 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.
Tags
Window
Asked by
zai yunfeng
Top achievements
Rank 2
Answers by
Miroslav Nedyalkov
Telerik team
zai yunfeng
Top achievements
Rank 2
Share this question
or