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; }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.