Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Color smooth - color gradients from value grid

    Hi, I'd like to write an application, which would graphically show the area distribution of some parameter based on data measured in several points (located in the area). To present the data I use a color palette and I'd like to distribute color smoothly over the area according the measurements. Could ...
  • Print from offline app

    Hi, I'm working on the following application - it's a small GIS viewer with layers automatically generated from XML files with vector and raster elements etc. The main aim is to create an simple application for users of our outputs (results from hydraulical models) which can be run offline, with no need of any special GIS software. ...
  • Routed event in custom control

    Hi, I have following problem. I created a custom control in which is a checkbox and the control should raise event when this inner check box is checked. So I created the event (in the control)   Public Event LevelSelectionChanged As RoutedEventHandler and raised this event byRaiseEvent LevelSelectionChanged(Me, New ...
  • Re: Re: How to localize Silverlight 2.0

    Hi Sergey,thanks a lot for your answer ! - as I see it, I should wait with the localization issues for the full version. Do you know when it could be out ? F.
  • Re: Re: How to localize Silverlight 2.0

    Hi, I'm afraid I don't understand - I would like to specify several culture specific resources - so according the resx concept (if I undestand it well) they should be named for ex. Resource.resx, Resource.cs-CZ.resx, Resource.de-DE.resx etc. However first problem occures when I create cs-CZ.resx in the project (at this moment I only ...
  • Re: How to move elements only inside canvas or gridcell

    Hello, thanks ! I have already found that the scroll viewer is the solution for my problem. 
  • Re: How to localize Silverlight 2.0

    Hi, I also think I should be able to do that by this way, however I don't know how. In VS 2008 I created a Silverlight simple test app with only one TextBlock which I want to change according the culture. It works normaly of course. The I click add new file -> resources file and I select to built it as embedded resource, then ...
  • Re: How to localize Silverlight 2.0

    Hi, I also think I should be able to do that by this way, however I don't know how. In VS 2008 I created a Silverlight simple test app with only one TextBlock which I want to change according the culture. It works normaly of course. The I click add new file -> resources file and I select to built it as embedded resource, then ...
  • How to localize Silverlight 2.0

    Hi, I'm looking for the way how to localize my Silverlight application - I mean how to store Labels etc in resource files and use them to change the language of the GUI. I looked over the internet, but I haven't found anything. I tried to use the resx files but without succes. But the System.Resources namaespace is included in Silverlight ...
  • How to move elements only inside canvas or gridcell

    Hi, I would like to create a simple GIS app which has some header and tools icons on the top, list of layers with some switches etc on the left and the main part will be a "frame" with maps. I decided to use a grid layout with 2 rows and 2 columns. In the col/row 1,1 I put canvas and here I suppose to put (programatically) ...
Microsoft Communities