RafaelSBZ
unread,Sep 11, 2009, 1:17:21 PM9/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WireIt
Hello fellows,
First of all, as this is my first post on this list (hopefully, of
many, many), congratulations on the library. It is really good and
it's may become a lifesaver for me.
Now, to business:
I extended jsBox to prototype a tool I'm working on and, very late in
my development, I must say, I encountered a problem with persisting
composed modules. Specifically, with loading composed modules that use
other composed modules as components. When I use only simple modules,
the composed modules load just well, but whenever I use a composed
modules as a components on another composed module and try to load
such composition, I get "Error: WiringEditor: module 'x' not found !",
where x is the first composed module used as component. It runs just
fine as a composed module (the one little box), but I can't load it,
thus can't expand nor edit.
I created a 'complexComposition' module on the online jsBox, picked
two 'multiplications' and saved it. Doesn't load. Hope it helps in
reproducing the issue.
Is this a known issue and are there any workarounds I could try?
Thanks a lot
Rafael