TooltipServic.ToolTip does not seems to work using binding to get tooltip text value: <Button x:Name="BtnFondCarte" Click="BtnFondCarte_Click" Height="34" ToolTipService.ToolTip="{Binding Path=BtnFondCarte_Tool}"> <Image x:Name="FondCarte" Height=&qu...
I am trying to switch ArcGIS API version from 3.13 to 4.0 (no longer beta version, but official one). I am not able to display a map with API 4.0 using C#Xaml. According to ESRI, creating a 2D Map with API 4.0 is similar (Html Page to display a map) ------- Begin HTML ----- <!DOCTYPE html> <html> <h...
Esri is moving to API 4.0, actually in beta 3. Esri recommand for new starting project to use immediatly 4.0, because there are a lot of breaking changes from previous version 3.15. Since cshtml5 is also beta, would like use version 4.0 as soon as possible. I have begin to create a Esri.ArcGIS.Clien...
I can't find the «attachement», is the source code or output dll still available, i would like to test, There is a lot of Json involve with ArcGIS Server communication.
Very nice feature having «CSHTML5.Interop.ExecuteJavaScript» working in debugger First i try with your ArcGIS Sample, and then i use the possiblility of having referenced Library in a another project to move all related ArcGIS API Stuff in an «Esri.ArcGIS.Client» project. Then i add to ArcGIS Silver...
I am evaluating the WebClient with beta 6. With this post and example (Tutorial to easily create a REST-based client/server app in CSHTML5), i have been able to make your sample work. Unfortunatly for me, the real url i need to call is external to the project localhost web site, and it's also secure...