Advanced Forum Search Results
-
Just blogged about the Silverlight/Flash hybrid microphone solution we're considering for the Tutor.com Classroom, if you're inclined to go that way. You'll need to use Flash Media Server if you want the conferencing aspect, but at least the bulk of your application can be in Silverlight with just the voice piece in ...
-
Hi -- it's been over a month now, still no word. Can I get a status update please? Again, I am trying to get the Tutor.com Classroom (http://www.tutor.com/classroom) listed in the Showcase.
Thank you--
-
Hi -- I submitted Tutor.com's Silverlight app (http://www.tutor.com/classroom/classroom.aspx?Practice=1) to the Showcase about three weeks ago and have not heard back. Can I please get a status update? Thanks--
-
Good point, thank you! So... is there an alternative way to display a ~250KB jpeg in Silverlight that avoids conversion to bitmap? Thanks again--
-
If I do the following:
- Get byte array of jpeg data
- Instantiate a MemoryStream with this byte array
- Instantiate a System.Windows.Media.Imaging.BitmapImage
- Call BitmapImage.SetSource(MemoryStream)
The
image displays correctly, but the memory usage in my IE process
balloons by several MEGABYTES. The problem definitely seems dependent
on ...
-
If I do the following:
- Get byte array of jpeg data
- Instantiate a MemoryStream with this byte array
- Instantiate a System.Windows.Media.Imaging.BitmapImage
- Call BitmapImage.SetSource(MemoryStream)
The image displays correctly, but the memory usage in my IE process balloons by several MEGABYTES. The problem definitely seems dependent on how ...
-
In SL2B1 on Mac/Safari -- when calling ToString("HH") on a datetime variable, instead of formatting the hour portion of the date you get "HH" as your output. This is not a problem on the PC. Thanks--
-
Hi -- just noticed that pre-intel macs don't appear to be supported with SL2B1. Is this a design choice or is this just something that will be included in a future release? When? Is this also true of SL1? Thanks, Russ.
-
Hi Piotr -- Thanks very much for this detailed response. My fundamental problem with this approach is that this is a horrible end-user install experience: a run/save dialog is simply not friendly enough to the average user, to whom running an ".exe", regardless of the fact that is comes from Microsoft.com, is a scary experience. This ...
-
Hi -- just tried this as well, to no avail. Looks like there is no in place installation for silverlight 2 yet. Can someone from Microsoft confirm/explain this and let us know when this is expected to be available or what workaround we can use in the meantime? Thanks--