|
POST
|
Hi Chris, Could you essentially grab the modal window behavior from the short list and throw it into the map series JavaScript configuration? /******************************************************
****************** Modal Info Window *****************
******************************************************/
// based on http://www.smashingmagazine.com/2014/09/15/making-modal-windows-better-for-everyone/
var _lastFocus;
var _infoWindowCloseButton;
var _infowWindowDom;
var _showingDetails;
function infoWindow_onShow(event) {
_lastFocus = document.activeElement;
setTimeout(function(){
if(!_tileClick){
$('.description')[0].setAttribute('tabIndex', '0');
$('.description')[0].focus();
}
}, 500);
}
function infoWindow_onHide(event) {
unselect();
_modalOpen = false;
// place focus on the saved element
setTimeout(function(){
if(_lastFocus)
_lastFocus.focus();
}, 0);
}
function focusRestrict ( event ) {
document.addEventListener('focus', function( event ) {
if (_map.infoWindow.isShowing &&
!_infowWindowDom.contains( event.target) &&
!_showingDetails) {
event.stopPropagation();
_infoWindowCloseButton.focus();
}
}, true);
}
function infoWindow_Close() {
_map.infoWindow.hide();
}
function modalClose ( e ) {
if ( !e.keyCode || e.keyCode === 27 ) {
if (_map.infoWindow.isShowing && !_showingDetails) {
infoWindow_Close();
}
}
}
function modal_InfoWindow_Init() {
dojo.connect(_map.infoWindow,"onHide",infoWindow_onHide);
dojo.connect(_map.infoWindow,"onShow",infoWindow_onShow);
_infoWindowCloseButton = $(".esriPopup .titleButton.close")[0];
_infowWindowDom = _map.infoWindow.domNode;
if(!_isIE8){
document.addEventListener('keydown', modalClose);
focusRestrict();
}
} Within the function of initMap(layers), you might have to put in the "modal_InfoWindow_Init();"
... View more
05-16-2016
01:49 PM
|
0
|
1
|
1292
|
|
POST
|
Hi Marcus, You might want to try contacting Tom Patterson or Aileen Buckley (or whoever is in place of them).
... View more
05-16-2016
11:57 AM
|
0
|
1
|
4800
|
|
POST
|
Is it possible that it is a permissions issue? Is the collector map shared publicly (as well as all the data within the map)?
... View more
05-16-2016
08:55 AM
|
0
|
1
|
1622
|
|
POST
|
Hi Abbie, Have you gone through all the steps listed at this page: Create and share a map for data collection—Collector for ArcGIS | ArcGIS
... View more
05-16-2016
08:35 AM
|
0
|
3
|
1622
|
|
POST
|
Alexander, From looking at the tool, Change Version—Data Management toolbox | ArcGIS for Desktop , it looks like if all the layers are in the same workspace, then the version will change for all of them, like you are seeing. Maybe you could appropriate a certain layer in a different workspace, then change the version?
... View more
05-16-2016
08:33 AM
|
0
|
0
|
935
|
|
POST
|
Hi Amit, Maybe Operations Dashboard would be a more appropriate place to look for tracking real-time field workers: Operations Dashboard for ArcGIS | ArcGIS
... View more
05-16-2016
06:23 AM
|
0
|
0
|
947
|
|
POST
|
From searching a little deeper, it looks like this was asked over a month ago with no replies Instead of having "Select_one" is there a way to have auto fill from your choices as you begin to type?
... View more
05-15-2016
05:29 PM
|
0
|
1
|
3021
|
|
POST
|
Hi Carl, This is a great idea. I am tagging Survey123 for ArcGIS to hopefully reach a broader audience. If this is not currently possible, I believe a place to list enhancement requests is here: GitHub - Esri/Survey123Community: This is the place where you can add your feedback and issues on Survey123.
... View more
05-15-2016
05:21 PM
|
0
|
0
|
3021
|
|
POST
|
tagging ArcGIS for Desktop Installation support <-- might be a good idea to move this thread to this place. Have you tried installing it and seeing what happens? What version are you referring to?
... View more
05-15-2016
05:15 PM
|
0
|
1
|
1319
|
|
POST
|
Hi Eninna, Take a look at this site: https://www.arcgis.com/home/item.html?id=a16d045c7a694f428df533a4fda14836 It might give an example of what you are trying to do (plus it gives links to the source code).
... View more
05-15-2016
12:14 PM
|
1
|
0
|
1402
|
|
POST
|
Hi Heather, I would suggest only starting one thread on this. You may want to delete the other thread in order to avoid confusion (you can tag multiple places using the @ sign). For real estate data, I am guessing you went to a discussion on this: GIS for Real Estate | Overview On that page, there is a contact spot that may be a good place to start. I would presume that sites like Zillow might not want to give out some of their information. You would likely have to request a really specific area. I did find this site: Data - Zillow Research That may be of use. Plus Zillow has a neighborhoods shapefile you can possibly use but not sure how helpful that will be: Zillow Neighborhood Boundaries | Zillow
... View more
05-15-2016
09:10 AM
|
1
|
0
|
4565
|
|
POST
|
Hi Valderli, From using Google Translate, I attempted to read this in English. Can you not just user the "mouse-over" event in the JavaScript in place of the "click" event? Does this not do anything? There is an example in here: Feature layer hover | ArcGIS API for JavaScript This one mentions the mouse-over event. I found here: Show info window on mouse hover | ArcGIS API for JavaScript Information on mouse hovering. I hope this helps.
... View more
05-14-2016
08:56 PM
|
0
|
0
|
793
|
|
POST
|
Hi Junxuan, I would suggest tagging the Web AppBuilder Custom Widgets place (or maybe moving your thread to that place). Also, you could look through Robert Scheitlin, GISP 's Roberts Custom WAB Widgets But, what you're asking for sounds pretty specific.
... View more
05-14-2016
07:33 PM
|
1
|
0
|
2318
|
|
POST
|
Hi, Have you tried following the steps at the following page: Add logins and users to SQL Server—Help | ArcGIS for Desktop
... View more
05-14-2016
07:17 PM
|
1
|
0
|
3824
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-04-2026 08:44 AM | |
| 4 | 07-06-2026 08:32 AM | |
| 2 | 07-05-2026 10:12 AM | |
| 1 | 02-09-2026 03:32 PM | |
| 2 | 02-05-2026 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|