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

Using Microsoft Silverlight Testing Framework w/ RadEditor

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael Geiser
Top achievements
Rank 1
Michael Geiser asked on 12 Jun 2009, 04:59 PM
Hello,

I am trying to set up a Silverlight test project in a Solution that will use the Microsoft Silverlight Testing Framework (See: http://www.jeff.wilcox.name/2008/03/silverlight-unit-testing/ for information).  The page I am trying to test has a RadEditor control which requires the Silverlight plug-in to be set to Windowless and the ClientBin to contain the RadEditorHelper.xap.

So here is my problem:

The tests are executed by running the Silverlight test project and not a web application, so I do not have ClientBin folder (which I can add to the project) but more importantly, I do not have .aspx page to set the Silverlight plugin's "Windowless" property to true.  I am Silverlight novice, but is there a way programmaticly to set the SL plugin's "Windowless" property? 

I am sorry to bother you, I know this is not a Silverlight forum, but I think if I can programmaticly set this property, I can get the tests to run.



1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 16 Jun 2009, 07:58 AM
Hello Michael Geiser,

you can specify the isWindowless property directly in the html object via its param tags, but the editor requires ASP.NET to run.
You can't run the edutor in a simple web application.


Greetings,
Valentin.Stoychev
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
Michael Geiser
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or