Comments.

  • DaveP said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Is the silverlight upload example suitable for large file upload scenarios?

    7/11/2008 8:13 AM
  • Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Font files can be very large. Do you know how we would do font subsets in Silverlight?

    7/12/2008 9:43 AM
  • Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    @DaveP:

    The limit is currently set to 4096 Bytes = 4MB...
    To change this you need to up the buffer in the application and insert the following in your web.config:

    <httpRuntime maxRequestLength="8192" />

    Just put in somewhere in the system.web tags... (Thats for 8 MB and it works just fine.. havent tried larger files yet...)

    7/13/2008 1:59 AM
  • Ben Hayat said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Hi Tim;

    The font video is great. Two questions:
    a) How do you add Fonts to Blend? If I try to to add it by using Add|Existing Item, In the dialog box, it opens the fonts, but does not add it to SL project?

    b) Secondly, even if you add it via VS, how could a designer use that font in Blend without manually getting into Xaml code? I'm trying to let some users to choose the fonts in Blend.

    Thanks!
    ..Ben

    7/13/2008 8:48 AM
  • Ben Hayat said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Tim;

    Let me alter my above question:

    I can import a custom Font into Blend and use it, but if I go to Windows/fonts, I can not use any of those fonts. And those are the fonts that users use in Word. How can I use those?

    Thanks!
    ..Ben

    7/13/2008 9:12 AM
  • timheuer said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Ben: good questions. Enhanced font support is coming in Blend to perform these embedding routines (as well as select which parts of the font) easier. In the current Blend beta it isn't there yet, but expect to see better support for this in Blend. The font list you see now in Blend is limited to what is enabled for Silverlight. You could type one in and it would edit the XAML correctly, but unless present in the assembly resources it wouldn't work...again added benefits are coming.

    7/13/2008 11:58 AM
  • Ben Hayat said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Thank you Tim; BTW, I didn't get reply to the last email ;-)

    Now, going to read your iPhone blog! Tim, What's the MSFT plans for writing SL apps for iPhone?

    ..Ben

    7/13/2008 4:18 PM
  • timheuer said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Ben: i just played the video fine, are you using FF3 to play the videos?

    iPhone: Apple first has to support a model that enables plugins. Until then we can only speculate and wish. We don't have plans to build on platforms that don't support browser plugins...and they don't.

    7/13/2008 7:38 PM
  • Ben Hayat said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Tim:

    >>Ben: i just played the video fine, are you using FF3 to play the videos?<<

    Good catch! Just tried it on FF2 @ IE 7 works, but FF3, play for a second and stops. Today I was testing my site with FF3 and the Audio or video, plays for 1 second and stops. FYI

    The iPhone info, you're right. I had forgotten about their plug in. But Apple is pushing devs hard to use their SDK, but I don't like their model of programming. .Net spoils you bad! ;-)

    Thanks for getting back to me!

    Tim, it's none of my business, but I think you should become a full time SL trainer using videos. It saves a lot of time than reading text and we can see exactly how they work. Your recent videos, just solved lots of problems for me. Tell Simon you just want to do videos... ;-)
    ..Ben

    7/13/2008 8:38 PM
  • gbonnet said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Hi Tim,

    Thanks a lot for your screen casts!
    I've been watching a few of them and everytime it perfectly met my needs.

    @WurzelGogerer :
    Thanks for the tip about the maximum file size. Works a treat.

    Keep up the good work

    7/18/2008 3:28 AM
  • gbonnet said:
    Gravatar
    # re: Embedding Fonts and File Upload in Silverlight 2


    Hi Tim,

    1 question :
    How can we control that the file has be fully uploaded from the Silverlight app ?

    What I would like is the class in the .ashx file to send a notice to my silverlight app that the file processing is finished.

    Thanks again for your great videos
    Guillaume

    7/22/2008 2:49 AM

Your Reply.

  Comment Form  

Fields denoted with a "*" are required.

*Your name:
Subject:
Your blog:
Your email:  (will not be displayed)
*Your message:

 
Please add 2 and 5 and type the answer here: