How to hide a widget's icon on the toolbar

353
2
Jump to solution
04-11-2013 12:33 PM
ShaningYu
Frequent Contributor
0 Kudos
1 Solution

Accepted Solutions
omega_cancer
Occasional Contributor II
Removed to http://forums.arcgis.com/threads/82120-How-to-hide-a-widget-s-icon-on-the-toolbar


All you need is:

 protected function basewidget1_creationCompleteHandler(event:FlexEvent):void {  wTemplate.icon.visible=false; } 

Thanks

View solution in original post

0 Kudos
2 Replies
omega_cancer
Occasional Contributor II
Removed to http://forums.arcgis.com/threads/82120-How-to-hide-a-widget-s-icon-on-the-toolbar


All you need is:

 protected function basewidget1_creationCompleteHandler(event:FlexEvent):void {  wTemplate.icon.visible=false; } 

Thanks
0 Kudos
ShaningYu
Frequent Contributor
Got it.  Thanks.
0 Kudos