Larry, Try to remember to post Flex Viewer Question to the viewer forum.http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-FlexHere is some code to do that:for (var hb:int=0; hb<wTemplate.headerToolGroup.numElements; hb++){ var tbb:TitlebarButton = wTemplate.headerToolGroup.getElementAt(hb); if(tbb.callback == showGridResults) tbb.enabled = false; }
for (var hb:int=0; hb<wTemplate.headerToolGroup.numElements; hb++){ var tbb:TitlebarButton = wTemplate.headerToolGroup.getElementAt(hb); if(tbb.callback == showGridResults) tbb.enabled = false; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.