
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it's totally possible to have a silverlight extension. Everything which can be embedded in a web page can be used as an extension.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 = ' <param name="source" value="'path+'Cursors.xap"/>'
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>';

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
silverlight(.xap) does not normally show, just install screen is shown~ such as capture screen

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
silverlight is as well at ie9 but not as well at qlikview webview

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jgeorge - Excellent answer! Thank you very much.
Cheers - DV

.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
