<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.info/rss_namespace/">
 <channel>
  <title>Codejock Developer Community</title>
  <link>http://forum.codejock.com</link>
  <description>This is an XML content feed of; Codejock Developer Community : Last 10 Posts</description>
  <pubDate>Fri, 12 Mar 2010 00:22:05 +0000</pubDate>
  <lastBuildDate>Thu, 11 Mar 2010 17:54:52 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 8.03</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>Codejock Developer Community</title>
   <url>http://forum.codejock.com/forum_images/codejock_logo.png</url>
   <link>http://forum.codejock.com</link>
  </image>
  <item>
   <title>Command Bars : How can i put current oclock in statusbar</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57565#57565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> How can i put current oclock in statusbar<br /><strong>Posted:</strong> 11 March 2010 at 5:54pm<br /><br />Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; ....<br><br>&nbsp;&nbsp;&nbsp; Dim Pane As StatusBarPane<br><br>&nbsp;&nbsp;&nbsp; Set Pane = CommandBars.StatusBar.AddPane(ID_INDICATOR_TIME)<br>&nbsp;&nbsp;&nbsp; Pane.Alignment = xtpAlignmentCenter<br>&nbsp;&nbsp;&nbsp; Pane.Text = DateTime.Time<br>&nbsp;&nbsp;&nbsp; Pane.Width = 0<br><br>&nbsp;&nbsp;&nbsp; ....<br>End Sub<br><br>Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<br>&nbsp;&nbsp;&nbsp; Set Pane = CommandBars.StatusBar.FindPane(ID_INDICATOR_TIME)<br>&nbsp;&nbsp;&nbsp; Pane.Text = DateTime.Time<br>End Sub<br><br>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 17:54:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57565#57565</guid>
  </item> 
  <item>
   <title>Suite Pro : Replace VB controls with CJ Suite Pro</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16426&amp;PID=57564#57564</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> Replace VB controls with CJ Suite Pro<br /><strong>Posted:</strong> 11 March 2010 at 4:54pm<br /><br /><DIV>I know this genre of problems, because some year ago I already make a similar tool which replace VB.CommandButton and VB.Frame with freeware ButtonPlus and FramePlus made by <a href="http://www.innovasys.com" target="_blank">www.innovasys.com</A>&nbsp;(however this controls are no longer availables).</DIV><DIV>You can view, and download&nbsp;also, my&nbsp;utility here:</DIV><DIV><a href="http://nuke.vbcorner.net/Articoli/VB60/U2IUpdatetoInnovasys/tabid/88/Default.aspx" target="_blank">http://nuke.vbcorner.net/Articoli/VB60/U2IUpdatetoInnovasys/tabid/88/Default.aspx</A></DIV><DIV>&nbsp;</DIV><DIV>However, the new utility is already completed at 90% <img src="http://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Coming soon <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 16:54:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16426&amp;PID=57564#57564</guid>
  </item> 
  <item>
   <title>Command Bars : TTDT_RESHOW</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14087&amp;PID=57563#57563</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> TTDT_RESHOW<br /><strong>Posted:</strong> 11 March 2010 at 4:14pm<br /><br />Thanks Oleg. Will the change also address the issue with TTDT_RESHOW?]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 16:14:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14087&amp;PID=57563#57563</guid>
  </item> 
  <item>
   <title>Command Bars : SOLVED:commandbar dosen&#039;t allow image shows in MDI</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16428&amp;PID=57562#57562</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5936">unforgiven</a><br /><strong>Subject:</strong> SOLVED:commandbar dosen&#039;t allow image shows in MDI<br /><strong>Posted:</strong> 11 March 2010 at 1:48pm<br /><br />Hi Oleg<br />Thank you very very much, work it.]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 13:48:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16428&amp;PID=57562#57562</guid>
  </item> 
  <item>
   <title>Command Bars : How can i put current oclock in statusbar</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57561#57561</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5936">unforgiven</a><br /><strong>Subject:</strong> How can i put current oclock in statusbar<br /><strong>Posted:</strong> 11 March 2010 at 1:43pm<br /><br />for showing date i use this code on form_load event:<br /><br />Dim StatusBar As IStatusBar<br />&nbsp;&nbsp;&nbsp;&nbsp;Set StatusBar = CommandBars.StatusBar<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;StatusBar.Visible = True<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim Pane As StatusBarPane<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;Set Pane = StatusBar.AddPane(ID_DATE_PANE)<br />&nbsp;&nbsp;&nbsp;&nbsp;Pane.Visible = True<br />&nbsp;&nbsp;&nbsp;&nbsp;Pane.Text = "  Today : " & Date<br />&nbsp;&nbsp;&nbsp;&nbsp;Pane.Width = 0 <br /><br />it's work fine,but for showing current time, i got error<br />--------------------------------------------------------<br />with this code i can show time in statusbar,but time is fixed and not change second of it,what's the problem?<br /><br />Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<br /> Select Case Control.Id<br /> Case ID_TIME_PANE<br /> CommandBars.StatusBar.FindPane(ID_TIME_PANE).Text = Time$<br /> End Select<br /><br />please put code or trim my code to solve this problem<br />thanks<br />]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 13:43:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57561#57561</guid>
  </item> 
  <item>
   <title>Command Bars : How can i put current oclock in statusbar</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57560#57560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2368">cmm2006</a><br /><strong>Subject:</strong> How can i put current oclock in statusbar<br /><strong>Posted:</strong> 11 March 2010 at 12:49pm<br /><br /><P>I know that you can use the following codes to add (CAPS, NUM,...):</P><DIV>&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_CAPS<BR>&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_NUM<BR>&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_SCRL</DIV><DIV>&nbsp;</DIV><DIV>is there any way that we can add time or date (ID_INDACATOR_TIME, ID_INDICATOR_DATE) ?</DIV><DIV>Thank you</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 12:49:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57560#57560</guid>
  </item> 
  <item>
   <title>Suite Pro : Problem with Version 13.3.1</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16432&amp;PID=57559#57559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> Problem with Version 13.3.1<br /><strong>Posted:</strong> 11 March 2010 at 12:46pm<br /><br />I have now installed the new version 13.3.1 for my application.<DIV>The main problem, editing the ReportControl, is solved.</DIV><DIV>&nbsp;</DIV><DIV>But now i have new problems:</DIV><DIV>&nbsp;</DIV><DIV>If i use in the SkinFramework the xtpSkinApplyMenus i must cancel the skinning at application-end to prevent a crash in the VB6-IDE.</DIV><DIV>But, this my be ok.</DIV><DIV>&nbsp;</DIV><DIV>Than, you provide a new property in ReportControl:</DIV><DIV>&nbsp;</DIV><DIV>ShowNonActiveInPlaceButton</DIV><DIV>&nbsp;</DIV><DIV>I expected, if i click the button when the item is not in editmode, the edit ist automatically started AND the action will happen.</DIV><DIV>For exsample: i define a dropdown-inplaceeditbutton, but the dropdownlist will not appear.</DIV><DIV>I need a second click to the button.</DIV><DIV>This will not realy help.</DIV><DIV>&nbsp;</DIV><DIV>Also i miss </DIV><DIV>- autocomplete-property for constraints like Commandbar-Combobox</DIV><DIV>- skinning the dropdownlist</DIV>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 12:46:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16432&amp;PID=57559#57559</guid>
  </item> 
  <item>
   <title>Suite Pro : Reportcontrol and Commandbars problem</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16321&amp;PID=57558#57558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> Reportcontrol and Commandbars problem<br /><strong>Posted:</strong> 11 March 2010 at 12:36pm<br /><br />Ok, i have seen this in the customer download.<DIV>It would be nice for the future to get a mail if a new version is released.</DIV>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 12:36:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16321&amp;PID=57558#57558</guid>
  </item> 
  <item>
   <title>Suite Pro : Reportcontrol and Commandbars problem</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16321&amp;PID=57557#57557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> Reportcontrol and Commandbars problem<br /><strong>Posted:</strong> 11 March 2010 at 12:04pm<br /><br />The fix is allready out! --&gt; 13.3.1]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 12:04:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16321&amp;PID=57557#57557</guid>
  </item> 
  <item>
   <title>Controls : CXTButton vs CXTPButton</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16431&amp;PID=57556#57556</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2329">nobs</a><br /><strong>Subject:</strong> CXTButton vs CXTPButton<br /><strong>Posted:</strong> 11 March 2010 at 10:20am<br /><br />Hello <br><br>Can somebody clarify where there are 2 Buttons classes, both derived from CButton?<br>Whats the Difference?<br><br>And a final question:<br>Is there an easy why to change the background color of my Button with this clases without deriving an implementing my own?<br><br>regards <br>Norbert<br>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 10:20:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16431&amp;PID=57556#57556</guid>
  </item> 
 </channel>
</rss>