<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Markup &amp; use &lt;Image Source=...&gt;</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : Markup &amp; use &lt;Image Source=...&gt;]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 09:13:58 +0000</pubDate>
  <lastBuildDate>Mon, 24 Jun 2013 09:19:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=20398</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Markup &amp; use &lt;Image Source=...&gt; :  perfect! Using &amp;#034;TaskPanelGlobalSettings&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=71203&amp;title=markup-use-image-source#71203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7729">Hawk78</a><br /><strong>Subject:</strong> 20398<br /><strong>Posted:</strong> 24 June 2013 at 9:19am<br /><br /><img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" />&nbsp;perfect! Using "TaskPanelGlobalSettings" Object was the solution!<div>&nbsp;</div><div>Thanks so much! <img src="http://forum.codejock.com/smileys/smiley32.gif" height="17" width="18" border="0" alt="Clap" title="Clap" /></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2013 09:19:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=71203&amp;title=markup-use-image-source#71203</guid>
  </item> 
  <item>
   <title><![CDATA[Markup &amp; use &lt;Image Source=...&gt; : First, you should use the TaskPanelGlobalSettings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=70903&amp;title=markup-use-image-source#70903</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 20398<br /><strong>Posted:</strong> 03 May 2013 at 9:28am<br /><br />First, you should use the TaskPanelGlobalSettings object for the markup icons, then you should also enclose your text in a TextBlock in order for the marku pto be valid. Something like this should work:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>TaskPanelGlobalSettings.Icons.AddIcon myimage, 13, xtpImageNormal<br>wndTaskPanel.EnableMarkup = True<br>Set Group = wndTaskPanel.Groups.Add(100, "test")<br>&nbsp;&nbsp;&nbsp; Group.Items.Add 101, "", xtpTaskItemTypeText<br>&nbsp;&nbsp;&nbsp; Group.Items(1).Caption = "&lt;TextBlock&gt;Loading... &lt;Image Source='13'/&gt;&lt;/TextBlock&gt;"<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Fri, 03 May 2013 09:28:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=70903&amp;title=markup-use-image-source#70903</guid>
  </item> 
  <item>
   <title><![CDATA[Markup &amp; use &lt;Image Source=...&gt; :  thanks for your answer.How can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=70902&amp;title=markup-use-image-source#70902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7729">Hawk78</a><br /><strong>Subject:</strong> 20398<br /><strong>Posted:</strong> 03 May 2013 at 6:38am<br /><br />thanks for your answer.<div>&nbsp;</div><div>How can i set the icons for a wndTaskPanel.group.item inside the caption (markup text)?</div><div>I know how to set the icon before the caption. But this icon can't be used indside the item.caption</div><div>&nbsp;</div><div>This doesn't work:</div><div>&nbsp;</div><div>wndTaskPanel.Icons.AddIcon myimage, 13, xtpImageNormal</div><div>wndTaskPanel.EnableMarkup = True</div><div>Set Group = wndTaskPanel.Groups.Add(100, "test")<br>&nbsp;&nbsp;&nbsp; Group.Items.Add 101, "", xtpTaskItemTypeText<br>&nbsp;&nbsp;&nbsp; Group.Items(1).Caption = "Loading...&lt;Image Source='13'/&gt; "</div><div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 03 May 2013 06:38:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=70902&amp;title=markup-use-image-source#70902</guid>
  </item> 
  <item>
   <title><![CDATA[Markup &amp; use &lt;Image Source=...&gt; : Add the icons to the Markuplabel.Icons....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=69372&amp;title=markup-use-image-source#69372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 20398<br /><strong>Posted:</strong> 06 December 2012 at 7:09am<br /><br /><P>Add the icons to the Markuplabel.Icons. Or add the wndTaskPanelIcons.Icons with this code: Markuplabel.Icons.AddIcons(wndTaskPanelIcons.Icons).</P>]]>
   </description>
   <pubDate>Thu, 06 Dec 2012 07:09:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=69372&amp;title=markup-use-image-source#69372</guid>
  </item> 
  <item>
   <title><![CDATA[Markup &amp; use &lt;Image Source=...&gt; :   Hi,For displaying larger images...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=69370&amp;title=markup-use-image-source#69370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7729">Hawk78</a><br /><strong>Subject:</strong> 20398<br /><strong>Posted:</strong> 06 December 2012 at 5:38am<br /><br />Hi,<div></div><div>For displaying larger images (not icons) i usually use:</div><div>&nbsp;</div><div>&lt;Image Source="<a href="file://Help.bmp/" target="_blank">file://Help.bmp"/</a>&gt;</div><div>&nbsp;</div><div>Now i want use embedded images or images from included ressources:</div><div>&nbsp;</div><div>&lt;Image Source="13"/&gt;</div><div>&nbsp;</div><div>In my sourcecode i use the "LoadBitmap" Function e.g.:</div><div>&nbsp;</div><div>wndTaskPanel.Icons.LoadBitmap App.Path &amp; "\help.bmp", 13, xtpImageNormal</div><div>&nbsp;</div><div>Unfortunately this won't work. How do i have to store images to use it by image source references?</div>]]>
   </description>
   <pubDate>Thu, 06 Dec 2012 05:38:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20398&amp;PID=69370&amp;title=markup-use-image-source#69370</guid>
  </item> 
 </channel>
</rss>