Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: RIA Services on Azure not working

       Good to hear you got a RIA Services app running on Azure. I am looking at the same combination for a new project. Would you be open to share your project as a starting point? Thanks in advance. ercercerc
  • Slider Issue - From B1 to B2

       I have an application I am converting from beta 1 to beta 2. I use a slider to provide a zoom control. In beta 1 the following simple code worked fine:private void sldZoomLevel_ValueChanged(object sender, RoutedEventArgs e)    {      ZoomLevel = (int)sldZoomLevel.Value;    } In beta 2 ...
  • Re: Silverlight Streaming - Map Network Device

      Never mind ... I found the answer. One can Map Network Drive to https://silverlight.services.live.com/accountId and use the Account ID and Key for the authentication challenge.
  • Silverlight Streaming - Map Network Device

      I know I have seen the instructions on how to "Map Network Drive" into my application area in Silverlight Streaming. This allowed access to my Silverlight Streaming applicaton storage area with Windows File Explorer or any other application. Now I cannot find them even after many searches. Does anyone have a pointer to the ...
  • Re: Design Time Behavior

    I just found the answer, here it is in case it is useful to someone else. The function GetIsInDesignMode, as the name implies, will return true if in design mode. Here is how I use it:   using System.ComponentModel; ..... // the following is in the logic of my UserControl if ...
  • Re: Design Time Behavior

    The image download mechanism is working well, not the issue. It uses a mechanism different than in your post but it works well. The question is on the difference between design-time and run-time for a UserControl. I basically want teh UserControl to have different rendering behavior when in design-time vsx. run-time. I know how to do the ...
  • Re: Design Time Behavior

    Sorry, my phrasing was incorrect. The web service provides the images at runtime, like many Silverlight samples floating around. But this is simply done by setting the Image.Source to the URL as you point out. What I want is for the images not to be downloaded during design-time, only when the component is in runtime.
  • Design Time Behavior

    I am writing a Silverlight 2 C# user control that downloads images from a web service. When the control is being drawn at design time - for example, when placed on a Grid inside Blend - I want to prevent the images from being downloaded. The web service is not very fast and there is little value to the images being downloaded during ...
  • Re: UserControl & Blend 2.5

      Apologies if this question fits better in another forum. When programming SL Beta 1 with C#, is it possible for a UserControl to know that it is being displayed in Design Time and draw itself differently than it would at runtime? I am writing a control that gets images from the web and I would prefer not to have it download the images ...
  • Re: Re: Allow .SDI file extensions to be uploaded to Silverlight Streaming

      I get the message "The archive does not meet the criteria for valid applications. Refer to the SDK for details." in the app upload page. I have not tried encoding as a single image but I have uploaded the same application with a smaller image set and it works OK. I have read the criteria in the SDK and I don't find any ...
1 2 3 4 Next >
Microsoft Communities