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

Problems with silverlight...

1 Answer 82 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ManniAT
Top achievements
Rank 2
ManniAT asked on 01 Mar 2009, 05:10 PM
Hi,

first of all I want to notice, that the "SilverlightManager" looks strange.
There are 2 Checkboxes - one without text (makes windowless) -- and a second where the Text is in Line 2 (Background image)

The most problem makes the editor itself.
I insert a silverlight object and the code looks like this:
<object type="application/x-silverlight" height="150" width="150" data="data:application/x-silverlight,">  
<param name="source" value="/ClientBin/SilverlightApplication1.xap">  
<param name="background" value="">  
<param name="windowless" value="true">  
<param name="enablehtmlaccess" value="false"></object> 
After switching to HTML and back to desing - I go again to HTML - my code looks now like this:
<object type="application/x-silverlight" height="150" width="150" data="data:application/x-oleobject;base64,QfXq3+HzJEysrJnDBxUISgAIAACBDwAAgQ8AAAIAAAAAAAAAAAAAAAAATgAAAC8AQwBsAGkAZQBuAHQAQgBpAG4ALwBTAGkAbAB2AGUAcgBsAGkAZwBoAHQAQQBwAHAAbABpAGMAYQB0AGkAbwBuADEALgB4AGEAcAAAADwAAAD//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=">  
<param name="source" value="/ClientBin/SilverlightApplication1.xap">  
<param name="background" value="">  
<param name="windowless" value="true">  
<param name="enablehtmlaccess" value="false"></object> 
The datatag is "changed" from application/x-silverlight" to x-oleobject with some base64 coded id.
This only happens when I transit the viewmode to HTML an back.
Also when I mark the silverlight element (in desing) and press "del" it gets not removed.
I have to switch to HTML - remove the object block and than go back to design.

Also the "Properties Inspector" can't handle the silverlight (object) tag.

It would be great to be able to add parameters (without going to HTML) - but the greatest problem are the changes made, when switching to HTML.

Regards

Manfred

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 04 Mar 2009, 04:52 PM
Hi Manfred,

We plan to improve the Silverlight Manager dialog in the official Q1 2009 release. There will be more options and the localization texts will be available.

The other issues you have reported seem to be browser-related, which means that we are not able to address them at the moment. The data property is automatically changed by IE (you can verify this if you copy the same content in another browser, e.g. Firefox). It doesn't seem to be affecting the display of the Silverlight content. The delete problem is also related to the browser's HTML editing engine - if you want to delete the element in IE, first click inside it (a border should appear around it), then click on one of the resize squares that appear around the object and resize it a bit(the border should disappear). After that you should be able to delete the object by pressing Del.


Sincerely yours,
Lini
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
Editor
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Lini
Telerik team
Share this question
or