Click here to Skip to main content
15,900,973 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Migration Tool from ASP.NET to Silverlight Pin
Kunal Chowdhury «IN»20-May-10 7:19
professionalKunal Chowdhury «IN»20-May-10 7:19 
Questioncustom control datagrid in WPF 3.5 framework Pin
kartheesh19-May-10 1:14
kartheesh19-May-10 1:14 
AnswerRe: custom control datagrid in WPF 3.5 framework Pin
Abhinav S19-May-10 2:02
Abhinav S19-May-10 2:02 
GeneralRe: custom control datagrid in WPF 3.5 framework Pin
kartheesh19-May-10 2:10
kartheesh19-May-10 2:10 
AnswerRe: custom control datagrid in WPF 3.5 framework Pin
Venkatesh Mookkan19-May-10 16:56
Venkatesh Mookkan19-May-10 16:56 
GeneralRe: custom control datagrid in WPF 3.5 framework Pin
kartheesh19-May-10 18:20
kartheesh19-May-10 18:20 
GeneralRe: custom control datagrid in WPF 3.5 framework Pin
kartheesh20-May-10 20:19
kartheesh20-May-10 20:19 
QuestionCan't display "Wingding 3" font [modified] Pin
fjparisIII18-May-10 9:27
fjparisIII18-May-10 9:27 
I need to display several characters from the Wingdings 3 font family. That's the name of the font family, not the name of the True Type font family file. What I did was copy the wingdng3.ttf file to my project root and made sure that its BuildAction was set to Resource. Then in my XAML I use this syntax to display a single character at the beginning of a TextBlock:
<TextBlock
    Name="section1Title"
    >
    <Run FontFamily="WingDng3.ttf#Wingdings 3"></Run> Help on the tutorials
</TextBlock>

When displayed in my application, the wingding character appears as a square, just as in the above markup, but you'd expect that in the markup. But appearing as a square in the running Silverlight application indicates that the font family I chose for it was not located. What am I doing wrong?

Edit: Upon further investigation I discovered that my "expectation" about the display of the markup was wrong. If the font can be displayed, it is displayed properly in the markup, at least in VS2010. Nevertheless, I still don't know how to get VS2010 to display an embedded font.

modified on Tuesday, May 18, 2010 6:12 PM

QuestionProblem with Silverlight grid, extra cell Pin
Philky00117-May-10 10:53
Philky00117-May-10 10:53 
AnswerRe: Problem with Silverlight grid, extra cell [modified] Pin
Abhinav S17-May-10 16:21
Abhinav S17-May-10 16:21 
GeneralRe: Problem with Silverlight grid, extra cell [modified] Pin
Philky00117-May-10 16:49
Philky00117-May-10 16:49 
GeneralRe: Problem with Silverlight grid, extra cell Pin
Abhinav S17-May-10 17:33
Abhinav S17-May-10 17:33 
GeneralRe: Problem with Silverlight grid, extra cell Pin
Philky00118-May-10 9:00
Philky00118-May-10 9:00 
AnswerRe: Problem with Silverlight grid, extra cell Pin
Abhinav S18-May-10 17:28
Abhinav S18-May-10 17:28 
QuestionHow does Silverlight find its Web service when the latter is in an assembly? [SOLVED] Pin
fjparisIII17-May-10 8:18
fjparisIII17-May-10 8:18 
AnswerRe: How does Silverlight find its Web service when the latter is in an assembly? Pin
Abhinav S17-May-10 18:12
Abhinav S17-May-10 18:12 
GeneralRe: How does Silverlight find its Web service when the latter is in an assembly? Pin
fjparisIII18-May-10 6:42
fjparisIII18-May-10 6:42 
AnswerRe: How does Silverlight find its Web service when the latter is in an assembly? Pin
shiznit77019-May-10 7:17
shiznit77019-May-10 7:17 
GeneralRe: How does Silverlight find its Web service when the latter is in an assembly? Pin
fjparisIII19-May-10 7:44
fjparisIII19-May-10 7:44 
QuestionHow to get access to main window controls in WPF Pin
Majid Shahabfar17-May-10 5:11
Majid Shahabfar17-May-10 5:11 
AnswerRe: How to get access to main window controls in WPF Pin
Abhinav S17-May-10 17:42
Abhinav S17-May-10 17:42 
GeneralRe: How to get access to main window controls in WPF Pin
Majid Shahabfar18-May-10 9:14
Majid Shahabfar18-May-10 9:14 
QuestionSL3 Resource Dictionaries [SOLVED] Pin
#realJSOP17-May-10 3:50
professional#realJSOP17-May-10 3:50 
AnswerRe: SL3 Resource Dictionaries Pin
Abhinav S17-May-10 7:04
Abhinav S17-May-10 7:04 
GeneralRe: SL3 Resource Dictionaries Pin
#realJSOP17-May-10 7:07
professional#realJSOP17-May-10 7:07 

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.