Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Using a C# variable in XAML

    like this: xmlns:local="clr-namespace:Soderman.Simon.Rocks" xmlns:io="clr-namespace:System.IO;assembly=mscorlib"    Note that only public properties appear in intellisense
  • Re: Using a C# variable in XAML

    public partial class Page1 : Page{ public Boolean ShowMe = false;public Page1(){ InitializeComponent(); EnableStuff = false } public bool EnableStuff { get;set } } XAML: <Page ...
  • Re: Windows Mobile

    bwahahaha, that reply couldn´t have come in a more appropriate time :) Have a look at the mix08 keynote, that´ll show ya! They are running Silverlight (I believe stand-alone) on a Nokia N95 mobile phone with SYMBIAN OS. whiiiiiii it´s like pron for nerds!
  • Re: Re: Re: WPF in SL 1.0?

    Hmmm, either I don´t understand you, or you don´t understand what Tim is saying. Silverlight has nothing to do with WPF. they share NO common resources. Silverlight has it´s own ".net Light" that runs in-browser. Sure it shares the same names, namespaces and so on, but there are NO dependencies between Silverlight and WPF. I think the ...
  • Re: Windows Mobile

    Yep, thats about all I´ve heard and seen as well. It would really be awesome if the silverlightplatform could be used to run standalone applications on windows mobile, as it is now it´s pretty hard to do something that looks and works nice, of course you can use tons of bitmaps but...but that has other drawbacks. /Simon  
  • Windows Mobile

    Hiya all! Just wanted to ask if anybody has heard anything about Silverlight on Windows Mobile? Any first-alpha releasedates, any good blogs that discuss the subject? Or perhaps one of the MS-people hanging around here can comment on the subject? What will be included, how will it run? standalone or web?
  • Re: export as image

    A Silverlight eqvivalent to the WPFs RenderTargetBitmap  would be a great addition. It could be used for a wide area of applications where one of the most obvious would be to capture a single videoframe. /Simon ,
  • Re: Re: Re: Re: Re: Q: Capture a video frame.

    Well, say that I wan´t to know who a person in a video-sequence is, say I don´t know who Sean Connery is and I´m watching a trailer of The Rock. I could just pause the silverligh-player when Sean is in view, mark his face and click a "Who is this?"-button. In slides a list of possible persons with an image and a name.  
  • Re: Re: Re: Re: Q: Capture a video frame.

    I would also be very interested in being able to retrieve a single frame, it would be a cool way to demo a face-recognition-teqnique. Not very useful demo in the long run, but stil...
  • Re: C# Layout framework doesn't work

    Same thing here, just the border appears, no buttons/stackpanels/grids inside it. Haven´t had the opportunity to debug further.  
1 2 3 Next >
Microsoft Communities