<?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 : Images in .cjstyles</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Images in .cjstyles]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 12:24:21 +0000</pubDate>
  <lastBuildDate>Thu, 14 Nov 2013 04:31:35 +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=21969</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[Images in .cjstyles : Ah. Alright. They build a program...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71865&amp;title=images-in-cjstyles#71865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 21969<br /><strong>Posted:</strong> 14 November 2013 at 4:31am<br /><br />Ah. Alright. They build a program to make these project files. If you adjust that by hand there is a <DIV>possibility that you are doing something that&nbsp;won't have any effect or even&nbsp;introduce errors.&nbsp;&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Analysing your XML I see that you added the Part attribute, but when I load the skinproject, Globals doesn't show that part. So I guess Skin builder does not understand the Part attribute for the Global class or it is not a supported by the Global class.</DIV><DIV>&nbsp;</DIV><DIV>If you want to look if the image is in the cjstyles file you can use a resource viewing tool to see if it there. I use XN Resource Editor and I like it a lot.</DIV><DIV>&nbsp;</DIV><DIV>About the code you posted: I'm an ActiveX user so I can not help you with that.</DIV>]]>
   </description>
   <pubDate>Thu, 14 Nov 2013 04:31:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71865&amp;title=images-in-cjstyles#71865</guid>
  </item> 
  <item>
   <title><![CDATA[Images in .cjstyles : Hello,I open skinproj file in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71843&amp;title=images-in-cjstyles#71843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6684">sodind</a><br /><strong>Subject:</strong> 21969<br /><strong>Posted:</strong> 12 November 2013 at 3:24pm<br /><br />Hello,<div><div>I open skinproj file in Notepad and add:</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&lt;Property Part="CustomImage" Name="BgType" Value="ImageFile"/&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&lt;Property Part="CustomImage" Name="ImageFile" Value="%ImageFolder%\\CustomImage.bmp"/&gt;</div><div>&lt;Property Part="CustomImage1" Name="BgType" Value="ImageFile"/&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&lt;Property Part="CustomImage1" Name="ImageFile" Value="%ImageFolder%\\CustomImage1.bmp"/&gt;</div><div><br></div><div>to &lt;Class Name="Globals"&gt;. After that i save this file and open it in Skin Builder. After export I cannot use it. I tried to use it like:</div><div>CXTPSkinImages* pImages = new CXTPSkinImages();</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>if(pImages != NULL)</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>CXTPSkinImage* pImage = pImages-&gt;LoadFile(m_pSchema-&gt;GetResourceFile(), _T("AERO\\CustomImage.bmp"));</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">		</span>if(pImage != NULL)</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>pImage-&gt;DrawImage(pDC, CRect(0,0,25,25), CRect(0,0,25,25), CRect(0,0,0,0), m_clInactiveLight, 0, 0);</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>}</div><div>}</div></div>]]>
   </description>
   <pubDate>Tue, 12 Nov 2013 15:24:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71843&amp;title=images-in-cjstyles#71843</guid>
  </item> 
  <item>
   <title><![CDATA[Images in .cjstyles : Not sure if Skinbuilder checks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71834&amp;title=images-in-cjstyles#71834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 21969<br /><strong>Posted:</strong> 12 November 2013 at 5:51am<br /><br />Not sure if Skinbuilder checks it the control uses the image property or not, but maybe the control you set the image property does not support it. Which control did you add the image property? Maybe you can zip the project and share it so I can check for you if I encounter the same problems. ]]>
   </description>
   <pubDate>Tue, 12 Nov 2013 05:51:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71834&amp;title=images-in-cjstyles#71834</guid>
  </item> 
  <item>
   <title><![CDATA[Images in .cjstyles : It does not work. I tried to put...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71821&amp;title=images-in-cjstyles#71821</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6684">sodind</a><br /><strong>Subject:</strong> 21969<br /><strong>Posted:</strong> 08 November 2013 at 11:49am<br /><br />It does not work. I tried to put png file in folder with other images and added a image property.]]>
   </description>
   <pubDate>Fri, 08 Nov 2013 11:49:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71821&amp;title=images-in-cjstyles#71821</guid>
  </item> 
  <item>
   <title><![CDATA[Images in .cjstyles : Put the image in the project directory...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71813&amp;title=images-in-cjstyles#71813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 21969<br /><strong>Posted:</strong> 07 November 2013 at 9:50am<br /><br /><P>Put the image in the project directory and reference it with a property in the SkinBuilder. It will be included in the .cjstyles file when you export it.</P>]]>
   </description>
   <pubDate>Thu, 07 Nov 2013 09:50:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71813&amp;title=images-in-cjstyles#71813</guid>
  </item> 
  <item>
   <title><![CDATA[Images in .cjstyles : Hello,Is there a way to add any...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71781&amp;title=images-in-cjstyles#71781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6684">sodind</a><br /><strong>Subject:</strong> 21969<br /><strong>Posted:</strong> 04 November 2013 at 8:59am<br /><br /><span style="line-height: 1.4;">Hello,</span><div>Is there a way to add any images to .cjstyles files? For example some icons or logos.</div><div>Thank you.</div>]]>
   </description>
   <pubDate>Mon, 04 Nov 2013 08:59:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21969&amp;PID=71781&amp;title=images-in-cjstyles#71781</guid>
  </item> 
 </channel>
</rss>