Re: XBAP application

2010-12-22 Thread stegzzz
Thanks for the reply. I did try this already, like this: The html file xdt.html was: XBAP test HTMLx#1 HTMLx#2 and the view file contained: def current_XABP(request): t = get_template('xdt.html') s='C:/Python26/Lib/site-packages/django/myproject/ WpfBrowserApplication1.xbap' html=t.r

Re: XBAP application

2010-12-22 Thread Mr. Gerardo Gonzalez Cruz
Why don't use a iframe, inside iframe call a your xbap application. On Wed, Dec 22, 2010 at 12:35 PM, stegzzz wrote: > Hi, I have an XBAP application that I want to run from my django > website. At the moment I'm just setup on my local machine using the > development serve

XBAP application

2010-12-22 Thread stegzzz
Hi, I have an XBAP application that I want to run from my django website. At the moment I'm just setup on my local machine using the development server and it is working OK for straightforward html pages and the XBAP program works OK if I just click on the XBAP file. However when I want t