Click here to Skip to main content
15,895,256 members

Comments by Alpman (Top 12 by date)

Alpman 21-Aug-12 4:25am View    
Thanks, Andi. I observed the time issue with the DOCTYPE, too.

Can you please explain what was wrong with my attempt? I thought that with my first template I address the root node (i. e. the tag <svg>) and calling xsl:apply-templates select="rect" will select all "rect" child elements and apply the specified template.

Bye,

Stefan
Alpman 22-Jun-12 17:06pm View    
You made it! Sorry, I forgot to mention that I added Microsoft.Practices.Prism as a reference to use the DelegateCommand. I'll have a look at their homepage to check for a new version or other hints/advises.
Alpman 22-Jun-12 13:35pm View    
Can you please post your changes? I changed 'textbox text="{Binding Path=Content, UpdateSourceTrigger=PropertyChanged}" ... but the method CanExecuteTest isn't called. It is only called during the start of the application.
Alpman 22-Jun-12 13:32pm View    
Thanks for your answer. I thought that the WPF will somehow do the notification without writing code like this.
Alpman 21-Jun-12 4:27am View    
That doesn't help, too, thanks.