Advanced Forum Search Results
-
Control instead of Controls?
-
http://silverlight.net/quickstarts/BuildUi/CustomControl.aspx
-
sorry did not get your question...
do you mean stack as in data structure? or some thing else?
could you explain what you are trying to achieve?
-
you can use Stroke
<Rectangle Fill="#FF772A2A" Stroke="#FF5B60BD" StrokeThickness="5" Width="370" Height="215" Canvas.Left="58" Canvas.Top="148"/>
-
maybe this will help
http://vivekdalvi.wordpress.com/2007/05/21/part-i-search-application-html-silverlight/
-
totally hear you :)
-
unfortunately as it exists, it does not work for media scenario because openfiledialog returns you stream to local file but there is no way today for media element to actually play that stream. About giving path to the file would be a security concernt that is why within sandbox, you dont get access to the path
-
I think loaded event is fired when the object is actually inserted in the tree. did you try inserting the object that you get into the tree?
-
InitializeComponent is a auto generated method that VS puts into g.cs files in obj directory for getting intellisense to work. Page.xaml.cs has a autogenerated lines. you could either pass in those g.cs files to compiler or just comment out the call to InitializeComponent call and do findname on elements that you need to keep track of.
-
hey Robert.. thanks for pointing people to my blog :)
well i think one error you might come across is all the references are resolved wrt html page. so if the xaml page is referring to clientbin/foo.dll, it gets resolved wrt directory in which html lives. maybe you are hitting this one? what is the exception you are getting?