Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Few simple questions;)

$
0
0
Hi, simple question i guess but i couldn't find solution:

-Can I change the label for "zoom to" button in popup window? same question for "close" button and buttons for "previous" and "next"? Can't find it in InfoPopup.mxml file.
-I would like to add a button "Add comment" for popup window but only for some specified layers. This button, when clicked should open my widget "AddComment" is it possible?
-How can I change the tooltips for drawing options? I mean, when user clicks "draw point" the tooltip near the mouse cursor is "Click to add a point".
-In the DrawWidget there is a list of Distance Units. I tried to change the name for DropDownList but i failed(honestly i don't know why...):
Code:

<s:DropDownList id="cboDistance"
                                labelField="name"
                                requireSelection="true"
                                selectedIndex="0">
                <s:ArrayList>
                        <fx:Object name="Kilometry"
                                                abbr="{getDefaultString('unitsKilometersAbbr')}"
                                                conversion=".001"/>
                        <fx:Object name="Metry"
                                                abbr="{getDefaultString('unitsMetersAbbr')}"
                                                conversion="1"/>
                </s:ArrayList>
</s:DropDownList>

But it still shows "Kilometers" and "Meters"..!

Any help will be appreciated!

Regards,
MDruzgala

Viewing all articles
Browse latest Browse all 2097

Trending Articles