Hi John,

First of all, the error message's mentioning of flex.topbraidlive.tbe
is incorrect; instead, this should refer to the Flex project you are
testing/debugging, i.e. tbl-example-helloworld-flex.

However,what the message means is that the class being accessed cannot
be found in the SWF.  Does the error occur at the line you pasted
calling GraphFactory.singleton.openRemoteGraph?  If so, then the
problem is that tbl-example-helloworld-flex does not properly include
the graph API, flex.topbraidlive.graph.imple.swf, and thus cannot
access GraphFactory.singleton.

Please look at the Flex Build Path -> Library Path in graph-example-
helloworld, and look at how placeholder.swc is included in the project
as this should be the same for tbl-example-helloworld-flex.  Also
ensure that placeholder.swc is found in tbl-example-helloworld-flex/
lib; if not, copy and paste the same file from graph-example-
helloworld.

Cheers,

Willie Milnor
Sr. Semantic Solutions Developer
TopQuadrant, Inc.

On Jun 21, 7:46 am, John Perdoni <[email protected]> wrote:
> I wonder if you could help, being completely new to Flex I apolgise if
> this is a really naive question.
>
> I am learning step by step from the standlone HelloWorldDemo included
> in the SDK, and am trying to connect and create a graph from my own
> ontology
>
> Using
>
> GraphFactory.singleton.openRemoteGraph(_Ontolgy, set graph,
> openRemoteGraphError) with my own parameters I recieve a runtime
> error. Whilst debugging the following is displayed in the console.
>
> For TopQuadrant developers
>    To include facilities from null, include the relevant project on
>    flex.topbaidlive.tbe:File/Properties/[Flex Build Path]/[Library
> Path]
>    and expand the specific item in the list to show its children
> including [Link Type].
>    Select [Link Type] then the [Edit...] button and choose [Runtime
> shared library (RSL)] (with all defaults).
>
> I cannot find any refernece to flex.tobraidlive.tbe, as mentioned, and
> was wondering if you could shed a bit more light on why.
>
> Regards
>
> John

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to