users-boun...@lists.ironpython.com]
On Behalf Of Michael Foord [fuzzy...@voidspace.org.uk]
Sent: Sunday, March 08, 2009 4:39 PM
To: Discussion of IronPython
Subject: Re: [IronPython] IronPython to JavaScript
Jimmy Schementi wrote:
> Kristian wrote:
>
>> Just curios... Has anyone had time to
Jimmy Schementi wrote:
Kristian wrote:
Just curios... Has anyone had time to look at my sample yet?
Yes, and sorry for the horrifically late reply ...
http://jimmy.schementi.com/silverlight/scriptable
source is here:
http://jimmy.schementi.com/silverlight/scriptable.zip
There was a
Jimmy Schementi wrote:
Kristian wrote:
Just curios... Has anyone had time to look at my sample yet?
Yes, and sorry for the horrifically late reply ...
http://jimmy.schementi.com/silverlight/scriptable
source is here:
http://jimmy.schementi.com/silverlight/scriptable.zip
There was a
Kristian wrote:
> Just curios... Has anyone had time to look at my sample yet?
Yes, and sorry for the horrifically late reply ...
http://jimmy.schementi.com/silverlight/scriptable
source is here:
http://jimmy.schementi.com/silverlight/scriptable.zip
There was a few small changes I made to Mich
onpython.com] On Behalf Of Kristian Jaksch
> > Sent: Wednesday, January 14, 2009 2:04 PM
> > To: Discussion of IronPython
> > Subject: Re: [IronPython] IronPython to JavaScript
>
> > Ok, here we go. I attach a MINIMAL sample for you guys :-)
>
> > It should just send
Thanks, I'll take a look at it.
> -Original Message-
> From: users-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of Kristian Jaksch
> Sent: Wednesday, January 14, 2009 2:04 PM
> To: Discussion of IronPython
> Subject: Re: [Ir
n
> Subject: Re: [IronPython] IronPython to JavaScript
>
> Thanks again for the reply.
>
> I must be getting something seriously wrong. I did what you said and I
> don't get any Javascript error but I still get the same error as
> before from Ironpython:
>
> "
Thanks again for the reply.
I must be getting something seriously wrong. I did what you said and I
don't get any Javascript error but I still get the same error as
before from Ironpython:
"SystemError: Object reference not set to an instance of an object."
I looked at the source code of your Web
Ahhh... there is a detail I missed out in that article. You can only
hook up the Javascript function after the Silverlight control has
loaded. This is *possibly* the cause of your problems.
I do the hooking up in an onload function:
function onload() {
co
Thanks for the reply!
No, I can't get it to work with Javascript either. I added the script
below to my page:
function some_function(sender, args) {
value = args.val;
alert(value);
}
control = document.getEleme
xkrja wrote:
I'm trying to call javascript from IronPython (via Silverlight 2) but I can'
get it to work properly. I looked at this example:
http://www.voidspace.org.uk/ironpython/silverlight/scriptable.shtml#id10
http://www.voidspace.org.uk/ironpython/silverlight/scriptable.shtml#id10
It's e
I'm trying to call javascript from IronPython (via Silverlight 2) but I can'
get it to work properly. I looked at this example:
http://www.voidspace.org.uk/ironpython/silverlight/scriptable.shtml#id10
http://www.voidspace.org.uk/ironpython/silverlight/scriptable.shtml#id10
It's explained very c
12 matches
Mail list logo