<?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 : Xbase++ &amp; CJ Calender</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Xbase++ &amp; CJ Calender]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 08:51:59 +0000</pubDate>
  <lastBuildDate>Sun, 21 Dec 2008 19:46:32 +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=12991</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[Xbase++ &amp; CJ Calender : SOLVED : CalendarGlobalSettings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12991&amp;PID=43835&amp;title=xbase-cj-calender#43835</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 12991<br /><strong>Posted:</strong> 21 December 2008 at 7:46pm<br /><br />SOLVED : CalendarGlobalSettings did have a different CLSID so they must CreateObject() seperate.<br><br>Documentation is not clear that those Class are not SubClass of the SuperClass while it found as "Member"<br><br>]]>
   </description>
   <pubDate>Sun, 21 Dec 2008 19:46:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12991&amp;PID=43835&amp;title=xbase-cj-calender#43835</guid>
  </item> 
  <item>
   <title><![CDATA[Xbase++ &amp; CJ Calender : hi,i&amp;#9508;m a old Style dBase...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12991&amp;PID=43828&amp;title=xbase-cj-calender#43828</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 12991<br /><strong>Posted:</strong> 20 December 2008 at 9:24pm<br /><br />hi,<br><br>i&#9508;m a old Style dBase Programmer using Xbase++ with activeX<br><br>i did some activeX before (Windows Mediaplayer) and i go most<br>:interfaceName from CalendarControl but some i do not understand<br>what SuperClass they are from.<br><br>1.) CalendarGlobalSettings<br>2.) ColorManager Object<br>3.) PropExchange Object<br><br>other i found as Member from CalendarControl.<br>Sample<br>some Xbase++ Code<br>*** snip ***<br>METHOD _NewForm:init(...)<br>...<br> &nbsp; ::oCalHead&nbsp;&nbsp;&nbsp; := XbpActiveXControl():new( ::drawingArea, , {0,424}, {792,60} )<br>&nbsp;&nbsp; ::oCalHead:CLSID := "{E1911E0C-F857-4C42-AE4A-DBCBEEDB3283}"<br>&nbsp;&nbsp; ::oCalHead:License := "Calendar Control Copyright ..."<br><br>&nbsp;&nbsp; ::oCalCon&nbsp;&nbsp;&nbsp;&nbsp; := XbpActiveXControl():new( ::drawingArea, , {0,24}, {652,400} )<br>&nbsp;&nbsp; ::oCalCon:CLSID := "{0C8AE9B1-EF01-48D3-9316-04FF307CC663}"<br>&nbsp;&nbsp; ::oCalCon:License := "Calendar Control Copyright ..."<br><br>&nbsp;&nbsp; ::oDatePicker := XbpActiveXControl():new( ::drawingArea, , {652,24}, {140,400} )<br>&nbsp;&nbsp; ::oDatePicker:CLSID := "{17B06FA2-716A-4136-8B8F-9E7A1A0F15E5}"<br>&nbsp;&nbsp; ::oDatePicker:License := "Calendar Control Copyright ..."<br><br>...<br>METHOD _NewForm:create(...)<br><br>&nbsp;&nbsp; ::XbpDialog:create( oParent, oOwner, aPos, aSize, aPP, lVisible )<br><br>&nbsp;&nbsp; ::oCalHead:create()<br>&nbsp;&nbsp; ::oCalCon:create()<br>&nbsp;&nbsp; ::oDatePicker:create()<br><br>METHOD NewForm:InitCalControl()<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; // Method<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; ::oOptions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := ::oCalCon:Options()<br>&nbsp;&nbsp; ::oTheme&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := ::oCalCon:Theme()<br>&nbsp;&nbsp; ::oMultipleResources&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := ::oCalCon:MultipleResources()<br>/*<br>&nbsp;&nbsp; working, but found not "right" Color yet<br><br>&nbsp;&nbsp; ::oTheme:BaseColor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := AutomationTranslateColor(GraMakeRGBColor({031,153,255}), .F.)<br>&nbsp;&nbsp; ::oTheme:Header:BaseColor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := AutomationTranslateColor(GRA_CLR_RED&nbsp; , .F.)<br>&nbsp;&nbsp; ::oTheme:Header:TodayBaseColor&nbsp;&nbsp; := AutomationTranslateColor(GRA_CLR_GREEN, .F.)<br>*/<br>&nbsp;&nbsp; ::oOptions:FirstDayOfTheWeek&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := xtpCalendarDayMonday // Monday<br>&nbsp;&nbsp; ::oOptions:MonthViewCompressWeekendDays := .F.&nbsp; // do not kompress<br>&nbsp;&nbsp; ::oOptions:MonthViewShowTimeAsClocks := .T.&nbsp;&nbsp; // display start/end time as clock<br>&nbsp;&nbsp; ::oOptions:WeekViewShowTimeAsClocks&nbsp; := .T.&nbsp;&nbsp; // display start/end time as clock<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; // VB have TIME as Date in a YYYYMMMDDHHMMSS Format<br>&nbsp;&nbsp; // we pass a hole DateTime String using :treatDateAsString(.T.)<br>&nbsp;&nbsp; // and activeX will get Time from it<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; ::oOptions:treatDateAsString(.T.):setProperty("WorkDayStartTime",;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VTType():new( "2008122006:00:00", VT_DATE))<br><br>&nbsp;&nbsp; ::oOptions:treatDateAsString(.T.):setProperty("WorkDayEndTime",;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VTType():new( "2008122018:00:00", VT_DATE))<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; // if CJ Commandbar ist attached, Calendar will use it<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; ::oCalCon:CreatePrintView()<br><br>&nbsp;&nbsp; ::oCalCon:ViewType := xtpCalendarMonthView<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; // attach Head to active Calendar Object<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; ::oCalHead:AttachToCalendar(::oCalCon)<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; // same with datepicker<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; ::oDatePicker:AttachToCalendar(::oCalCon)<br>...<br>&nbsp;&nbsp; ::show()<br>ALTD()<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; // this now fail : no Member with this Name<br>&nbsp;&nbsp; //<br>*&nbsp;&nbsp; xxx := ::oCalCon:CalendarGlobalSettings<br>*&nbsp;&nbsp; xxx := ::oCalCon:ColorManager<br>*&nbsp;&nbsp; xxx := ::oCalCon:PropExchange Object<br><br>// XtremeCalendarControl.ResourceFile = App.Path &amp; "\ToolkitPro.ResourceDe.xml"<br>*&nbsp;&nbsp; ::oCalCon:MultipleResources:ResourceFile := ;<br>*&nbsp;&nbsp; "C:\Programme\Codejock Software\Bin\Translations\SuitePro.ResourceDe.dll"<br>*** eof ***<br><br>so can me please someone point to understand CJ Calender Class Model, thx.<br><br><br>]]>
   </description>
   <pubDate>Sat, 20 Dec 2008 21:24:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12991&amp;PID=43828&amp;title=xbase-cj-calender#43828</guid>
  </item> 
 </channel>
</rss>