Community Page
- fortes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Salut, I would like to know if you have a solution to remove also "tag/" and "page/" from permalinks. Merci !
- Hi Firstly, thanks for the plugin. It (generally) works fine. Just a small issue that I have found. I run this plugin, as well as the flickr plugin (http://tantannoodles.com/toolkit/photo-album/),...
- Hello! I had the same problem like Leo and many others. Just use /%category%/%page%/%postname%/
- I have solved the sub categories problem just enter /%category%/%category%/%postname%/ on the permalinks and it works fine
- I am also getting the above problem, but only on sub categories? Is this something to do with my wordpress setup?
Jump to original thread »
Comments are closed for this post.
A useful feature that was left out of the first version of WPF is the ability to databind the value of Run.Text. I was still around when this feature was (unfortunately) cut â but donât despair! Itâs not actually that hard to write yourself.
Weâll do this by c ... Continue reading »
Weâll do this by c ... Continue reading »
2 years ago
Given that so many of the properties are DPs on most elements, it seems almost perverse that an exception was made in this case.
2 years ago
2 years ago
2 years ago
2 years ago
Can you please share a reduced repro of your sample? Setting BindsTwoWayByDefault to true when registering the DP should be enough to make that DP two way data bound by default. I'm not aware of any gotchas or bugs in this scenario.
Thanks!
Bea
2 years ago
Laurent
2 years ago
Thanks so much for your comment and for your wonderful, indispensable blog.
Two way binding does work as expected. When I set the BoundText procedurally, all was well.
The problem was that I had placed the BindableRun in a Paragraph in a FlowDocument in a RichTextBox, thinking that, magically, the BindableRun would receive text input from the RichTextBox. I just have to figure out how to route the input.
1 year ago
1 year ago
Looks great and binds great, but none of the changes make it back to the Binding Source.
Thanks.
1 year ago
http://code.logos.com/blog/2008/01/data_binding...
1 year ago
Is there anyone who created a two-way binding successfully?