Select to view content in your preferred language

ArcGIS Viewer for Flex - Application Builder, few questions/problems

2658
2
12-07-2012 01:34 AM
MaciejSarnowski
Deactivated User
Hello! I'm new in this forum, so please be forgiving for me 🙂

I am creating own web apllication for my engineer thesis. I have almost done my project, but there are few not so big problems to solve. I hope that anybody can help me.

At the begining I want to say that I am creating app in ArcGIS Viewer for Flex version 3.0. I am not very good at programming especially in flex or flash, so I chose it, because of easines.

I got my application ready but.

1. I want to change units at scalebar. Now i have meteres and feets, but I want only meters(we don't use feets units in Poland). I know that the attribute "scalebarvisible" is responsible for scalebar, but I am able to change only visible parameter.
2. Is there option to put a scale text instead of scalebar?
3. When I use a Query widget all polygons, that I put in Query are filled with red colour. I don't want it, but I can't change it. Maybe someone know how to do?
4. The same situation with Search widget. Don't want red colour filling!
5. I want delete search with selecting feature by drawing, or make select by attribute visible firstly in Search Widget. Is it possible?
6. I want to put a North Arrow at my application.

As I said I am not very good at programming, so If it possible I don't want use flashbuilder etc. if it's not required.
I put attachments with print screens, so you can see what the problems are.

Please for any solves, informations, tips or anything.
I will be really greatful!

Greets

Maciej 🙂
0 Kudos
2 Replies
MarcinDruzgala
Frequent Contributor
Well to be honest most of the things you are asking for can't be done without programming.
For query widget you can find help under this link click - look under symbols tag for what you are asking. For search widget look under initialview tag click.

MDruzgala
0 Kudos
by Anonymous User
Not applicable
Original User: sarniaczek

Thanks for your advices!

With a SearchWidget full succes!

but there are still problem with QueryWidget.

I tried to put a code line:
"<symbol>
    <simplefillsymbol color="#000000" alpha="1">
                <outline color="#000000" alpha="1" width="2"/>
            </simplefillsymbol>
    </symbol>"

but there is no effect.

Anybody knows what am I doing wrong?

Please help!!!
0 Kudos