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

support for upcoming Silverlight 5 Beta

16 Answers 208 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 06 Apr 2011, 01:43 PM
Hi Telerik,

Now that the Silverlight 5 Beta has been announced for release next week, does your team have a timeline for beta controls to support it?  
Thanks,

Sean Elliott

16 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 06 Apr 2011, 02:16 PM
Hello Sean,

 We believe that our current Silverlight assemblies will work normally with the upcoming Silverlight 5 Beta. Later this year when we start adding Silverlight 5 specific features we will provide native Silverlight 5 assemblies. 

All the best,
Vlad
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
Nohinn
Top achievements
Rank 1
answered on 04 May 2011, 12:07 PM
It looks like they have enhanced the DataGrid control, because I'm trying to use the newly feature from Silverlight 5 to create dynamic properties at runtime and while with the DataGrid it works fine, the GridView from Telerik doesn't populate the columns.

This article refers to the feature I'm talking about: http://blogs.msdn.com/b/silverlight_sdk/archive/2011/04/25/binding-to-dynamic-properties-with-icustomtypeprovider-silverlight-5-beta.aspx
0
Vlad
Telerik team
answered on 04 May 2011, 12:10 PM
Hello,

 Indeed later this year (as I've posted earlier) we will add SL5 specific features ... like this for example. 

Regards,
Vlad
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
Thomas
Top achievements
Rank 1
answered on 06 May 2011, 01:18 PM
"We believe that our current Silverlight assemblies will work normally with the upcoming Silverlight 5 Beta."

Unfortunately they don't. :(

I can't open a UserControl in the Blend 5 Preview that contains a RadTabControl.
I keep getting an error "Error HRESULT E_FAIL has been returned from a call to a COM component."

Any ideas?

cheers
Thomas
0
Vlad
Telerik team
answered on 09 May 2011, 07:06 AM
Hello,

 Can you check the inner exception for more info?

Regards,
Vlad
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
Thomas
Top achievements
Rank 1
answered on 09 May 2011, 09:17 AM
Hi Vlad,

Thanx for your reply!

InnerException: None.

And the Xaml ist super-simple.

 

<UserControl
    mc:Ignorable="d"
    x:Class="MEFSample.TabControlError"
    d:DesignWidth="640" d:DesignHeight="480">
  
    <Grid x:Name="LayoutRoot">
        <telerik:RadTabControl HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
            <telerik:RadTabItem telerik:HeaderedContentControl.Header="RadTabItem">
                <Grid Background="Transparent"/>
            </telerik:RadTabItem>
        </telerik:RadTabControl>
    </Grid>
</UserControl>

Is that reproducible for you?
Are you interested in a screenshot?

cheers,
Thomas
0
Tina Stancheva
Telerik team
answered on 12 May 2011, 12:40 PM
Hello Thomas Mutzl,

Please accept my apology for the delayed response.

I tested the RadTabControl in ExpressionBlend5 Preview and it works as expected. However, I noticed that you are trying to set the RadTabItem Header using the telerik:HeaderedContentControl.Header. Can you try setting it through the RadTabItem Header property instead. I attached my test application just in case. Let me know if it works for you or if I am missing something.

Regards,
Tina Stancheva
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
Thomas
Top achievements
Rank 1
answered on 17 May 2011, 09:03 PM
Hello Tina,

Yup - I can confirm that it opens in Expression Blend 5 correctly.
Even my code from last week opens no correctly in design view. I have no idea what went wrong when I wrote the post.

Thanks for your answer!
0
Andrew
Top achievements
Rank 1
answered on 08 Jun 2011, 07:15 PM
After installing SL5 beta and tools, silverlight plugin crashes when I try to browse your demos. All other SL apps seems to be working just fine. I'm experiencing this problem on all machines with SL5 beta (32-bit and 64-bit Win XP).
0
Andrew
Top achievements
Rank 1
answered on 08 Jun 2011, 10:02 PM
---------------------------
chrome.exe - Application Error
---------------------------
The exception unknown software exception (0xc0000005) occurred in the application at location 0x7b8a76c4.

Click on OK to terminate the program
---------------------------
OK   
---------------------------
0
Milan
Telerik team
answered on 14 Jun 2011, 08:54 AM
Hello Andrew,

Have you tried running the demos with Internet Explorer? I tried and they work okay. 


Kind regards,
Milan
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
Andrew
Top achievements
Rank 1
answered on 21 Jun 2011, 02:29 PM
I get the same error in FF, Chrome, or IE. The very same thing happens on my home computer; they both have SL5 beta and tools and your samples used to work before I installed it. Is there anything I can do to diagnose the problem? I'm surprised that no one else seems to be having this problem...
0
Milan
Telerik team
answered on 22 Jun 2011, 08:03 AM
Hi Andrew,

I am afraid that there are no specific steps that I can recommend you to try. We will keep on trying to reproduce the error. 

All the best,
Milan
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
Fredrik Kvaal
Top achievements
Rank 1
answered on 24 Aug 2011, 11:50 AM
Hi
We are currently working on supporting Silverlight 5 in our product and in that context are seeing a serious problem with the radrichtextbox.
The problem is as follow: If you immediatly start typing (fast) after the app/richtextbox has loaded, the whole browser goes down. If you type one character, wait a few secs and then start typing everything works just fine.
We see this on both Macs and pc's (with SL5).
We manage to reproduce the problem in a simple test solution containing nothing but the richtextbox (link below).
We use version 2011.2 712 (have also tested with your latest internal build, without success).

We know that SL5 beta isn't officially supported, but can you help us with this?
Is this a known issue?
Is there any (temporarily) workaround?

Link to the test solution (without the telerik dll's): http://db.tt/GW3CfbA

Thank you!

Øivind Solberg
PagePlanner Solutions
0
Øivind
Top achievements
Rank 1
answered on 25 Aug 2011, 11:17 AM
I have managed to create a workaround to get around the problem.
This is really a hack, but it works :-)

So, in the loaded event of the editor, I set some content. Then I create and set a timer to do a callback after 10ms I clear the textbox. After this, everything seems to work just fine.

Thought this could be of interest for you..

Here's the code behind on the page hosting the RadRichTextBox:
public partial class MainPage : UserControl
    {
        public MainPage()
        {
            InitializeComponent();
        }
 
        private Timer m_timer;
 
        private void RadRichTextBoxLoaded(object sender, RoutedEventArgs e)
        {
            radRichTextBox.IsReadOnly = true;
            radRichTextBox.Document = (new TxtFormatProvider()).Import("loading...");
            m_timer = new Timer(RadRichTextBoxLoadedComplete, sender, 10, Timeout.Infinite);
        }
 
        private void RadRichTextBoxLoadedComplete(object sender)
        {
            Dispatcher.BeginInvoke(() =>
                                       {
                                           radRichTextBox.Document = (new TxtFormatProvider()).Import("");
                                           radRichTextBox.IsReadOnly = false;
                                       });
            m_timer.Dispose();
        }
    }


Regards, Øivind Solberg
0
Iva Toteva
Telerik team
answered on 29 Aug 2011, 09:13 AM
Hi Øivind,

Thank you for following up on this issue. It is good to know that you have managed to workaround the problem for now, even if it is a hack.
We will continue to look into the behavior of the rich text box with Silverlight 5 and try to solve the issues on our end whenever such appear.

Kind regards,
Iva
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
General Discussions
Asked by
Sean
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Nohinn
Top achievements
Rank 1
Thomas
Top achievements
Rank 1
Tina Stancheva
Telerik team
Andrew
Top achievements
Rank 1
Milan
Telerik team
Fredrik Kvaal
Top achievements
Rank 1
Øivind
Top achievements
Rank 1
Iva Toteva
Telerik team
Share this question
or