<?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 : Errors in 15.1.1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Errors in 15.1.1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 04:13:38 +0000</pubDate>
  <lastBuildDate>Tue, 02 Aug 2011 11:00: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=18727</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[Errors in 15.1.1 : Ok, work if I set angain the properties...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65647&amp;title=errors-in-15-1-1#65647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1502">lionello</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 02 August 2011 at 11:00am<br /><br />Ok, work if I set angain the properties (Margins, BoldSelected, etc.)<DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Tue, 02 Aug 2011 11:00:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65647&amp;title=errors-in-15-1-1#65647</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 :  lionello,If you look at my code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65640&amp;title=errors-in-15-1-1#65640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 02 August 2011 at 3:37am<br /><br />lionello,<br><br>If you look at my code snippet in the above post this is only every called once!<br><br>I allow a user to change style using the following procedures:<br><br><table width="99%"><tr><td><pre class="BBcode">' How to use: <br>' Call SetResourceImages(Me, "C:\Windows\System32\BSD Run-Time Files\Styles v15.1.1\Office2010.dll", "Office2010Blue.ini")<br>' Call SkinApplication(Me, "Office2010", "NormalBlue.ini")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Public Sub SetResourceImages(frm As Form, DllFileName As String, IniFileName As String)<br>&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp; CalendarGlobalSettings.ResourceImages.LoadFromFile DllFileName, IniFileName<br>&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.ResourceImages.LoadFromFile DllFileName, IniFileName<br>&nbsp;&nbsp;&nbsp; DockingPaneGlobalSettings.ResourceImages.LoadFromFile DllFileName, IniFileName<br>&nbsp;&nbsp;&nbsp; ReportControlGlobalSettings.ResourceImages.LoadFromFile DllFileName, IniFileName<br>&nbsp;&nbsp;&nbsp; SuiteControlsGlobalSettings.ResourceImages.LoadFromFile DllFileName, IniFileName<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; With frm.CommandBars<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.RefreshMetrics<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .RecalcLayout<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .TabWorkspace.PaintManager.Appearance = xtpTabAppearancePropertyPage2007<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .TabWorkspace.PaintManager.ButtonMargin.Bottom = 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .TabWorkspace.PaintManager.ButtonMargin.Top = 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .TabWorkspace.Refresh<br>&nbsp;&nbsp;&nbsp; End With<br>End Sub<br><br>Public Sub SkinApplication(frm As Form, style As String, IniFileName As String)&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; With frm.SkinFramework<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExcludeModule "msado15.dll"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExcludeModule "msdard.dll"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExcludeModule "msjet40.dll"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExcludeModule "msjetoledb40.dll"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExcludeModule "msjiter40.dll"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExcludeModule "msjint40.dll"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .LoadSkin "C:\Windows\System32\BSD Run-Time Files\Styles v15.1.1\" &amp; Trim$(style) &amp; ".cjstyles", IniFileName <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ApplyWindow frm.hWnd<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ApplyOptions = frm.SkinFramework.ApplyOptions Or xtpSkinApplyMetrics<br>&nbsp;&nbsp;&nbsp; End With&nbsp;&nbsp;&nbsp; <br>End Sub<br></pre></td></tr></table><br>This updates everything fine within my project. The only thing I don't do I admit is to let the user change the CommandBar Theme i.e. from XP to 2003 to Ribbon etc... I prefer using the Ribbon Theme and the xtpTabAppearancePropertyPage2007 theme for the WorkSpace. But if I need to then all I would do is add these options to the above code to pass whatever theme I want and it updates correctly.<br><br>]]>
   </description>
   <pubDate>Tue, 02 Aug 2011 03:37:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65640&amp;title=errors-in-15-1-1#65640</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 : Ok ... but if a user changes theme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65638&amp;title=errors-in-15-1-1#65638</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1502">lionello</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 02 August 2011 at 3:21am<br /><br /><DIV>Ok ... but if a user changes theme then it means that you must reset the properties?</DIV><DIV>… It seems correct?</DIV>]]>
   </description>
   <pubDate>Tue, 02 Aug 2011 03:21:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65638&amp;title=errors-in-15-1-1#65638</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 : Check again that you don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65637&amp;title=errors-in-15-1-1#65637</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 02 August 2011 at 3:14am<br /><br />Check again that you don't update CommandBars theme after you set properties of TabClient.]]>
   </description>
   <pubDate>Tue, 02 Aug 2011 03:14:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65637&amp;title=errors-in-15-1-1#65637</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 : uploads/1502/Images.zip  I enclose...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65627&amp;title=errors-in-15-1-1#65627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1502">lionello</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 01 August 2011 at 9:53am<br /><br /><a href="http://forum.codejock.com/uploads/1502/Images.zip" target="_blank">uploads/1502/Images.zip</A><DIV><DIV>I enclose two images created with&nbsp;version 15.0.2 and with the&nbsp;15.1.1</DIV><DIV>The properties are the same but the results of margins and&nbsp;bold on the Workspace titles are different.</DIV><DIV>&nbsp;</DIV><DIV>Best regards</DIV><DIV>Thanks</DIV></DIV>]]>
   </description>
   <pubDate>Mon, 01 Aug 2011 09:53:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65627&amp;title=errors-in-15-1-1#65627</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 : lionello,Your code seems to work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65540&amp;title=errors-in-15-1-1#65540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 28 July 2011 at 4:53am<br /><br />lionello,<br><br>Your code seems to work for me. The ClientMargins take the the settings applied and the SelectedTab is Bold.<br><br>Can you be more specific as to what's happening, maybe even show a screenshot? Or upload a sample? Or Both <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /><br><br>What version are you using?<br>]]>
   </description>
   <pubDate>Thu, 28 Jul 2011 04:53:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65540&amp;title=errors-in-15-1-1#65540</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 : This is my code:   With CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65539&amp;title=errors-in-15-1-1#65539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1502">lionello</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 28 July 2011 at 4:46am<br /><br />This is my code:<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; With CommandBars<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ToolTipContext.Style = xtpToolTipBalloon<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Workspace = .ShowTabWorkspace(True)<BR>&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; With Workspace.PaintManager<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .StaticFrame = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ClientMargin.Bottom = 4<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ClientMargin.Left = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ClientMargin.Right = 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Color = xtpTabColorResource<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DisableLunaColors = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .OneNoteColors = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .HotTracking = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .BoldSelected = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ClientFrame = xtpTabFrameBorder<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Layout = xtpTabLayoutSizeToFit<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Position = xtpTabPositionTop<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowIcons = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MultiRowFixedSelection = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectTabOnDragOver = True<BR>&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp; Workspace.IgnoreFlickersOnActivate = True<BR>&nbsp;&nbsp;&nbsp; Workspace.AllowReorder = True<BR>&nbsp;&nbsp;&nbsp; Workspace.Flags = xtpWorkspaceShowCloseSelectedTab + xtpWorkspaceHideClose + xtpWorkspaceHideArrowsAlways</DIV><DIV>&nbsp;&nbsp;&nbsp; Workspace.AutoTheme = True<BR></DIV>]]>
   </description>
   <pubDate>Thu, 28 Jul 2011 04:46:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65539&amp;title=errors-in-15-1-1#65539</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 : Also please set PaintManagers...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65496&amp;title=errors-in-15-1-1#65496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 26 July 2011 at 1:59pm<br /><br />Also please set PaintManagers parameter after you set theme for CommandBars - because changing theme can reset this property.]]>
   </description>
   <pubDate>Tue, 26 Jul 2011 13:59:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65496&amp;title=errors-in-15-1-1#65496</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 :      Hi,I can&amp;#039;t say...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65481&amp;title=errors-in-15-1-1#65481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 26 July 2011 at 6:39am<br /><br />Hi,<br><br>I can't say about the SyntaxEditFrame issues as I have not yet tried but WorkSpace BoldSelected &amp; ClientMargin both work fine for me in version v15.1.1<br><br>I use the following code each time in my Projects to create my workspace:<br><br><table width="99%"><tr><td><pre class="BBcode"><br><font color="#000099">Private Sub</font> CreateWorkSpace()<br>&nbsp;&nbsp;&nbsp; <font color="#006633">' Set the Workspace Tab Area</font><br>&nbsp;&nbsp;&nbsp; <font color="#000099">Set </font>Workspace = CommandBars.ShowTabWorkspace(<font color="#000099">True</font>)<br>&nbsp;&nbsp;&nbsp; <font color="#000099">With </font>Workspace<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Flags = xtpWorkspaceShowCloseSelectedTab <font color="#000099">Or </font>xtpWorkspaceHideClose<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .IgnoreFlickersOnActivate = <font color="#000099">False</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.BoldSelected = <font color="#000099">True</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ClientMargin.Bottom = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ClientMargin.Left = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ClientMargin.Right = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ClientMargin.Top = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.OneNoteColors = <font color="#000099">False</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ShowIcons = <font color="#000099">False</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ThemedBackColor = <font color="#000099">False</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ToolTipContext.style = xtpToolTipResource<br>&nbsp;&nbsp;<font color="#000099">&nbsp; End With<br>End Sub</font><br></pre></td></tr></table><br><br><b><font color="#FF0000">*** EDIT ***</font></b><br><br>As for the SyntaxEdit &amp; SyntaxEditFrame you are indeed correct, the Tab key does not respond at all to move through the controls in the Find &amp; Replace window.<br><br>]]>
   </description>
   <pubDate>Tue, 26 Jul 2011 06:39:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65481&amp;title=errors-in-15-1-1#65481</guid>
  </item> 
  <item>
   <title><![CDATA[Errors in 15.1.1 : Workspace.PaintManager.BoldSelected...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65480&amp;title=errors-in-15-1-1#65480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1502">lionello</a><br /><strong>Subject:</strong> 18727<br /><strong>Posted:</strong> 26 July 2011 at 6:35am<br /><br />Workspace.PaintManager.BoldSelected = True&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Don't work <DIV>Workspace.ClientMargin Don't work propely</DIV><DIV>In SyntaxEditFrame on Find or Find&amp;Replace dialog, keyboard tab key don't work</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV>]]>
   </description>
   <pubDate>Tue, 26 Jul 2011 06:35:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18727&amp;PID=65480&amp;title=errors-in-15-1-1#65480</guid>
  </item> 
 </channel>
</rss>