<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Data Access Worldwide Forums - VDF SIG Codejock Library</title>
		<link>http://support.dataaccess.com/Forums/</link>
		<description>A set of classes that enable the use of the highly customizable Codejock Active-X controls to create rich, visually exciting, enterprise-class Windows applications</description>
		<language>en</language>
		<lastBuildDate>Sat, 25 May 2013 14:42:45 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://support.dataaccess.com/Forums/images/misc/rss.png</url>
			<title>Data Access Worldwide Forums - VDF SIG Codejock Library</title>
			<link>http://support.dataaccess.com/Forums/</link>
		</image>
		<item>
			<title>Does the chart control work stand alone?</title>
			<link>http://support.dataaccess.com/Forums/showthread.php?50530-Does-the-chart-control-work-stand-alone&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 20:45:17 GMT</pubDate>
			<description>Based on the GREAT demo at Synergy, I have purchased the CodeJock Chart control and am using it to graph data from the embedded database hosted on a...</description>
			<content:encoded><![CDATA[<div>Based on the GREAT demo at Synergy, I have purchased the CodeJock Chart control and am using it to graph data from the embedded database hosted on a Linux server.  (But obviously running in a VDF (17.0) app.)<br />
<br />
This is FANTASTIC stuff!<br />
<br />
I started with the demo version of the full CodeJock Suite and everything was working great.  But all I really want is the chart control, so that's all I purchased.  I uninstalled the demo version and installed the chart control.  The program still runs great but the studio is mad at me.  For every source code line that has &quot;is a cSigCJChart&quot;, I'm getting this error:<br />
<br />
File: SummaryView.vw Line: 184. Designer Object Error: Unable to instantiate COM object ActiveX component may not be properly installed or registered. Error code: 0x80040154<br />
<br />
If I right click on the &quot;cSigCJChart&quot; and select &quot;go to definition&quot;, it opens the cSigCJChartControl.pkg&quot; file.<br />
<br />
The top of the view has a &quot;Use cSIGCjChartControl.pkg&quot;.<br />
<br />
Thus my question.  Does the CodeJock Chart control (without the full CodeJock Suite) using the cSigCJChartControl.pkg file work connrectly in the studio, or must I purchase the full suite for the studio to be able to model the control.  As stated earlier, the program compiles and seems to run correctly.  The control is just not modeling in the studio.<br />
<br />
TIA</div>

 ]]></content:encoded>
			<category domain="http://support.dataaccess.com/Forums/forumdisplay.php?28-VDF-SIG-Codejock-Library">VDF SIG Codejock Library</category>
			<dc:creator>Larry R Pint</dc:creator>
			<guid isPermaLink="true">http://support.dataaccess.com/Forums/showthread.php?50530-Does-the-chart-control-work-stand-alone</guid>
		</item>
		<item>
			<title>Question to cCJGroupedGrid   (from Peter Braggs)</title>
			<link>http://support.dataaccess.com/Forums/showthread.php?50513-Question-to-cCJGroupedGrid-(from-Peter-Braggs)&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 15:13:03 GMT</pubDate>
			<description>I tried to understand the source but for example I couldn’t find the piece of source where the  plus and minus Icon for expand/collapse a row is set....</description>
			<content:encoded><![CDATA[<div>I tried to understand the source but for example I couldn’t find the piece of source where the  plus and minus Icon for expand/collapse a row is set.<br />
On my computer I also couldn’t find these Ico or BMP files for plus and minus.<br />
 <br />
Where they are set and changed and what are the names of the icons?<br />
<br />
Emil</div>

 ]]></content:encoded>
			<category domain="http://support.dataaccess.com/Forums/forumdisplay.php?28-VDF-SIG-Codejock-Library">VDF SIG Codejock Library</category>
			<dc:creator>Emil Preter</dc:creator>
			<guid isPermaLink="true">http://support.dataaccess.com/Forums/showthread.php?50513-Question-to-cCJGroupedGrid-(from-Peter-Braggs)</guid>
		</item>
		<item>
			<title>Cannot install Com Object, ActiveX may not be properly installed Error 4398</title>
			<link>http://support.dataaccess.com/Forums/showthread.php?50448-Cannot-install-Com-Object-ActiveX-may-not-be-properly-installed-Error-4398&amp;goto=newpost</link>
			<pubDate>Sat, 27 Apr 2013 15:18:22 GMT</pubDate>
			<description>First from the SIG-page I clicked *Click*here (http://www.vdfsig.co.uk/Include/ElectosFileStreaming.asp?FileId=692)*to download it.* 
   
 In VDf...</description>
			<content:encoded><![CDATA[<div>First from the SIG-page I clicked <b><i>Click</i></b><a href="http://www.vdfsig.co.uk/Include/ElectosFileStreaming.asp?FileId=692" target="_blank">here</a><b><i>to download it.</i></b><br />
  <br />
 In VDf 17.0 I opened Workspace  SigCj Demo v1 - vdf17.0 cj13.4.2.sws and added the Library <b>SigCj Classes v1 - vdf17.0 cj13.4.2.sws</b> <br />
because <br />
 Codejock.CommandBars.v13.4.2.ocx<br />
 Codejock.ReportControl.v13.4.2.ocx<br />
 Codejock.SkinFramework.v13.4.2.ocx<br />
are registered with VDF 17.0.<br />
 <br />
In SigCjLicense_v13.4.2.pkg  I uncommented the line<br />
Define SigCj_Use_Demo_Codejock_License<br />
 <br />
 <br />
Running Order Sample.src  I get the message that the ActiveX is not installed. Error 4398<br />
 <br />
With Debugger I see it happens at:<br />
Object oSigCjGlobalSetting is a cSigCjGlobalSetting<br />
End_Object<br />
 <br />
Then I have downloaded <a href="http://tortoisesvn.net/downloads" target="_blank">http://tortoisesvn.net/downloads</a><br />
and tried the same as described above, but always I get the message that the ActiveX is not installed. Error 4398<br />
<br />
Also with  doubleclick  on Codejock Order Sample.exe in the folder programs I get the same error.<br />
<br />
I have looked for all Threads in the forum about “ActiveX is not installed. Error 4398” but found no way to overcome the problem.</div>

 ]]></content:encoded>
			<category domain="http://support.dataaccess.com/Forums/forumdisplay.php?28-VDF-SIG-Codejock-Library">VDF SIG Codejock Library</category>
			<dc:creator>Emil Preter</dc:creator>
			<guid isPermaLink="true">http://support.dataaccess.com/Forums/showthread.php?50448-Cannot-install-Com-Object-ActiveX-may-not-be-properly-installed-Error-4398</guid>
		</item>
	</channel>
</rss>
