Hi all,
I want to develop a NAV file.
I start to loop through the _host.collection.items just after the GUI is initialized and _host is not null.
So far so good.
BUT:
if the item in _host.collection.items is a folder. I want to count the number of children. It is not working: item.children.length is always 0 at the moment.
Any one have any idea?: Lazy loading??? Bug???
And how to solve it?
@MODs: If it is not the correct place for this topic, please move it to the correct place.
Thank you for any help.
You can find more about creating a NAV file for portfolios at [url=http://joelgeraci.com/adobe/devjunkie/web/]The "Customizing PDF Portfolio Layouts" Series[/url] By Joel Geraci.
George Kaiser