Click here to Skip to main content
15,905,616 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF Help Needed on Resizing data grid Pin
blurboy25-Aug-08 2:47
blurboy25-Aug-08 2:47 
AnswerRe: WPF Help Needed on Resizing data grid Pin
Timmy Kokke25-Aug-08 4:47
Timmy Kokke25-Aug-08 4:47 
Questiondrawing bounding rectangle around rotated UI Elements Pin
KrunalC24-Aug-08 22:06
KrunalC24-Aug-08 22:06 
AnswerRe: drawing bounding rectangle around rotated UI Elements Pin
Insincere Dave25-Aug-08 5:52
Insincere Dave25-Aug-08 5:52 
GeneralRe: drawing bounding rectangle around rotated UI Elements Pin
KrunalC25-Aug-08 15:56
KrunalC25-Aug-08 15:56 
GeneralRe: drawing bounding rectangle around rotated UI Elements Pin
Insincere Dave26-Aug-08 6:29
Insincere Dave26-Aug-08 6:29 
GeneralRe: drawing bounding rectangle around rotated UI Elements Pin
KrunalC31-Aug-08 17:01
KrunalC31-Aug-08 17:01 
QuestionMediaElement Custom Streaming Pin
K.L.K22-Aug-08 12:03
K.L.K22-Aug-08 12:03 
Hey guys,

I am using Silverlight 2.0.3 MediaElement.Source to stream a video file through my custom localhost/loopback server. The loopback server runs fine when I request the file with Windows Media Player, however when I use MediaElement.Source (SilverLight) the Silverlight MediaElement will not play the file even though the data is being sent by the server.

The HTTP Requests that I receieve from Silverlight look like this:

HTTP GET http://localhost:8080/blah.wmv
UA-CPU: x86
Connection: Keep-Alive
Accept: */*
Accept-Encoding: gzip, deflate
Host: localhost:8080

HTTP GET http://localhost:8080/blah.wmv
UA-CPU: x86
Connection: Keep-Alive
Accept: */*
Accept-Encoding: gzip, deflate
Host: localhost:8080
Range: bytes=49152-852853760

HTTP GET http://localhost:8080/blah.wmv
UA-CPU: x86
Connection: Keep-Alive
Accept: */*
Accept-Encoding: gzip, deflate
Host: localhost:8080
Range: bytes=65536-852853760

This is very problematic because I receieve multiple HTTP Requests from Silverlight, and only one request from Windows Media Player. The byte range values do not make any sense, the header values are not consistent and seemingly random.

So in contrast to Windows Media Player's 1 HTTP Request, the Silverlight MediaElement makes 3 requests and doesn't play the file even though my custom Loopback Server is sending the data.

Can anyone shed some light on this?

madness ? this.isSparta = true : this.isSparta = false;

AnswerRe: MediaElement Custom Streaming Pin
bigerock1239-Jun-10 3:19
bigerock1239-Jun-10 3:19 
QuestionWPF RichTextBox - settting the font Pin
nellieow22-Aug-08 3:44
nellieow22-Aug-08 3:44 
AnswerRe: WPF RichTextBox - settting the font Pin
Pete O'Hanlon22-Aug-08 9:48
mvePete O'Hanlon22-Aug-08 9:48 
QuestionWPF Dataset xsd,xsc,xss?? Pin
Dotnetkanna22-Aug-08 3:07
Dotnetkanna22-Aug-08 3:07 
QuestionListView with expandable items Pin
Meindert221-Aug-08 23:56
Meindert221-Aug-08 23:56 
AnswerRe: ListView with expandable items Pin
User 27100926-Aug-08 3:19
User 27100926-Aug-08 3:19 
GeneralRe: ListView with expandable items Pin
Pete O'Hanlon26-Aug-08 3:57
mvePete O'Hanlon26-Aug-08 3:57 
GeneralRe: ListView with expandable items Pin
User 27100926-Aug-08 4:04
User 27100926-Aug-08 4:04 
GeneralRe: ListView with expandable items Pin
Pete O'Hanlon26-Aug-08 4:13
mvePete O'Hanlon26-Aug-08 4:13 
GeneralRe: ListView with expandable items Pin
User 27100928-Aug-08 4:20
User 27100928-Aug-08 4:20 
GeneralRe: ListView with expandable items Pin
Pete O'Hanlon28-Aug-08 4:30
mvePete O'Hanlon28-Aug-08 4:30 
GeneralRe: ListView with expandable items Pin
Mark Salsbery26-Aug-08 6:26
Mark Salsbery26-Aug-08 6:26 
GeneralRe: ListView with expandable items Pin
User 27100928-Aug-08 15:35
User 27100928-Aug-08 15:35 
Questionevent help Pin
lankaudaranga21-Aug-08 21:15
lankaudaranga21-Aug-08 21:15 
AnswerRe: event help Pin
Pete O'Hanlon21-Aug-08 23:49
mvePete O'Hanlon21-Aug-08 23:49 
QuestionApplying inkcanvas on the WebBrowserControl in WPF? Pin
tarun jindal21-Aug-08 20:39
tarun jindal21-Aug-08 20:39 
Question[Message Removed] Pin
ped2ped21-Aug-08 19:10
ped2ped21-Aug-08 19:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.