How to use Navigation Widget in an app using Flex API

685
4
Jump to solution
05-30-2012 12:02 AM
tanyabisen
New Contributor
Hello All,

I was trying to import Navigation widget in my project using Flex API.

How do I call the navigation bar in my application on load.

Please help me..Its urgent.

Thanks,
Tanya
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor
Great. Don't forget to mark the question as answered.

View solution in original post

0 Kudos
4 Replies
IvanBespalov
Occasional Contributor III
here is other discussion

To implement widget as it is (created specifically for ArcGIS Viewer for Flex) you must implement:

  • all interfaces and base classes used to create widget;

  • widget managers and containers;

  • widget configurations file (*.xml) parsers;

  • ...

The result of this tedious work will be trimmed (without some functionality) ArcGIS Viewer for Flex, wasted time, corruption of your nervous system :rolleyes:


Creating own navigation tool is about 80 lines of code... you can skin it as you want ...
0 Kudos
KenBuja
MVP Esteemed Contributor
Take a look at this thread, which has a version of the Navigation widget that can be used in a non-Flex Viewer project.
0 Kudos
tanyabisen
New Contributor
Thank you Ken.

I was just missing out on one line and your link did the trick.

Thanks a ton.

Regards,
Tanya
0 Kudos
KenBuja
MVP Esteemed Contributor
Great. Don't forget to mark the question as answered.
0 Kudos