Hi Alex,

I have finally found out what is really wrong in my code causing all these
undefined errors.

In old Flex, setting visible and includeInLayout to false prevents the
object from appearing or having space allocated for it in the layout.

In JS you only need to set visible to false to achieve the same thing.

But there is another significant difference between the two. In old Flex the
object will also not get built at all, but in JS it is built.

This is what is causing all the problems. It's easy to fix and I've already
done it.

I'm not sure whether this also causes the Declarations to be undefined, but
I can't check that out till I can get past another problem with
RemoteObject.

I have put that problem in a new thread.

Doug



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to