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; }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.