On 9/18/10 1:17 PM, Greg Brown wrote:
> I actually just added JIRA tickets for both of these to Pivot 2.1.
> However, it might be worth pushing up to 2.0 since this comes up
> fairly often.
> 
> Since you are just starting development, I was actually going to
> suggest that you consider using 2.0 for your app. It hasn't been
> released yet, but the feature set is pretty stable at this point, and
> there are quite a few enhancements that you may want to take
> advantage of.

So I've gone for this - and I jumped into a little more than I expected :)

I've worked out most of the upgrade pains, but I'm stuck on one now -

I was importing a dialogue wtkx file into a main wtkx file. To access
the components in the dialogue box window, I used:

wtkxSerializer.get("dialogueId.componentId").

What's the best way to do this with 2.0? Now its a namespace map, and so
this syntax doesn't work.

I tried getting the dialogueId from the namespace map, and using
getNamedComponent - but I was getting back null.

Am I on the right track?

- Mark


Reply via email to