Widget without icon on toolbar

460
1
04-10-2011 08:14 PM
JesseMetcalfe
New Contributor
Hello,

How to open a widget without giving accessibility on Widgets toolbar ?
same as LiveLayer widget in SFV 1.x.

Actually I m trying to open a widget on change of map extent which will not require to widget to display on toolbar.

Jesse
Tags (2)
0 Kudos
1 Reply
EstherColero
New Contributor III
Hello Jesse,

I think you can do it by two ways:
  - declare a hide widget out of the widgetcontiner (like OverviewMapWidget or NavigationWidget) and show with an event when you want.
  - Create your own window and use PopUpManager.createPopUp, like Search Window Widget (Non-SFV/FV)
http://www.arcgis.com/home/item.html?id=2d2ccae108b74b1ba8968e21c730bdb4

Hope it help!!

Regards
Esther
0 Kudos