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:
After switching to HTML and back to desing - I go again to HTML - my code looks now like this:
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
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> |
<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> |
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