Hi Andrea, We don't support instantiation of TBE components outside of TBE. And IIRC, attempting to do so will throw an error as the client graphs won't be properly setup (for instances of TBComponent, this is handled by the TBE infrastructure).
What I suggest (and what I do in practice) is to create a UI component to meet your requirements, and then simply wrap this in your own TBComponent subclass. This way, you can instantiate that UI component outside of TBE. (See graph-example-helloworld and tbl-example-helloworld-flex for how to open remote graphs on the server as would be needed in your UI component.) On Mon, Oct 10, 2011 at 8:02 AM, Andrea Todaro <[email protected]>wrote: > Hi to all, > I'm trying to create some custom components, and I wonder if there is a way > to instantiate a standard TBC components in actionscript code (for example > the Form) > > Regards > > AT > > -- > 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 > -- Willie Milnor Sr. Semantic Solutions Developer TopQuadrant, Inc. 330 John Carlyle Street Suite 180 Alexandria, VA 22314 703.299.9330 www.topquadrant.com <http://www.topquadrant.com> Cell: 410.971.7788 -- 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
