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

Silverlight Toolkit from CodePlex

5 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
test cdb
Top achievements
Rank 1
test cdb asked on 07 Mar 2011, 02:34 PM

Hello,

I would to know if WebAII will support this toolkit as it is a place where the Silverlight Team at Microsoft shares new components.

At the moment, when I want to reference a NumericUpDown like: 

Dim Nud As NumericUpDown = appMain.Find.ByName(Of NumericUpDown)("NumericUpDownExecutionTimeOut")
 I obtain: Type argument 'System.Windows.Forms.NumericUpDown' does not inherit from or implement the constraint type 'ArtOfTest.WebAii.Silverlight.FrameworkElement'. 

Regards.

5 Answers, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 07 Mar 2011, 02:58 PM
Hello,

The WebAii framework doesn't include extended support for the SL Toolkit yet. We are working on introducing Wpf support for the R1 major release of our Automated Testing Tools in April and if all goes well we will hopefully include some updates in regards to the SL Toolkit as well. In this regard, would you please share which controls would you like to see explicitly supported by the framework? Thank you in advance for the feedback!

Meanwhile you can base your automation on the WebAii FrameworkElement and use it if possible. If you don't need some specific NumericUpDown property values for example that may be sufficient.

Best wishes,
Konstantin Petkov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
test cdb
Top achievements
Rank 1
answered on 07 Mar 2011, 03:37 PM

Thanks for your feedback.

Our application is using at the moment the NumericUpDown and the AutoCompleteBox controls.

As you have suggested, I already use the WebAII FrameworkElement to use it. Hereafter is the way I bypass the limitation based on a Component1 Numeric Up Down that also works fine with this NumericUpDown:

  • DoubleClick on the name to select the actual value (SimpleClick is not reliable).
  • Sending each numeric value using myManager.Desktop.KeyBoard.KeyPress(KeyToSend, 200)
    • KeyToSend is Keys.NumPadx


I look forward you next update.

Best regards.
Stéphane PIERRE

0
test cdb
Top achievements
Rank 1
answered on 07 Mar 2011, 04:40 PM

Konstantin,

I forgot to mention the TreeView control that is also used in the application (from this Monday).

Regards.

Stéphane PIERRE.

0
Konstantin Petkov
Telerik team
answered on 08 Mar 2011, 02:44 PM
Hello,

Thanks for the feedback. We will do our best to work on these for the upcoming release. I will update this thread as soon as we have good news for you.

P.S. I've filed our first PITS issue with your request. You can find it here and vote if you want.

Edit: Updated the link.

Greetings,
Konstantin Petkov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Konstantin Petkov
Telerik team
answered on 02 May 2011, 04:10 PM
Hello,

The new release is live including improved support for Silverlight v4 controls. Please give it a go and let us know of your feedback!

Regards,
Konstantin Petkov
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
General Discussions
Asked by
test cdb
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
test cdb
Top achievements
Rank 1
Share this question
or