Click here to Skip to main content
15,921,062 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to show multiple attribute values in tree view from XML file in WPF? Pin
sachinss198617-Sep-08 23:29
sachinss198617-Sep-08 23:29 
AnswerRe: How to show multiple attribute values in tree view from XML file in WPF? Pin
Pete O'Hanlon18-Sep-08 3:50
mvePete O'Hanlon18-Sep-08 3:50 
QuestionError:Assembly '' was not found in Custom Control(WPF) Pin
bruze17-Sep-08 3:54
bruze17-Sep-08 3:54 
AnswerRe: Error:Assembly '' was not found in Custom Control(WPF) Pin
Pete O'Hanlon17-Sep-08 4:36
mvePete O'Hanlon17-Sep-08 4:36 
QuestionIs animated masking possible in WPF? Pin
azwethinkheiz17-Sep-08 0:48
azwethinkheiz17-Sep-08 0:48 
AnswerRe: Is animated masking possible in WPF? Pin
Insincere Dave18-Sep-08 7:05
Insincere Dave18-Sep-08 7:05 
GeneralRe: Is animated masking possible in WPF? Pin
azwethinkheiz18-Sep-08 22:30
azwethinkheiz18-Sep-08 22:30 
QuestionMatrixAnimationUsingPath Pin
rednaw15-Sep-08 11:10
rednaw15-Sep-08 11:10 
Hi
I´m trying to make an ellipse move along a path and there are some things I don´t get. What I don´t get is the positioning of the ellipse path. It moves along the path but not on the path. Actully it moves like an inch below. Why? They have the same pathgeo. Can anyone help me out?

I just have an ellipse and a path in my wpf app and the code looks like this.

private void button1_Click(object sender, RoutedEventArgs e)
{
MatrixAnimationUsingPath anima = new MatrixAnimationUsingPath();
MatrixTransform xform = new MatrixTransform();
PathGeometry pathGeo = path1.Data.GetFlattenedPathGeometry();
e1.RenderTransform = xform;
anima.PathGeometry = pathGeo;
anima.BeginTime = TimeSpan.FromSeconds(0);
xform.BeginAnimation(MatrixTransform.MatrixProperty, anima);
}

Rednaw
QuestionBlend 2, 2.5 etc Pin
stevio15-Sep-08 3:50
stevio15-Sep-08 3:50 
AnswerRe: Blend 2, 2.5 etc Pin
Jared Bienz [MSFT]17-Sep-08 6:13
Jared Bienz [MSFT]17-Sep-08 6:13 
GeneralRe: Blend 2, 2.5 etc Pin
stevio17-Sep-08 7:09
stevio17-Sep-08 7:09 
GeneralRe: Blend 2, 2.5 etc Pin
Jared Bienz [MSFT]17-Sep-08 8:07
Jared Bienz [MSFT]17-Sep-08 8:07 
GeneralRe: Blend 2, 2.5 etc Pin
stevio17-Sep-08 8:17
stevio17-Sep-08 8:17 
QuestionWPF: Access from a class to the Main-Form Pin
der_tankwart14-Sep-08 10:39
der_tankwart14-Sep-08 10:39 
AnswerRe: WPF: Access from a class to the Main-Form Pin
Pete O'Hanlon14-Sep-08 10:50
mvePete O'Hanlon14-Sep-08 10:50 
QuestionConfigure WCF endpoints for Network and Internet Pin
Kyon8614-Sep-08 3:55
Kyon8614-Sep-08 3:55 
QuestionWindows Media Player style buttons in WPF Pin
M Harris13-Sep-08 22:13
M Harris13-Sep-08 22:13 
QuestionBarcode Tracking WPF 3D Pin
Stevie13-Sep-08 1:11
Stevie13-Sep-08 1:11 
GeneralRe: Barcode Tracking WPF 3D Pin
chaiguy133713-Sep-08 7:44
chaiguy133713-Sep-08 7:44 
GeneralRe: Barcode Tracking WPF 3D Pin
Pete O'Hanlon13-Sep-08 10:23
mvePete O'Hanlon13-Sep-08 10:23 
GeneralRe: Barcode Tracking WPF 3D Pin
chaiguy133713-Sep-08 10:26
chaiguy133713-Sep-08 10:26 
GeneralRe: Barcode Tracking WPF 3D Pin
Pete O'Hanlon13-Sep-08 10:30
mvePete O'Hanlon13-Sep-08 10:30 
GeneralRe: Barcode Tracking WPF 3D Pin
chaiguy133713-Sep-08 10:42
chaiguy133713-Sep-08 10:42 
GeneralRe: Barcode Tracking WPF 3D Pin
Pete O'Hanlon14-Sep-08 10:52
mvePete O'Hanlon14-Sep-08 10:52 
GeneralRe: Barcode Tracking WPF 3D Pin
chaiguy133714-Sep-08 14:18
chaiguy133714-Sep-08 14:18 

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.