WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.74' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714381582.9457099437713623046875', '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: Win8/XAML : how to create a TextBlock with clickables hyperlinks in it http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/ Yet another blog about... Sun, 21 Aug 2016 21:53:31 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: XAMLDev http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-183527 Sun, 21 Aug 2016 21:53:31 +0000 http://www.jonathanantoine.com/?p=1424#comment-183527 Awesome. Thanks for sharing!

]]>
By: Chet http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-160610 Sat, 17 Oct 2015 04:18:50 +0000 http://www.jonathanantoine.com/?p=1424#comment-160610 I'm working on windows 10 and it looks like the <RichTextBox> together with its inline elements are the way to go. Supported elements include:

Paragraph
Run
LineBreak
Span
Bold
Hyperlink
Underline
Italic

See https://msdn.microsoft.com/en-us/library/ee681613….

]]>
By: sunco http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-100614 Tue, 09 Dec 2014 19:01:17 +0000 http://www.jonathanantoine.com/?p=1424#comment-100614 Perfect.. this might help with a project I'm current work (came here looking for a way to change text background color using a TextPointer)

]]>
By: Cleaning Palaces http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-92350 Sun, 26 Oct 2014 18:29:21 +0000 http://www.jonathanantoine.com/?p=1424#comment-92350 Very good article

]]>
By: Togel Online Klik 4D http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-79363 Thu, 24 Jul 2014 14:45:18 +0000 http://www.jonathanantoine.com/?p=1424#comment-79363 I want to create a Twitter application (WinRT) which make potential links clickable, but I've yet to find a good way to do this.

]]>
By: Dob Balla http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-69806 Mon, 28 Apr 2014 12:30:00 +0000 http://www.jonathanantoine.com/?p=1424#comment-69806 Thanks man. Really helpful post. This work also with resources dictionary.

]]>
By: Farhan http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-55825 Wed, 11 Dec 2013 09:45:36 +0000 http://www.jonathanantoine.com/?p=1424#comment-55825 Tapped event not working when I use RichTextColumns within ScrollViewer. What's the solution?

]]>
By: Justina http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-50137 Mon, 07 Oct 2013 13:47:58 +0000 http://www.jonathanantoine.com/?p=1424#comment-50137 How to automatic detect hyperlinks in textblock?

]]>
By: jmix90 http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-39694 Sat, 08 Jun 2013 15:11:56 +0000 http://www.jonathanantoine.com/?p=1424#comment-39694 In reply to Andrew.

Hi. I would create/use a behavior/attached property to do this. see my post on the ramora pattern for more details on this pattern 🙂

]]>
By: Andrew http://www.jonathanantoine.com/2013/05/30/win8xaml-how-to-create-a-textblock-with-clickables-hyperlinks-in-it/comment-page-1/#comment-39690 Sat, 08 Jun 2013 13:58:08 +0000 http://www.jonathanantoine.com/?p=1424#comment-39690 Hi!

How to use this together with binding?
I want to create a Twitter application (WinRT) which make potential links clickable, but I’ve yet to find a good way to do this.

]]>