Hi,
I'm currently trying to retrieve some objects from the PCD. While the general procedure is clear (via Context and Lookup etc...) i'm also trying to retrieve for example all the iviews from a page. the page object is retrieved via it's pcd path and then uses the integrated method to get the iviews.
however the string representations of the iviews only inlcude their ID, not the pcd path.
so is there any easy way to search the PCD for the ID of the wanted iviews and thus get the path or to retrieve the IView object itself ?
currently i'm trying to create a searchable list by traversing the pcd recursively once on initialization and then searching the list later on, however this seems to be problematic due to the sheer size and time required.