Advanced Forum Search Results
-
[quote user="Dvladimir"]
Похоже друзья из Макрософт забили на нашу проблему, выпустили глючный продукт, а поддержки 0.
P.S. My opinion about problem solving from Microsoft, in Russian
[/quote]
Why are you saying we provide no support? Look at all Stefan's posts up the thread... He was trying to get as much ...
-
It should not be part of Windows Update (there are restrictions on what MS can update through WU, which basically includes only OS components), but it will very likely be included in Microsoft Update.
-
As I said, there's no way to reuse this object and share it by two parents. Imagine a very high-dimensional image, that takes a lot of time to load. Even though "sharing" it (if it was possible) would have decreased the load time, it is not possible, because you actually need two objects to render them.
What I would ...
-
Could you pls include the repro code / project?
-
It is by-design, you cannot reuse UI objects, you have to create a separate object instance for each UI element. This is the same in WPF.
Btw, why can't you just create a separate method, that would return this path, and call it twice?
PS: Just for future reference, if you think something is working wrong in Silverlight, first ...
-
Hi,
This is a recently discovered bug. If no reference is kept to a popup object (or an object holding it), it will be collected, even though it is rendered on screen, in WPF works correct. This bug is on-track and should get fixed by RTM.
-
MediaElement.Source has a Uri type, not a string.
MediaElement MyMediaElement = new MediaElement();Uri MyUri = new Uri("streaming:/XXX/TTTTTT/Video.wma", UriKind.Absolute);
MyMediaElement.Source = MyUri;
BTW, isn't "wma" type for audio, not video?
-
Could you please clarify your question? First of all, to stream video you need Windows Media Services on SS. On the CS you would have a silverlight app inside the page, that would have a MediaElement, which will receive and display the steam from a server.
-
Try using Expression Encoder or Windows Movie Maker.
-
Did you try reinstalling runtime, sdk and VS tools?