Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

silverlight extension

flash is a well as ajax client but sliverlint is not well? why?? i would like to know how to sliverlight plugin...if at all possible, i want to see sliverlignt example

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

The extension is properly displayed. I guess your problem comes from the fact that you are running qlikview 64 bits client, so you need a 64 bits version of silverlight to have your extension in qlikview. Unfortunately there is no x64 version of silverlight nor flash. Switch to the x86 and it should be fine.

View solution in original post

9 Replies
Not applicable
Author

it's totally possible to have a silverlight extension. Everything which can be embedded in a web page can be used as an extension.

Not applicable
Author

i know but it's not...i raised the above file..please, help me

 

var path = "/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/Gantt/";
    var html = '<!-- saved from url=(0014)about:internet -->'
 html += '<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">'

    html = '    &lt;param name="source" value="'path+'Cursors.xap"/&gt;'
    html += '    <param name="background" value="white" />'
    html += '    <param name="autoUpgrade" value="true" />'
    html += '    <a href="[http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50401.0 | http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50401.0]" style="text-decoration:none">'
    html += '      <img src="[http://go.microsoft.com/fwlink/?LinkId=161376 | http://go.microsoft.com/fwlink/?LinkId=161376]" alt="Microsoft Silverlight 얻기" style="border-style:none"/>'
    html += '    </a>'
    html += '     </object>';

Not applicable
Author

silverlight(.xap) does not normally show, just install screen is shown~ such as capture screen

Not applicable
Author

The extension is properly displayed. I guess your problem comes from the fact that you are running qlikview 64 bits client, so you need a 64 bits version of silverlight to have your extension in qlikview. Unfortunately there is no x64 version of silverlight nor flash. Switch to the x86 and it should be fine.

Not applicable
Author

silverlight is as well at ie9 but not as well at qlikview webview

jerrysvensson
Partner - Specialist II
Partner - Specialist II

In QlikView 10 WebView and IE9 can't handle Extension objects. It does work with IE9 in plugin though.

Find a machine with IE8 and try it.

RC11 WebView with IE9 does work.

IAMDV
Luminary Alumni
Luminary Alumni

jgeorge - Excellent answer! Thank you very much.

Cheers - DV

IAMDV
Luminary Alumni
Luminary Alumni

jgeorge - How to switch the x64 client to x86? Coz my server is setup with x64 and I have a desktop edition with x86 edition and it works fine here.

Is there a setting on the server to host a document as x86? Coz I'm using a SilverLight Extension on this document.

Thanks in advance.

Cheers - DV

Not applicable
Author

This has nothing to do with the server settings: it will always give the same responses.

To view the document as x86 you just have to connect to the qlikview server using a 32 bits browser instead of a 64 bits one. That's the client browser which runs the x86 silverlight code so it has to be x86 too.

Note that I do not know much about silverlight but the same was true for flash objects (however I think there is a x64 flash player now so you could check if there is something like a x64 silverlight plugin).