<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Central: RTFM	</title>
	<atom:link href="https://jessewarden.com/2003/12/central-rtfm.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2003/12/central-rtfm.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Fri, 12 Dec 2003 06:52:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2003/12/central-rtfm.html/comment-page-1#comment-1090</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 12 Dec 2003 06:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=355#comment-1090</guid>

					<description><![CDATA[Correct.  This example is from Central &#062; API Reference &#062; LCService object &#062; About the LCService object sample:


myService=LCService.createServer( myInterface, owner, true );


...but that doesn&#039;t work.

Granted, it&#039;s taken out of context with the 4th page that describes that your supposed to use &quot;Central.&quot; prefacing everything, but how much context does one need to copy and paste an example and expect it to work without a hitch?
]]></description>
			<content:encoded><![CDATA[<p>Correct.  This example is from Central &gt; API Reference &gt; LCService object &gt; About the LCService object sample:</p>
<p>myService=LCService.createServer( myInterface, owner, true );</p>
<p>&#8230;but that doesn&#8217;t work.</p>
<p>Granted, it&#8217;s taken out of context with the 4th page that describes that your supposed to use &#8220;Central.&#8221; prefacing everything, but how much context does one need to copy and paste an example and expect it to work without a hitch?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phillip Kerman		</title>
		<link>https://jessewarden.com/2003/12/central-rtfm.html/comment-page-1#comment-1089</link>

		<dc:creator><![CDATA[Phillip Kerman]]></dc:creator>
		<pubDate>Fri, 12 Dec 2003 06:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=355#comment-1089</guid>

					<description><![CDATA[I wrote some of the documentation and I can tell you this is issue in not stated correctly in the docs.  I mean, the examples won&#039;t work without &quot;Central.&quot;--right?

Thanks,
Phillip]]></description>
			<content:encoded><![CDATA[<p>I wrote some of the documentation and I can tell you this is issue in not stated correctly in the docs.  I mean, the examples won&#8217;t work without &#8220;Central.&#8221;&#8211;right?</p>
<p>Thanks,<br />
Phillip</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2003/12/central-rtfm.html/comment-page-1#comment-1088</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Thu, 11 Dec 2003 05:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=355#comment-1088</guid>

					<description><![CDATA[Actually, it doesn&#039;t &quot;say&quot; that until the 4th sheet under Central &#062; API Reference &#062; LCService &#062; Security as you scroll down.

Even the example is that is given on how to do it is wrong... well, only before you read the footnote.]]></description>
			<content:encoded><![CDATA[<p>Actually, it doesn&#8217;t &#8220;say&#8221; that until the 4th sheet under Central &gt; API Reference &gt; LCService &gt; Security as you scroll down.</p>
<p>Even the example is that is given on how to do it is wrong&#8230; well, only before you read the footnote.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2003/12/central-rtfm.html/comment-page-1#comment-1087</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Thu, 11 Dec 2003 05:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=355#comment-1087</guid>

					<description><![CDATA[The docs are not wrong, but rather, are not consistent.  Like, I read the SDK, but in my actual development here, I refer to the Flash Help panel constantly.  In there, the LCDataProvider is defined all over the place like:

Central.LCDataProvider.addItem()

Both he and the Central.DataProvider are like that.

The LCServerice, however, is nothing like that, and only in the example, and in an * asteriked place does it say that Central is implied.

Again, I should of RTFM, but the tone was set that myServer = LCServer.createServer, etc. was the way to go.  It&#039;s written like that all over the docs, but it&#039;s &quot;implied&quot; that your supposed to pre-pend Central.  I think that was my problem, really.

Hope that helps!]]></description>
			<content:encoded><![CDATA[<p>The docs are not wrong, but rather, are not consistent.  Like, I read the SDK, but in my actual development here, I refer to the Flash Help panel constantly.  In there, the LCDataProvider is defined all over the place like:</p>
<p>Central.LCDataProvider.addItem()</p>
<p>Both he and the Central.DataProvider are like that.</p>
<p>The LCServerice, however, is nothing like that, and only in the example, and in an * asteriked place does it say that Central is implied.</p>
<p>Again, I should of RTFM, but the tone was set that myServer = LCServer.createServer, etc. was the way to go.  It&#8217;s written like that all over the docs, but it&#8217;s &#8220;implied&#8221; that your supposed to pre-pend Central.  I think that was my problem, really.</p>
<p>Hope that helps!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mike chambers		</title>
		<link>https://jessewarden.com/2003/12/central-rtfm.html/comment-page-1#comment-1086</link>

		<dc:creator><![CDATA[mike chambers]]></dc:creator>
		<pubDate>Thu, 11 Dec 2003 05:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=355#comment-1086</guid>

					<description><![CDATA[Cool. Glad you got it working. You are actually the second person today who ran into this issue (that I know of).

Maybe the docs are wrong? Perhaps we should technote this issue?

mike chambers

mesh@macromedia.com]]></description>
			<content:encoded><![CDATA[<p>Cool. Glad you got it working. You are actually the second person today who ran into this issue (that I know of).</p>
<p>Maybe the docs are wrong? Perhaps we should technote this issue?</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@macromedia.com">mesh@macromedia.com</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
