(Not Signed In)

Sign In

.NET Development: Silverlight

Bottom of Page

1 to 8 of 8

  1.  
    • CommentAuthordougleu
    • CommentTimeJul 20th 2009
     
    Is anyone using GeoStream with Silverlight3? Are there any examples/demo sites available?
    •  
      CommentAuthorPepitaL
    • CommentTimeJul 20th 2009
     
    Silverlight is not supported yet but we are working on a release during Q4. Thus we don't have example or demos available.
  1.  
    Will that include support for WPF?
    •  
      CommentAuthorPepitaL
    • CommentTimeJul 22nd 2009
     
    Marcus,
    There are no plans for WPF support at this time.
    •  
      CommentAuthorJeffF
    • CommentTimeJul 22nd 2009
     
    It is possible to embed the existing MapCtrl object within a WPF control using System.Windows.Forms.Integration. Here is an example of a simple xaml page:

    <Window x:Class="WpfApplication1.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:wfi="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration"
    xmlns:gb="clr-namespace:Telogis.GeoBase;assembly=geobase.net"
    Title="Window1" Height="300" Width="300">
    <Grid>
    <wfi:WindowsFormsHost>
    <gb:MapCtrl></gb:MapCtrl>
    </wfi:WindowsFormsHost>
    </Grid>
    </Window>
    • CommentAuthorPaulF
    • CommentTimeOct 27th 2009
     
    Do you have an ETA for Silverlight support?
    •  
      CommentAuthorPepitaL
    • CommentTimeOct 27th 2009
     
    Hi Paul,

    Silverlight API is due for the end of November.

    Pepita
    • CommentAuthorwpearse
    • CommentTimeJan 25th 2010
     
    Check out the Silverlight/SilverStream tutorials here:

    http://geozone.geobase.info/tags/on/silverstream

1 to 8 of 8

  1.