Advanced Forum Search Results
-
Hello,
Thank you for your response. I agree and had the feeling yesterday that I'm missing some fundamental concepts.
As it turns out I was engaged to clean up the UI for a prototype Silverlight application in Blend which I took the time to work with and read about in 2 books that I purchased. When ...
-
Hello,
Thank you for the response. I found this one earlier today. Can you explain to me why his code says:<DVC:Chart x:Name="MyChart" Width="400" Height="250" Background="YellowGreen" ...
-
Thank you for the reply, but this video does not answer my questions. The presenter spends most of the time explaining how he wrote the C# code behind the pie. I want to know what goes between the two initial chart tags that appear in the XAML after you drag the chart component from the tools.
I just want a simple step by step ...
-
Hello,
I have the latest toolkit installed. I want to create a pie chart. I drag the component from the tool box and get"
<chartingToolkit:Chart></chartingToolkit:Chart>
Now what do i do? I know there is more to it and I see it in the examples I've found but I cut and paste them into my page and I ...
-
Hello,
I solved my problem by uninstalling everything Silverlight on my machine and reinstalling. Doing so placed the toolkit components into my toolbox automatically. So far everything appears to be working correctly.
Regards,
Bob
-
Hello,
Using Visual Web Developer 2008 Express Edition
I'm trying to get the Silvelight Toolkit items to show up in the Toolbox. I followed these instructions (which are outdated but all I could find):
http://blog.enginefour.com/blog/post/Adding-Silverlight-Toolkit-Controls-to-the-Visual-Studio-and-Blend-Toolbox.aspx
The ...
-
Thank you. I looked for a place to send a note to Scott about it before I posted it here and I was unable to comment.
My concern really was that it's publized as a beginner's tutorial and I was stuck at that point because it didn't work.
Bob
-
Hello,
The tutorial is supposed to be for Silverlight 2, that's what it says, yet it includes instructions to use the WatermarkedTextBox which does not work in Silverlight 2.
Bob
-
Hello,
I have worked with Blend, I just like to understand what is going in both enviornments so I can communicate well with the developers.
Honestly though, suggesting I try out Blend is not an answer to my original question. What is up with the outdated tutorials and the Watermark Text box? My understanding is there is a Beta for ...
-
Hello,I'm new to Silverlight and trying to follow along the suggested tutorials by Scott Guthrie. I've made it to part 2 about 1/2 down the page where there is a line of code as such: <WatermarkedTextBox Grid.Column="1" ..etc
The WatermarkedTextBox is giving me a problem. I Googled the term and found it ...