You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WPF Disciples
But here's hoping that some are still interested.
Want to do computed observables in WPF? Want a simple way that doesn't involve changing underlying properties? Want something that a simpleton like me could come up with? Try using a MarkupExtension:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wpf-di...@googlegroups.com
I'm not sure I get the issue here Brian. As long as you can guarantee that RemovePropertyChanged is called then you should be okay.
From: Brian Noyes Sent: 22/11/2012 12:52 To: wpf-di...@googlegroups.com Subject: Re: [WPF Disciples] Re: I realise this list's gone quiet
Brian Noyes
unread,
Nov 22, 2012, 8:37:25 AM11/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wpf-di...@googlegroups.com
I see, I didn't do a full code walkthrough. I missed that you were calling that and it reminded me of the code I saw the other day that led me to that post by Andrew. Sorry about that!
Peter O'Hanlon
unread,
Nov 22, 2012, 8:40:53 AM11/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wpf-di...@googlegroups.com
No, it's a good call. The only reason it wouldn't get called in this case is if the DataContext never gets set, and there would be other, bigger problems then.
But thanks for the link. It's an interesting read.
From: Brian Noyes Sent: 22/11/2012 13:37
Sacha Barber
unread,
Nov 22, 2012, 8:52:50 AM11/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wpf-di...@googlegroups.com
Ah sorry I thought you were picking holes in Andrews code, which is fine.