WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.167' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714697322.3596849441528320312500', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/feed-rss2-comments.php on line 8
Comments on: WPF 4.5 – Part 9 : binding to static properties UPDATED http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/ Yet another blog about... Thu, 20 Oct 2016 10:03:42 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Bruno Chappe http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-188435 Thu, 20 Oct 2016 10:03:42 +0000 http://www.jonathanantoine.com/?p=570#comment-188435 In reply to Josh.

This works great BUT it seems that the binding does not work if you're lacking the "Path=" into the binding notation, at least when using static binding for DataTriggers

]]>
By: Günsu http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-179508 Mon, 13 Jun 2016 08:48:41 +0000 http://www.jonathanantoine.com/?p=570#comment-179508 It's working like a charm, thank you 🙂

]]>
By: Mohamed Safwat http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-166863 Wed, 25 Nov 2015 07:24:01 +0000 http://www.jonathanantoine.com/?p=570#comment-166863 your solution works well but XMAL process complains from error that the used property is not dependency property and it give me invalid markup although the application run well so i achieve the function i want but i can't continue the work because of invalid markup i don't know it;s a bug or what
what's your suggestion?

]]>
By: Jason http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-9618 Tue, 19 Jun 2012 06:53:28 +0000 http://www.jonathanantoine.com/?p=570#comment-9618 I wrote a quick 1, 2, 3 step process on this at the following link. (To Admin, sorry I posted this moments ago but mistyped my information).

Static Binding in WPF .Net 4.5 is a feature I have wanted for years.
http://www.oceansidesw.com/wiki/C-Net-4-5-XAML-WP

]]>
By: jmix90 http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-6463 Wed, 04 Apr 2012 08:30:18 +0000 http://www.jonathanantoine.com/?p=570#comment-6463 In reply to Daniel.

It seems too since the new release 🙂

]]>
By: Daniel http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-6458 Wed, 04 Apr 2012 07:34:13 +0000 http://www.jonathanantoine.com/?p=570#comment-6458 In my side , the <TextBlock Margin="10" DockPanel.Dock="Bottom" Text="{Binding Color,Source={StaticResource Repository}}" /> changed when i change the color by clicking the button "ChangeTheStaticValueClick"
Is it what is not work in your side ?

]]>
By: jmix90 http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-601 Thu, 27 Oct 2011 08:07:32 +0000 http://www.jonathanantoine.com/?p=570#comment-601 In reply to Josh.

Thank you for your feedback 🙂 !

]]>
By: Josh http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-586 Tue, 25 Oct 2011 21:53:42 +0000 http://www.jonathanantoine.com/?p=570#comment-586 In reply to jmix90.

I got it to work. I'm a WPF newb to begin with but I wasn't able to follow your example. For the record, this is what I ended up having to do: <StatusBarItem Content="{Binding Path=(p:Projector.Status)}"/>. Removing the Path= breaks it. Removing the parentheses breaks it. Thanks for the post — it at least got me on the right track! 🙂

]]>
By: jmix90 http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-515 Tue, 18 Oct 2011 06:17:23 +0000 http://www.jonathanantoine.com/?p=570#comment-515 In reply to Josh.

It surely is ! Just try the snippet I give 🙂 What did you try exactly ?

]]>
By: Josh http://www.jonathanantoine.com/2011/09/28/wpf-4-5-%e2%80%93-part-9-binding-to-static-properties/comment-page-1/#comment-512 Mon, 17 Oct 2011 22:16:34 +0000 http://www.jonathanantoine.com/?p=570#comment-512 Is it possible to bind to a STATIC CLASS's static property with WPF 4.5? I can't seem to get it to work.

]]>