Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: UserControl PARTs & VSM & Blend

    Yup I totally agree because I am trying to get our company to adopt Silverlight and the more issues I encounter the more discouraged they get about the developer environment. I am really pushing how VSM / PARTs is the way to go but I'm not having a good experience with it in Blend when I am putting myself in seperate seats as a developer then ...
  • Re: Re: Re: Re: Using NetworkCredential class

    Well unfortunately I am unable to explain our companies protocol in an open forum however we do mobile data synchronization via HTTP/HTTPS requests and we send credentials across. We are not doing SOAP. We want to synchronize data with our Silverlight version of the application and store data in ISO Storage. Additionally we want the Silverlight ...
  • Re: Re: Re: Re: Using NetworkCredential class

    This limitation is truly painful to be honest. I understand that security is a priority however if the destination url has a cross site policy which allows silverlight to call the remote server, is this not an acceptable situation? We are running a JSP backend server and are communicating to it via silverlight. We have our own custom HTTP based ...
  • Re: Blend & SL2 Beta 2 SplashScreen

    Nope.. doesn't work. I did the following: <Grid ...
  • Re: UserControl PARTs & VSM & Blend

    Where in Blend does the graphic designer see what items they need to include in the template? In my look-less control I have implemented the following: [TemplatePart(Name = "PanelContent", Type = typeof(Panel))] [TemplatePart(Name = "StoryAnimation", Type = typeof(Storyboard))] But nowhere in Blend when I create a new blank ...
  • Re: UserControl PARTs & VSM & Blend

    I see.. Unfortunately most multi-step articles I've read about using PART's, VSM etc all said Control & UserControl's can support the PART's model etc. I guess this is incorrect. Also I did a quick test of a custom control, when I edit the blank control template, nowhere in Blend does it tell my designer what he has to ...
  • Re: Blend & SL2 Beta 2 SplashScreen

    Ok I'll give that a try. Please MS allow us to make splash screens with all the controls they support properly in Blend. I am trying to hand a workflow to a designer so we can have nice Designer/Developer workflow and things like this are frustrating to say the least. I know 2.5 is Beta, thats why I want ot mention that it would be really ...
  • Re: Blend & SL2 Beta 2 SplashScreen

    Yes that is the tutorial I was following however have you tried to build one of these in Blend? All you get is a Canvas, with no alignment options. Makes it very difficult to make a loading screen in the center of the screen. Unless I am doing something wrong. But when I create a XAML file in the Web project, it's a very basic Canvas with ...
  • UserControl PARTs & VSM & Blend

    Hey gang. I am really struggling to get a good designer/developer workflow going on in my project. I have created a UserControl in Blend and then I have in the .cs file declared some PARTs model meta data for elements I will require. I then go into Blend and the menu option to edit a template of my UserControl is grayed out. Even if I leave no ...
  • Re: Using ScrollViewer and ScrollBar

    Wow so thankful for this post. I hope this gets fixed before SL2 releases. I wasted so many hours in Blend trying to figure out what the hell was wrong with this. Frankly a designer should be able to mock an autosize layout like this easily. Please MS fix this. In WinForms such a thing was simple with Panels and Anchoring/Docking. The panel never ...
1 2 3 4 5 Next >
Microsoft Communities