<?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 : ActiveX and Xbase Languages</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : ActiveX COM : ActiveX and Xbase Languages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 03:03:36 +0000</pubDate>
  <lastBuildDate>Fri, 29 May 2009 11:59:41 +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=14221</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[ActiveX and Xbase Languages : Hello Jimmy  Many thanks for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14221&amp;PID=49479&amp;title=activex-and-xbase-languages#49479</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5202">sakissv</a><br /><strong>Subject:</strong> 14221<br /><strong>Posted:</strong> 29 May 2009 at 11:59am<br /><br /><DIV>Hello Jimmy</DIV><DIV>&nbsp;</DIV><DIV>Many thanks for your answer. i solve the problem&nbsp; with this kind of code:</DIV><DIV>&nbsp;</DIV><DIV>METHOD FormInitialize( oSender ) CLASS TForm1<BR>&nbsp;&nbsp; LOCAL GLOBALSettings:= NIL</DIV><DIV>&nbsp;&nbsp; SetLanguage(26)<BR>&nbsp;&nbsp; GlobalSettings:= CreateObject("Codejock.CalendarGlobalSettings.13.0.0")<BR>&nbsp;&nbsp; WITH OBJECT GlobalSettings<BR>&nbsp;&nbsp;&nbsp;&nbsp; :License:="Calendar Control Copyright (c) 2003-2009 Codejock Software"+CRLF+;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PRODUCT-ID: Codejock.Calendar.ActiveX.v13.0"+CRLF+;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "VALIDATE-CODE: XXX-XXX-XXX-XXX"<BR>&nbsp;&nbsp;&nbsp;&nbsp; :ResourceFile:= Application:cDirectory+"SuitePro.ResourceEl.dll"<BR>&nbsp;&nbsp;&nbsp;&nbsp; :UseResourceFileLocale:=.T.<BR>&nbsp;&nbsp;&nbsp;&nbsp; MsgInfo(:License)<BR>&nbsp;&nbsp; END WITH</DIV><DIV>&nbsp;</DIV><DIV>RETURN NIL</DIV><DIV>&nbsp;</DIV><DIV>For my programs i use Xailer+ xHarbour.</DIV><DIV>&nbsp;</DIV><DIV>Best Regards</DIV><DIV>Dionisis<BR></DIV>]]>
   </description>
   <pubDate>Fri, 29 May 2009 11:59:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14221&amp;PID=49479&amp;title=activex-and-xbase-languages#49479</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX and Xbase Languages :    sakissv wrote:The main problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14221&amp;PID=49409&amp;title=activex-and-xbase-languages#49409</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 14221<br /><strong>Posted:</strong> 27 May 2009 at 10:42pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by sakissv" alt="Originally posted by sakissv" style="vertical-align: text-bottom;" /> <strong>sakissv wrote:</strong><br /><br />The main problem is, i cannot have access to CalendarGlobalSettings Class.</td></tr></table> CalendarGlobalSettings Class does have there own CLSID<br><table width="99%"><tr><td><pre class="BBcode">FUNCTION TestCJCalendar( nMode )<br>LOCAL oCal, oDialogs, oResource, oResources, oResourceManager, oDPTheme, oCalTheme<br><br>#IFDEF MYOCX<br>&nbsp;&nbsp; LOCAL cLicCalendar := ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Calendar Control Copyright (c) 2003-2009 Codejock Software"+ Chr(13)+Chr(10) +;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PRODUCT-ID: Codejock.Calendar.ActiveX.v13.0"+ Chr(13)+Chr(10) +;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "VALIDATE-CODE: xxx-xxx-xxx-xxx"<br>&nbsp;&nbsp; LOCAL cVer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "13.0.0"<br>&nbsp;&nbsp; LOCAL cPathActiveX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "C:\Programme\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.0.0 (30 Day Trial)\Bin\"<br><br>#ELSE<br>&nbsp;&nbsp; LOCAL cLicCalendar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Calendar Control Copyright (c) 2003-2007 Codejock Software' +CCRLF+;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'PRODUCT-ID: Codejock.Calendar.ActiveX.v11.2' +CCRLF+;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'VALIDATE-CODE: zzz-zzz-zzz-zzz'<br>&nbsp;&nbsp; LOCAL cVer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := '11.2.2'<br>&nbsp;&nbsp; LOCAL cPathActiveX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "C:\Creative.acp\ActiveX\"<br><br>#ENDIF<br><br>&nbsp;&nbsp; LOCAL ClsCalTheme2007&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "Codejock.CalendarThemeOffice2007"&nbsp;&nbsp; +'.'+ cVer<br>&nbsp;&nbsp; LOCAL ClsGlobalSettings&nbsp;&nbsp; :=&nbsp; "Codejock.CalendarGlobalSettings"&nbsp;&nbsp;&nbsp; +'.'+ cVer<br>&nbsp;&nbsp; LOCAL ClsDialogs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "Codejock.CalendarDialogs"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +'.'+ cVer<br>&nbsp;&nbsp; LOCAL ClsDatePicker&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "Codejock.DatePicker"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +'.'+ cVer<br>&nbsp;&nbsp; LOCAL ClsDPTheme2007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "Codejock.DatePickerThemeOffice2007" +'.'+ cVer<br>&nbsp;&nbsp; LOCAL ClsResource&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "Codejock.CalendarResource"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +'.'+ cVer<br>&nbsp;&nbsp; LOCAL ClsResources&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :=&nbsp; "Codejock.CalendarResources"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +'.'+ cVer<br>&nbsp;&nbsp; LOCAL ClsResourceManager&nbsp; :=&nbsp; "Codejock.CalendarResourcesManager"&nbsp; +'.'+ cVer<br><br>&nbsp;&nbsp; #IFDEF __XPP__<br>&nbsp;&nbsp; #ELSE<br>&nbsp;&nbsp; LOCAL oThread := Thread():new()<br><br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; oCal := V32CodeJockPro():New( 'Calendar', cVer, cPathActiveX, cLicCalendar )<br>&nbsp;&nbsp; oCal:lRegister := .t.<br>&nbsp;&nbsp; oCal:Create()<br>&nbsp;&nbsp; if !( oCal:lCreated )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RETURN&nbsp; nil<br>&nbsp;&nbsp; ENDIF<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; #ENDIF<br><br>&nbsp;&nbsp; // Create Objects in the main thread<br>&nbsp;&nbsp; //<br>&nbsp;&nbsp; oDialogs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := CreateObject( ClsDialogs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp; oDPTheme&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := CreateObject( ClsDPTheme2007&nbsp;&nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp; oCalTheme&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := CreateObject( ClsCalTheme2007&nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp; oResources&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := CreateObject( ClsResources&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp; oResourceManager := CreateObject( ClsResourceManager )<br><br>&nbsp;&nbsp; #if 0<br>&nbsp;&nbsp; // This can be created in the fired thread<br>&nbsp;&nbsp; oResource&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; := CreateObject( ClsResource&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp; #endif<br><br>&nbsp;&nbsp; if nMode == 0<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #IFDEF __XPP__<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CJMyCalendar( oDialogs, oResource, oResources, oResourceManager, oDPTheme, oCalTheme, cLicCalendar, 0 )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #ELSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oThread:start( "CJMyCalendar", oDialogs, oResource, oResources, oResourceManager, oDPTheme, oCalTheme, cLicCalendar, 0&nbsp; )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #ENDIF<br><br>&nbsp;&nbsp; ELSE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Threaded Resources do not work in H... ! May be oResources oNly accepts main thread.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //oThread:start( "CJMyCalendar", oDialogs, oResource, oResources, oResourceManager, oDPTheme, oCalTheme, cLicCalendar, 1&nbsp; )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CJMyCalendar( oDialogs, oResource, oResources, oResourceManager, oDPTheme, oCalTheme, cLicCalendar, 1 )<br>&nbsp;&nbsp; endif<br><br>&nbsp;&nbsp; RETURN nil<br></pre></td></tr></table>i guess you use harbour so all with #IFDEF __XPP__ (Xbase++) is obsolet for you<br>]]>
   </description>
   <pubDate>Wed, 27 May 2009 22:42:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14221&amp;PID=49409&amp;title=activex-and-xbase-languages#49409</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX and Xbase Languages : Hello to all  I intend to include...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14221&amp;PID=48666&amp;title=activex-and-xbase-languages#48666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5202">sakissv</a><br /><strong>Subject:</strong> 14221<br /><strong>Posted:</strong> 05 May 2009 at 12:04pm<br /><br /><P>Hello to all </P><DIV>I intend to include your marveless controls into my xBase (Xailer IDE) programs. The main problem is, i can </DIV><DIV>not have access to CalendarGlobalSettings Class. All other classes methotds and events are ok. Is there </DIV><DIV>another way to have access to the above properties. Curently using for tests your Ver 13.0 Demo on </DIV><DIV>Vista Ultimate 32-bit with SP1&nbsp;and Xailer (xBase Compatible) IDE for writing my programs. </DIV><DIV>Is there on your plans to use an external file (XML,INI etc) to pass these parameters, it is an easy </DIV><DIV>and clear way and i think is easy to implemented.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Any help would be apreciate</DIV><DIV>TIA</DIV><DIV>Dionisis</DIV>]]>
   </description>
   <pubDate>Tue, 05 May 2009 12:04:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14221&amp;PID=48666&amp;title=activex-and-xbase-languages#48666</guid>
  </item> 
 </channel>
</rss>