Advanced Forum Search Results
-
Hi Alan,
It certainly sounds like that would do everything I'm looking for. If you could post a sample, that would be great.
Thanks!
-
Never mind. I got it.
Thanks, though.
-
Thanks for the responses, but I don't think either of those will work for what I'm wanting.
My problem is if I have 30 rectangles, all of which I want to have the same style (and I don't want to update all of them individually). I'd like to have them all set (in the xaml file) to the same style, and then update the style to look ...
-
Hi,
I'm trying to make a video player in Silverlight (2, beta 2), and I'd like it to have a progress bar. My idea was to have a media element (which would play the video) and a DispatcherTimer (and every time the DispatcherTimer ticks, the progress bar would update to reflect the current position of the video). However, this doesn't ...
-
Hi,
I want to be able to set style properties (and values) from the c sharp file behind my silverlight page. For example, if I have a a rectangle, I want to be able to set the color of the border based on some value I have in the cs file. I'd prefer to be able to modify an existing style, but creating a new one would also work. ...
-
Hi,
This may have a very simple answer, but I can't work out how to do what I'm wanting:
I have a silverlight application with a lot of animations (storyboards). Some of them I would like to always include. I would like to choose which of the others to included dynamically (in app.xaml.cs or page.xaml.cs). I was thinking of putting each ...
-
That works wonderfully. Thanks!
-
Sorry for the repost, but I've worked out more about what is going on:
I'm trying to make a "search" button that contains a textbox in which a user can input a query. However, I cannot seem to put a space in the textbox. Whenever I type a space, it is interpreted as a "click" on the button. My ...
-
I am currently having two problems with my silverlight application:
1) I'd like to make my page class (declared in page.xaml.cs) inherit from an abstract class I declared (PageTemplate). However, the automatically generated generating file page.g.cs gets is not noticing this parent class. Changing page.g.cs every time I edit page.xaml is ...
-
Ah, you're right. I didn't notice that.
Thanks!