Advanced Forum Search Results
-
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
-
public partial class Page1 : Page{
public Boolean ShowMe = false;public Page1(){
InitializeComponent();
EnableStuff = false
}
public bool EnableStuff { get;set }
}
XAML:
<Page ...
-
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!
-
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 ...
-
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
-
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?
-
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 ,
-
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.
-
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...
-
Same thing here, just the border appears, no buttons/stackpanels/grids inside it.
Haven´t had the opportunity to debug further.