Enforcing disclaimer acceptance

2521
10
08-22-2010 10:27 PM
JamesOBrien
New Contributor
Hello all,

I'm creating a Flex application and would like to place a disclaimer at the front of it.

I have developed a custom widget which opens when the applicaiton starts.

The problem is that the map is that the map can still be navigated without clicking the 'accept' button on the widget.
I noticed the Map.mapNavigationEnabled property but cannot figure out how to use it.
Has anyone tried this before?
Tags (2)
0 Kudos
10 Replies
MLowry
by
Occasional Contributor II
SFV 1.3 or 2.0? Or custom made?
0 Kudos
JamesOBrien
New Contributor
I'm extending the latest flex viewer so version 2.0...
0 Kudos
JamesOBrien
New Contributor
Thanks Bjorn,

I think you are correct, I will try to use it.
0 Kudos
NasifAlshaier
New Contributor
Hi Bjorn

from where you call the splash widget..

I tried to call it from the config.xml and it did not work.
0 Kudos
ZahidChaudhry
Occasional Contributor III
What about the Splash Widget? Is that what you are looking for?

http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=../samples/config-splash.xml

http://help.arcgis.com/en/webapps/flexviewer/help/index.html#widgets/splash_widget.htm

Bjorn,

How can i control the size  (width and Height) of the htmlpopup, when i have lot of text?
and Why I can not use Firefox to post on this forum? (thats one of the reason i use flex and not JS)..
0 Kudos
BjornSvensson
Esri Regular Contributor
How can i control the size  (width and Height) of the htmlpopup, when i have lot of text?

In the beta this is not configurable.  We're planning to improve this for version 2.1 of the ArcGIS Viewer for Flex.

Why I can not use Firefox to post on this forum? (thats one of the reason i use flex and not JS)..


I use Firefox 3 without any problems on this forum.  If it doesn't work for you, please report it at http://forums.arcgis.com/forums/81-Resource-Center-Site-Feedback
0 Kudos
NadeemShaukat
New Contributor II
What about the Splash Widget?  Is that what you are looking for?

http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=../samples/config-splash.xml

http://help.arcgis.com/en/webapps/flexviewer/help/index.html#widgets/splash_widget.htm


Bjorn,

I could show the splash window in the start of the Flexviewer loading with edits in the xml file with my own contentents, but later clicking on the "About" text on the right of the title bar still brings the ESRI's splash window. How and where I make changes to associate my own flash window with "About"?

I do not see any reference in the Config.xml or widget's xml files. I will appreciate your help in this regard.
0 Kudos
NadeemShaukat
New Contributor II
Bjorn,

I could show the splash window in the start of the Flexviewer loading with edits in the xml file with my own contentents, but later clicking on the "About" text on the right of the title bar still brings the ESRI's splash window. How and where I make changes to associate my own flash window with "About"?

I do not see any reference in the Config.xml or widget's xml files. I will appreciate your help in this regard.


Bjorn,

Never mind. I have found out that this change has to be made in HeaderControler Widget.
0 Kudos