Hi,
There is capability of show related records in popup info window, and it works fine when i click on selected features in map.
But when i try to open popup info window from my custom search widget, the related records are missing...
from my search widget.. i added
and in debug, i found out that my hostComponent.featureLayer is null.. is it the problem?
Attachment 34937
There is capability of show related records in popup info window, and it works fine when i click on selected features in map.
But when i try to open popup info window from my custom search widget, the related records are missing...
from my search widget.. i added
Code:
popUpRenderer.setStyle("skinClass", Class(com.esri.viewer.skins.PopUpRendererSkin));
Attachment 34937