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; }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.