Select to view content in your preferred language

Widen renderer window?

518
0
05-10-2011 10:55 AM
WaltBulawa
Emerging Contributor
Is there a simple way to widen the data table window that results in the Find and Identify -> Identify Features sample on the samples page at

http://help.arcgis.com/en/webapi/flex/samples/index.html ?

(Note: the post is not showing the url address above correctly - it is the Flex Samples tab web page)

I know that it is using the default renderer:

     clickGraphic.symbol = new InfoSymbol(); // use default renderer
     clickGraphic.attributes = resultGraphic.attributes;

I am using the code in another applicatiion and would like the information window to be wider to show the full data values (which it now cuts off).
Tags (2)
0 Kudos
0 Replies