Re: [Ironruby-core] using custom controls with gestalt

2010-08-01 Thread Ryan Riley
t; > ~Jimmy > > > -Original Message- > > From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > > boun...@rubyforge.org] On Behalf Of Mark Ryall > > Sent: Monday, January 25, 2010 7:12 PM > > To: ironruby-core@rubyforge.org > > Subject:

Re: [Ironruby-core] using custom controls with gestalt

2010-01-26 Thread Mark Ryall
;> boun...@rubyforge.org] On Behalf Of Mark Ryall >> Sent: Monday, January 25, 2010 7:12 PM >> To: ironruby-core@rubyforge.org >> Subject: Re: [Ironruby-core] using custom controls with gestalt >> >> In case anyone is curious - I got this to work by putting the &

Re: [Ironruby-core] using custom controls with gestalt

2010-01-25 Thread Jimmy Schementi
> -Original Message- > From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Mark Ryall > Sent: Monday, January 25, 2010 7:12 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] using custom controls with gestal

Re: [Ironruby-core] using custom controls with gestalt

2010-01-25 Thread Mark Ryall
In case anyone is curious - I got this to work by putting the Microsoft.Maps.MapControl.dll and Microsoft.Maps.MapControl.Common.dll assemblies directly into the DLR.xap file. This doesn't seem ideal - the slvx approach ensures that silverlight applications can avoid downloading command dependenci

[Ironruby-core] using custom controls with gestalt

2010-01-25 Thread Mark Ryall
I'm preparing some demos of using silverlight+ironruby with gestalt. It's really impressive but i'd like to show an example using the bing map control but can't work out how to make external controls available. Here's what I thought I should do: * Created a Microsoft.Maps.slvx containing the Mic