<?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 : ImageManager design time import function?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : ImageManager design time import function?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 15:42:58 +0000</pubDate>
  <lastBuildDate>Tue, 12 Feb 2008 03:59:54 +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=9522</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[ImageManager design time import function? : Great! That&amp;#039;s what I was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=31068&amp;title=imagemanager-design-time-import-function#31068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 9522<br /><strong>Posted:</strong> 12 February 2008 at 3:59am<br /><br />Great! That's what I was looking for!<DIV>Thank you Oleg!</DIV>]]>
   </description>
   <pubDate>Tue, 12 Feb 2008 03:59:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=31068&amp;title=imagemanager-design-time-import-function#31068</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager design time import function? : Paste this code to your sample:  Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30982&amp;title=imagemanager-design-time-import-function#30982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9522<br /><strong>Posted:</strong> 08 February 2008 at 2:49pm<br /><br />Paste this code to your sample:<DIV>&nbsp;</DIV><DIV>Private Sub Command2_Click()</DIV><DIV>Set CommandBars1.Icons = <strong>ImageManager1.Icons</strong></DIV><DIV>Dim myStateOptions As StateOptions<BR>Set myStateOptions = CommandBars1.CreateStateOptions<BR>myStateOptions.SerializeImages = True<BR>myStateOptions.SerializeLayout = False</DIV><DIV><BR>Dim PropExchange As PropExchange<BR>Set PropExchange = CommandBarsGlobalSettings.CreatePropExchange<BR>PropExchange.CreateAsXML False, "DesignerFile"</DIV><DIV>CommandBars1.DoPropExchange PropExchange, myStateOptions</DIV><DIV>PropExchange.SaveToFile App.Path &amp; "\Output.xml"</DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 08 Feb 2008 14:49:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30982&amp;title=imagemanager-design-time-import-function#30982</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager design time import function? : Here&amp;#039;s my test project. I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30961&amp;title=imagemanager-design-time-import-function#30961</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 9522<br /><strong>Posted:</strong> 08 February 2008 at 3:36am<br /><br /><DIV>Here's my test project. I'm not shure, but I think the CommandBar-Control can not export only the images from the ImageManager. The SaveStateToXMLString doesen't work on my sample in this case.</DIV><DIV><a href="http://forum.codejock.com/uploads/20080208_034500_ImageManagerSam.zip" target="_blank">uploads/20080208_034500_ImageManagerSam.zip</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>What I like to do:</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20080208_032837_ImageManager.JPG" border="0"> </DIV><DIV>&nbsp;</DIV><DIV>I like to save the images without CommandBar. </DIV><DIV>I need to export the images in the Image Manager in runtime the same way I can do it in designtime.&nbsp;</DIV><DIV>Look at picture : "Export To XML".</DIV><DIV>&nbsp;</DIV><DIV>We&nbsp;can import new images in runtime (batch processing a folder) and we like to export them in runtime to XML. </DIV><DIV>After this we&nbsp;like to&nbsp;import&nbsp;them&nbsp;in design time.</DIV><DIV>With this steps we would have all the images in the vb form files (frm/frx).</DIV>]]>
   </description>
   <pubDate>Fri, 08 Feb 2008 03:36:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30961&amp;title=imagemanager-design-time-import-function#30961</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager design time import function? : Hi,  You can load them in runtime,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30936&amp;title=imagemanager-design-time-import-function#30936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9522<br /><strong>Posted:</strong> 07 February 2008 at 1:27pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can load them in runtime, use CommandBars.DoPropExchange to export them to xml and in desigtime load this xml from properties of ImageManager. </DIV>]]>
   </description>
   <pubDate>Thu, 07 Feb 2008 13:27:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30936&amp;title=imagemanager-design-time-import-function#30936</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager design time import function? : We have a lot of single png files...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30924&amp;title=imagemanager-design-time-import-function#30924</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 9522<br /><strong>Posted:</strong> 07 February 2008 at 9:18am<br /><br />We have a lot of single png files that we are using for the CommandBar.<DIV>Is there a way to import&nbsp;multiple files together&nbsp;in the IDE in design time?</DIV><DIV>&nbsp;</DIV><DIV>We are looking for some kind of batch processing&nbsp;of png files from a folder so we don't have to import them manually.</DIV><DIV>&nbsp;</DIV><DIV>It is easy to import the images in runtime, but there's no runtime-export function.</DIV><DIV>Otherwise we could import the exported file in design time.</DIV><DIV>That would be nice.</DIV>]]>
   </description>
   <pubDate>Thu, 07 Feb 2008 09:18:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9522&amp;PID=30924&amp;title=imagemanager-design-time-import-function#30924</guid>
  </item> 
 </channel>
</rss>