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

Sensitive Radwindow ?

23 Answers 288 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
NS
Top achievements
Rank 1
NS asked on 13 Jul 2009, 07:30 AM
Hi,
I just upgraded my Silverlight 2.0 app to 3.0 (using the Visual Studio conversion wizard) and using the latest internal Telerik build of the controls.

Something I noticed when selecting a RadWindow's titlebar and trying to drag-drop it onto my screen ... Could it be that this isn't as smooth as before ? It kinda jumps around my screen.

I declare the RadWindow completely from codebind.

window = new RadWindow() { Header = "Mobile to AD Synchronisation", Width = 890, Height = 700, ResizeMode = ResizeMode.CanResize, VerticalAlignment = VerticalAlignment.Stretch, HorizontalAlignment = HorizontalAlignment.Stretch };  
                window.SizeChanged += new SizeChangedEventHandler(window_SizeChanged);  
                window.Closed += new EventHandler<WindowClosedEventArgs>(window_Closed);  
                ADD = new ADUserDetail();  
                ADD.Width = window.Width;  
                ADD.Height = window.Height;  
                ADD.DataContext = (ADUserData)grdResults2.CurrentItem;  
                ADD.fullUserName = fullUserName;  
                ADD.databindUserDetails();  
 
 
                window.Content = ADD;  
                window.DataContext = null;  
                window.ShowDialog(); 


Any suggestions/remarks ?
Thanks,
Nicolas

23 Answers, 1 is accepted

Sort by
0
Tom
Top achievements
Rank 1
answered on 13 Jul 2009, 12:28 PM
I have the same-problem:

When dragging a window it seems to accelerate, like its using its startup-location as current position when moving....

Code:
    public class ContentWindow : RadWindow
    {

        public ContentWindow(FrameworkElement content, string headerText, ContentControl owner)
        {
            Header = headerText;
            Content = content;
            Owner = owner;
            WindowStartupLocation = Owner!=null ? WindowStartupLocation.CenterOwner : WindowStartupLocation.CenterScreen;            
            ResizeMode = ResizeMode.CanMinimize;
            Show();
        }

......



Best regards,

Tom Rino
0
James Hollister
Top achievements
Rank 1
answered on 13 Jul 2009, 10:50 PM
Same issue here.  Any word about this yet?
0
Tom
Top achievements
Rank 1
answered on 14 Jul 2009, 08:09 AM
Dear Telerik Support Team,

can you confirm this is a bug ( with the latest nightly build for Q2 and SL3 ) or
are we doing something wrong?

And if it is a bug, when will it be fixed?

Kind regards,

Tom Rino
0
Valeri Hristov
Telerik team
answered on 14 Jul 2009, 08:35 AM
Hi guys,

We are aware of this issue, unfortunately we were unable to fix it for the Q2 release. We will definitely try to find a way to improve the window movement in one of the next updates of the control, if not for the upcoming SP1, then in one of the next internal builds. The issue is related to the new drag mechanism that had to be implemented for the port of RadWindow to WPF.

Greetings,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
James Hollister
Top achievements
Rank 1
answered on 14 Jul 2009, 02:03 PM
The control is unusable in its current state.  Is there an older version of the assembly that will run with the July 10 Silverlight 3?  I'm only working on a prototype at this stage so as long as I knew it would be fixed in a future version that would be fine.
0
Uwe Bach
Top achievements
Rank 1
answered on 14 Jul 2009, 03:13 PM
Also I have this problem. The current status is not to accept!
0
Jim
Top achievements
Rank 1
answered on 14 Jul 2009, 03:28 PM
Hi Guys - Sorry to pile on, but to be honest this is not usable in the current state.  Please consider resolving before releasing a service pack.
0
ITServices
Top achievements
Rank 1
answered on 14 Jul 2009, 04:15 PM
Hello,

We're getting the same problem and need a fix or workaround asap please.

Regards,

Nick
0
James
Top achievements
Rank 1
answered on 15 Jul 2009, 01:16 AM
We have the same issue : We have just gone through the upgrade, with the intention of re-testing and re-releasing this week, however without a fix we will not be able to meet the scheduled release of this weekend ; We have reviewed the problem, and it has been decided that this is too big a problem for our customer base to accept. We would be very grateful if you could expedite a fix for this issue.
0
Valeri Hristov
Telerik team
answered on 15 Jul 2009, 07:24 AM
Hi everyone,

We will fix the problem with SP1 next week or hopefully in the internal build this friday. I apologize for the inconvenience.

Btw, how many of you moved, or are going to immediately move, their primary development to Silverlight 3? I am curious if there will be developers who will work with Silverlight 2 after the release of Silverlight 3...

Sincerely yours,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
NS
Top achievements
Rank 1
answered on 15 Jul 2009, 07:31 AM
Hi Valeri,
Well ... I waited until I got the Silverlight 3 plugin installed on my machine. Backwards compability was a deciding factor. I did a quick test running Silverlight 2 apps with the Silverlight 3 plugin and they worked fine. Then we asked to our software distribution guys to deploy the SL 3 plugin to all the client machines. (we are developing more and more SL apps. Our first ones are about to go into production)
Next we decided to go ahead and switch to Silverlight 3 development. Converting SL 2 projects to SL 3 didn't cause much trouble.

The only thing I'm a bit dissapointed about is the OOB feature. It seems that it only works with WCF if you are using REST. And sad enough this isn't an option for us. (we need to pass complex parameters to WCF)
0
James
Top achievements
Rank 1
answered on 15 Jul 2009, 08:02 AM
Hi Valeri,

That would be great to have a fix by Friday - fingers crossed :)

We have moved our primary development to SL3 ( as of yesterday ) - and i know of two other development teams who are also in the process of moving their primary development to SL3. We are based in Sydney Australia - and the SL community talks amoungst itself reasonably often - my guesstimate is that 80% of the community will cutover by mid-late August.

Regards,

James
0
Jim
Top achievements
Rank 1
answered on 15 Jul 2009, 01:09 PM
great news, thanks!

we are 100% SL3 as we haven't released our product yet.
0
Tom
Top achievements
Rank 1
answered on 16 Jul 2009, 07:16 AM
We are 100% SL3 as we developing a new app.

0
James
Top achievements
Rank 1
answered on 18 Jul 2009, 07:41 AM
Hi Valeria,

Any news on the internal build or SP that will fix this problem with the RadWindow?

Thanks,
James
0
Boyan
Telerik team
answered on 20 Jul 2009, 02:54 PM
Hi Guys,

The issue is fixed and the fix is included in our Latest Internal Build which is uploaded to our site an hour ago. Thank you for the patience.

Greetings,
Boyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
sachin jagtap
Top achievements
Rank 1
answered on 21 Jul 2009, 09:59 AM
how do i get this build? with the window move fixed? is there any workaround?
0
Hristo Borisov
Telerik team
answered on 23 Jul 2009, 06:50 AM
Hi Sachin Jagtap,

You should login in your Telerik account and click on the download section. There you can find our latest official version as well as latest internal build which is released every Friday. However, we it is only used for adoption purposes and there is no guarantee that you will receive complete and bug free package. Thank you for contacting us and I hope this will resolve your problem.

All the best,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
sachin jagtap
Top achievements
Rank 1
answered on 23 Jul 2009, 06:54 AM
Hi, I downloaded the latest build, but the sensitive window problem is still there, if i click the header and drag the window, it is gone out of screen...

Regards,
Sachin
0
NS
Top achievements
Rank 1
answered on 23 Jul 2009, 07:14 AM
I've tried the silverlight_3_2009_2_720 version and the problem is solved on my side.
0
Hristo Borisov
Telerik team
answered on 23 Jul 2009, 09:04 AM
Hi Sachin Jagtap,

As Nicolas noted, have you tried the 2009.2.720 version for Silverlight 3? It should resolve your issue, thank you for contacting us and we look forward to resolving any issue you come across.

Best wishes,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Tom
Top achievements
Rank 1
answered on 24 Jul 2009, 08:52 AM
Hello,

The "sensetive radWindow" is fixed! Great!

However, I have another problem with the RadWindow, more spesific the RadWindow.Confirm-window;

In general it works fine, but sometimes (it seems random to me) it pops up behind other radwindows, leaving the user (and tester) confused...

1. Is this a known issue?
2. Is there a way to force it on top? (I supose this should be the default behavior for a confrim-window?)
3. Is this, maybe just an issue with the latest internal build?

Best regards,

Tom Rino
0
Hristo Borisov
Telerik team
answered on 27 Jul 2009, 08:40 AM
Hi Tom,

Yes, we are aware of the issue, and we are trying our best to resolve the problem for our service pack release. Thank you for contacting us and don't hesitate to contact us if you have any other questions.

Greetings,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
NS
Top achievements
Rank 1
Answers by
Tom
Top achievements
Rank 1
James Hollister
Top achievements
Rank 1
Valeri Hristov
Telerik team
Uwe Bach
Top achievements
Rank 1
Jim
Top achievements
Rank 1
ITServices
Top achievements
Rank 1
James
Top achievements
Rank 1
NS
Top achievements
Rank 1
Boyan
Telerik team
sachin jagtap
Top achievements
Rank 1
Hristo Borisov
Telerik team
Share this question
or