Click here to Skip to main content
15,889,266 members
Home / Discussions / WPF
   

WPF

 
QuestionError: Cannot find governing FrameworkElement for target element Pin
John-ph3-Aug-11 19:39
John-ph3-Aug-11 19:39 
QuestionSilverlight Bussines Application user authentication Pin
Eren Can Kaygusuz2-Aug-11 22:06
Eren Can Kaygusuz2-Aug-11 22:06 
AnswerRe: Silverlight Bussines Application user authentication Pin
Mycroft Holmes4-Aug-11 13:03
professionalMycroft Holmes4-Aug-11 13:03 
QuestionSilverlight Bussines Application Domain Service Pin
Eren Can Kaygusuz2-Aug-11 22:00
Eren Can Kaygusuz2-Aug-11 22:00 
QuestionMath in XAML Pin
Mc_Topaz2-Aug-11 3:15
Mc_Topaz2-Aug-11 3:15 
AnswerRe: Math in XAML Pin
dasblinkenlight2-Aug-11 5:53
dasblinkenlight2-Aug-11 5:53 
GeneralRe: Math in XAML Pin
Mc_Topaz2-Aug-11 6:22
Mc_Topaz2-Aug-11 6:22 
AnswerRe: Math in XAML Pin
Pete O'Hanlon2-Aug-11 6:08
mvePete O'Hanlon2-Aug-11 6:08 
You could accomplish this entirely in your XAML by using inline code (it's not pretty, and it's not good practice, but it is possible). Basically, you would implement an <x:Code> section where you would put the code in place to handle the calculations, etc. The important thing to remember is that you should encode your code so that you have something that looks like this:<x:Code>
<![CDATA[
// Do your work here
]]>
</x:Code>

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: Math in XAML Pin
Mc_Topaz2-Aug-11 6:40
Mc_Topaz2-Aug-11 6:40 
GeneralRe: Math in XAML Pin
SledgeHammer012-Aug-11 7:22
SledgeHammer012-Aug-11 7:22 
QuestionClient side validation Pin
yesu prakash1-Aug-11 20:14
yesu prakash1-Aug-11 20:14 
AnswerRe: Client side validation Pin
Mycroft Holmes4-Aug-11 13:07
professionalMycroft Holmes4-Aug-11 13:07 
QuestionDistance Calculate Of A Route Pin
mrhydn1-Aug-11 3:44
mrhydn1-Aug-11 3:44 
QuestionGrid in a combo box [modified] Pin
Lutosław31-Jul-11 2:57
Lutosław31-Jul-11 2:57 
AnswerRe: Grid in a combo box Pin
teejayem31-Jul-11 6:42
teejayem31-Jul-11 6:42 
GeneralRe: Grid in a combo box Pin
Lutosław1-Aug-11 13:14
Lutosław1-Aug-11 13:14 
GeneralRe: Grid in a combo box Pin
SledgeHammer011-Aug-11 14:05
SledgeHammer011-Aug-11 14:05 
GeneralRe: Grid in a combo box [solved] Pin
Lutosław1-Aug-11 22:57
Lutosław1-Aug-11 22:57 
GeneralRe: Grid in a combo box [solved] Pin
SledgeHammer012-Aug-11 7:20
SledgeHammer012-Aug-11 7:20 
GeneralRe: Grid in a combo box [solved] Pin
Lutosław2-Aug-11 8:52
Lutosław2-Aug-11 8:52 
GeneralRe: Grid in a combo box Pin
SledgeHammer011-Aug-11 14:05
SledgeHammer011-Aug-11 14:05 
QuestionBinding: Accept an empty string in enumeration [modified] Pin
Lutosław30-Jul-11 10:24
Lutosław30-Jul-11 10:24 
AnswerRe: Binding: Accept an empty string in enumeration Pin
teejayem30-Jul-11 12:23
teejayem30-Jul-11 12:23 
GeneralRe: Binding: Accept an empty string in enumeration Pin
Lutosław31-Jul-11 1:16
Lutosław31-Jul-11 1:16 
QuestionProblem with WPF and calling a WCF Web Service Pin
AndyCSharp29-Jul-11 5:54
AndyCSharp29-Jul-11 5:54 

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.