Click here to Skip to main content
16,004,833 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
Abhinav S18-Aug-10 21:31
Abhinav S18-Aug-10 21:31 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
RichardGrimmer8-Sep-10 5:01
RichardGrimmer8-Sep-10 5:01 
Questionfind ancestor Pin
DTh197817-Aug-10 17:30
DTh197817-Aug-10 17:30 
AnswerRe: find ancestor Pin
#realJSOP18-Aug-10 4:12
professional#realJSOP18-Aug-10 4:12 
AnswerRe: find ancestor Pin
Ian Shlasko18-Aug-10 4:31
Ian Shlasko18-Aug-10 4:31 
QuestionGETTING THIS ERROR IN SILVERLIGHT CHAT PROJECT Pin
kibok17-Aug-10 6:36
kibok17-Aug-10 6:36 
AnswerRe: GETTING THIS ERROR IN SILVERLIGHT CHAT PROJECT Pin
Abhinav S17-Aug-10 18:38
Abhinav S17-Aug-10 18:38 
QuestionWPF: Converting nested DrawingGroup to nested DrawingVisual [modified] Pin
Paul Selormey16-Aug-10 19:57
Paul Selormey16-Aug-10 19:57 
Hello,
I have a DrawingGroup with nested children created from SVG files and want to render/convert this a corresponding nested DrawingVisual/Visual.

A simple rendering process as follows...

DrawingGroup group; // assuming root group of diagrams
DrawingVisual visual = new DrawingVisual();

visual.DrawDrawing(group);


will correctly render the drawing graph, but the resulting visual does not contain any child visual, only a single visual with no child is created.

The children of the root drawing may also have children with transform(s), which is the may cause of my current failed attempt.

I need the nested visual to perform interactive operations. Anyone done a similar thing and will not mind to share his/her algorithm?

Paul.

Jesus Christ is LOVE! Please tell somebody.

modified on Tuesday, August 17, 2010 2:03 AM

QuestionCustom Rendering Ink Pin
Tony Honter16-Aug-10 5:32
Tony Honter16-Aug-10 5:32 
Questionhtmlpage.window.navigation help Pin
yogesh_kumar_agarwal16-Aug-10 4:40
yogesh_kumar_agarwal16-Aug-10 4:40 
AnswerRe: htmlpage.window.navigation help Pin
yogesh_kumar_agarwal18-Aug-10 20:40
yogesh_kumar_agarwal18-Aug-10 20:40 
QuestionHow to bind data for wpf datagridcombobox column in browser application Pin
krajasekhar216-Aug-10 3:08
krajasekhar216-Aug-10 3:08 
QuestionHow can i add simple .net control (net wpf control ) into wpf window ? Pin
Yanshof14-Aug-10 21:47
Yanshof14-Aug-10 21:47 
AnswerRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Abhinav S14-Aug-10 22:37
Abhinav S14-Aug-10 22:37 
GeneralRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Yanshof14-Aug-10 22:43
Yanshof14-Aug-10 22:43 
GeneralRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Abhinav S15-Aug-10 0:49
Abhinav S15-Aug-10 0:49 
GeneralRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Yanshof15-Aug-10 0:58
Yanshof15-Aug-10 0:58 
GeneralRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Abhinav S15-Aug-10 0:58
Abhinav S15-Aug-10 0:58 
QuestionPlaying a list of files on after the other. Pin
Tichaona J13-Aug-10 12:29
Tichaona J13-Aug-10 12:29 
AnswerRe: Playing a list of files on after the other. Pin
#realJSOP14-Aug-10 0:09
professional#realJSOP14-Aug-10 0:09 
QuestionBinding ComboBox Selected Item value Pin
BRShroyer13-Aug-10 5:01
BRShroyer13-Aug-10 5:01 
AnswerRe: Binding ComboBox Selected Item value Pin
Ian Shlasko13-Aug-10 5:14
Ian Shlasko13-Aug-10 5:14 
GeneralRe: Binding ComboBox Selected Item value Pin
BRShroyer13-Aug-10 5:18
BRShroyer13-Aug-10 5:18 
GeneralRe: Binding ComboBox Selected Item value Pin
Ian Shlasko13-Aug-10 5:25
Ian Shlasko13-Aug-10 5:25 
GeneralRe: Binding ComboBox Selected Item value Pin
BRShroyer13-Aug-10 5:33
BRShroyer13-Aug-10 5:33 

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.