Re: [IronPython] Calling explicitly-implemented interface methods

2010-04-30 Thread Dino Viehland
Michael wrote: > On 30/04/2010 23:58, Dino Viehland wrote: > > Michael wrote: > > > >> On 30/04/2010 23:32, Dino Viehland wrote: > >> > >>> Michael wrote: > >>> > >>> > Hey all, > > I'm porting the dotnet-integration document that comes with IronPython > to Try Python. The follo

Re: [IronPython] Calling explicitly-implemented interface methods

2010-04-30 Thread Michael Foord
On 30/04/2010 23:58, Dino Viehland wrote: Michael wrote: On 30/04/2010 23:32, Dino Viehland wrote: Michael wrote: Hey all, I'm porting the dotnet-integration document that comes with IronPython to Try Python. The following example doesn't work, because RegistryKey isn't ava

Re: [IronPython] Calling explicitly-implemented interface methods

2010-04-30 Thread Michael Foord
On 30/04/2010 23:58, Dino Viehland wrote: Michael wrote: On 30/04/2010 23:32, Dino Viehland wrote: Michael wrote: Hey all, I'm porting the dotnet-integration document that comes with IronPython to Try Python. The following example doesn't work, because RegistryKey isn't ava

Re: [IronPython] Calling explicitly-implemented interface methods

2010-04-30 Thread Dino Viehland
Michael wrote: > On 30/04/2010 23:32, Dino Viehland wrote: > > Michael wrote: > > > >> Hey all, > >> > >> I'm porting the dotnet-integration document that comes with IronPython > >> to Try Python. The following example doesn't work, because RegistryKey > >> isn't available on Silverlight. Can anyon

Re: [IronPython] Calling explicitly-implemented interface methods

2010-04-30 Thread Michael Foord
On 30/04/2010 23:32, Dino Viehland wrote: Michael wrote: Hey all, I'm porting the dotnet-integration document that comes with IronPython to Try Python. The following example doesn't work, because RegistryKey isn't available on Silverlight. Can anyone suggest a good alternative of an explici

Re: [IronPython] Calling explicitly-implemented interface methods

2010-04-30 Thread Dino Viehland
Michael wrote: > Hey all, > > I'm porting the dotnet-integration document that comes with IronPython > to Try Python. The following example doesn't work, because RegistryKey > isn't available on Silverlight. Can anyone suggest a good alternative of > an explicitly implemented interface method on a

[IronPython] Calling explicitly-implemented interface methods

2010-04-30 Thread Michael Foord
Hey all, I'm porting the dotnet-integration document that comes with IronPython to Try Python. The following example doesn't work, because RegistryKey isn't available on Silverlight. Can anyone suggest a good alternative of an explicitly implemented interface method on a class in Silverlight?