I am trying to get the SwipeSpotlightWidget to funtion in 3.0. Have tried both the compiled version (compiled for 3 final) and the uncompiled with the same results with each.I am not able to see "any" layers in the drop down list unless I tell it to <?xml version="1.0" ?> <configuration> <usebasemaps>true</usebasemaps> <askaboutturningonlayer>true</askaboutturningonlayer> </configuration>
then ALL the layers show up in the dropdown.If I Set it this way<?xml version="1.0" ?> <configuration> <usebasemaps>false</usebasemaps> <askaboutturningonlayer>true</askaboutturningonlayer> </configuration>
, then NONE of the layers (operational or basemaps) show up.Have tested with a brand new copy of the view/API with no other widgets included but the operational layers will not populate unless I turn the basemaps on also. Also, tested in the 2.5 version with no problems.Wondering if anyone else has seen this behaviour and knows a "fix" for it?Thanks,R_