<?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 : [POWERBUILDER] CommandBars Ribbon bar?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [POWERBUILDER] CommandBars Ribbon bar?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 16:16:53 +0000</pubDate>
  <lastBuildDate>Wed, 03 Dec 2008 19:44:10 +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=12509</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[[POWERBUILDER] CommandBars Ribbon bar? : Hi. I am trying to implement the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=43407&amp;title=powerbuilder-commandbars-ribbon-bar#43407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4780">gregoryfisher</a><br /><strong>Subject:</strong> 12509<br /><strong>Posted:</strong> 03 December 2008 at 7:44pm<br /><br />Hi.&nbsp; I am trying to implement the commandbar with frame in PowerBuilder 11.5.&nbsp; We have successfully designed a ribbonBar in the Codejock design tool and pulled it into the OLE container that contains the Active X.&nbsp; We cannot get it to become the title bar of the window or make it part of the window.&nbsp; Is this even possible in PowerBuilder?&nbsp; I have tried the code snippets here but they do not work.&nbsp; <DIV>&nbsp;</DIV><DIV>Also whenever you programmatically manipulate the control you lose the .xcb definition.&nbsp; When I try to programmatically load the .xcb file using </DIV><DIV>&nbsp;</DIV><DIV>ole_1.object.LoadFromFile("c:\development\codejock\Form1.xcb") </DIV><DIV>&nbsp;</DIV><DIV>I get a system error saying unknown function, yet the documentation specifies that this is an available function.&nbsp; I have tried a few flavors of calling this method including the following:</DIV><DIV>&nbsp;</DIV><DIV><DIV>ole_1.object.CommandBars.LoadFromFile("c:\development\codejock\Form1.xcb") </DIV><DIV>&nbsp;</DIV><DIV><DIV>ole_1.object.CommandBarsFrame.LoadFromFile("c:\development\codejock\Form1.xcb") </DIV><DIV>&nbsp;</DIV><DIV>Any help, guidance or suggestions is greatly appreciated.&nbsp; thanks <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV></DIV></DIV>]]>
   </description>
   <pubDate>Wed, 03 Dec 2008 19:44:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=43407&amp;title=powerbuilder-commandbars-ribbon-bar#43407</guid>
  </item> 
  <item>
   <title><![CDATA[[POWERBUILDER] CommandBars Ribbon bar? : ole_commandbutton.object.Attac...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=43132&amp;title=powerbuilder-commandbars-ribbon-bar#43132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4646">Obelix</a><br /><strong>Subject:</strong> 12509<br /><strong>Posted:</strong> 24 November 2008 at 3:27am<br /><br />ole_commandbutton.object.AttachToWindow(parent.handle)<DIV>&nbsp;</DIV><DIV>is the trick!</DIV>]]>
   </description>
   <pubDate>Mon, 24 Nov 2008 03:27:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=43132&amp;title=powerbuilder-commandbars-ribbon-bar#43132</guid>
  </item> 
  <item>
   <title><![CDATA[[POWERBUILDER] CommandBars Ribbon bar? : If you try with the CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=43022&amp;title=powerbuilder-commandbars-ribbon-bar#43022</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4727">maza23</a><br /><strong>Subject:</strong> 12509<br /><strong>Posted:</strong> 20 November 2008 at 8:23am<br /><br />If you try with the CommandBars frame control you should see something&nbsp;<img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Thu, 20 Nov 2008 08:23:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=43022&amp;title=powerbuilder-commandbars-ribbon-bar#43022</guid>
  </item> 
  <item>
   <title><![CDATA[[POWERBUILDER] CommandBars Ribbon bar? : Hi,I did the same that you as...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=42940&amp;title=powerbuilder-commandbars-ribbon-bar#42940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4727">maza23</a><br /><strong>Subject:</strong> 12509<br /><strong>Posted:</strong> 18 November 2008 at 10:41am<br /><br />Hi,<br>I did the same that you as well and had no results when I tried to run it. Maybe it will need code the resize event or something... if you could fix it please say me me how you did... <br>thanks... and good luck <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 10:41:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=42940&amp;title=powerbuilder-commandbars-ribbon-bar#42940</guid>
  </item> 
  <item>
   <title><![CDATA[[POWERBUILDER] CommandBars Ribbon bar? : Hello,  I am testing how CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=42265&amp;title=powerbuilder-commandbars-ribbon-bar#42265</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4646">Obelix</a><br /><strong>Subject:</strong> 12509<br /><strong>Posted:</strong> 23 October 2008 at 7:41am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I am testing how CommandBars works and how i can install CommandBars in our application.</DIV><DIV>&nbsp;</DIV><DIV>Is there a example or something like that how i can install CommandBars in a powerbuilder application?</DIV><DIV>&nbsp;</DIV><DIV>Things that i have done:</DIV><DIV>&nbsp;</DIV><OL><LI>Insert the CommandBars activex control and named ole_commandbutton.</LI><LI>I placed this code in the open event for the window:</LI></OL><P><table width="99%"><tr><td><pre class="BBcode"><BR>OLEOBJECT&nbsp;ole_ribbenbar<BR>ole_commandbutton.object.VisualTheme = 6<BR>ole_ribbenbar&nbsp;= ole_commandbutton.object.AddRibbonBar("Test");<BR>ole_ribbenbar.EnableDocking(64)<BR>ole_ribbenbar.EnableFrameTheme()<BR></pre></td></tr></table></P><DIV>&nbsp;</DIV><DIV>Greetings,</DIV>]]>
   </description>
   <pubDate>Thu, 23 Oct 2008 07:41:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12509&amp;PID=42265&amp;title=powerbuilder-commandbars-ribbon-bar#42265</guid>
  </item> 
 </channel>
</rss>