|
POST
|
I'm looking for an explanation for an issue we are experiencing with the Launchpad theme: as screen resolution is reduced vertically, any widgets are automatically expanded horizontally across the entire screen. Info/attribute popups are expanded full screen. I would think this is correct behavior to be "mobile optimized" but it has presented some users with confusion as to what to do in these cases where the items change behavior. Is there any way to prohibit this behavior by force? Thanks!
... View more
03-13-2017
06:30 AM
|
1
|
2
|
1712
|
|
POST
|
Perhaps related to 32-bit/64-bit issue? http://gis.stackexchange.com/questions/54642/has-anybody-used-arcpy-mapping-exportreport-successfully-on-64bit-machine
... View more
02-27-2017
01:59 PM
|
0
|
1
|
2655
|
|
POST
|
Perfect. I'm not sure why that thread didn't come up in my search results. I'll tag this thread with the terms I was searching -- maybe it'll link up. Your assistance is much appreciated!
... View more
02-09-2017
06:22 AM
|
0
|
0
|
1150
|
|
POST
|
Please advise on how to force a widget to open at a specific location. I have an app's config.json to open this widget at the start (ie. "openAtStart": true). Theme: Launchpad WAB Developer 2.2
... View more
02-08-2017
02:07 PM
|
0
|
2
|
2240
|
|
POST
|
It looks like I implemented the same but the cursor was not sorted as expected! Edit: I'm on ArcGIS 10.3
... View more
02-07-2017
10:47 AM
|
0
|
0
|
3767
|
|
POST
|
Do you have any comment on the solution I mentioned above? (It's linked to from the 10.1 documentation under example #5 "sorting Mini-HOW TO" -- which I thought was strange).
... View more
02-07-2017
10:45 AM
|
0
|
2
|
3767
|
|
POST
|
1, SQL Server 2. I'm guessing ST_geometry since Shape.STArea() is the name of the area column on polygon FC's.
... View more
02-07-2017
10:43 AM
|
0
|
1
|
3767
|
|
POST
|
This appears to be one solution: for cliprow in sorted(arcpy.da.SearchCursor(clip_fc,['SHAPE@AREA','POLYGON_NM']),reverse=True):
... View more
02-07-2017
09:00 AM
|
0
|
0
|
3767
|
|
POST
|
I'm not having any success sorting an arcpy.da.SearchCursor by the SHAPE Area values. No errors but it doesn't sort descending from my testing. Anyone able to confirm this or offer a suggestion? with arcpy.da.SearchCursor(clip_fc,['SHAPE@AREA','POLYGON_NM'],sql_clause=(None,'ORDER BY SHAPE.STArea() DESC')) as clipcur:
for cliprow in clipcur:
areaval = cliprow[0]
... View more
02-07-2017
08:49 AM
|
0
|
9
|
6166
|
|
POST
|
Has there ever been any resolution, explanation or updates as to why this python method is causing multiple map service requests? We are experiencing a similar issue but have a need to implement the EnhancedWebPrinting service to set a higher dpi default for the output pdf.
... View more
01-10-2017
01:42 PM
|
0
|
0
|
1115
|
|
POST
|
Do you get the same result when you run the Geoprocessing Toolbox? (note: I had the same nothing/no output result as you when I simply ran the existing GP tool from ArcCatalog).
... View more
01-09-2017
05:50 AM
|
0
|
0
|
4219
|
|
POST
|
I think if you right-click the batch file and run as admin it should print out the execution and any errors. Perhaps remove any try/except blocks and just let the error print out in the command window to see if you can get an actual error number to show.
... View more
12-22-2016
08:34 AM
|
0
|
1
|
2224
|
|
POST
|
What does your .cmd or .bat file look like? What does the error say exactly when executed from the batchfile? (you should have some sort of logging in order to capture these types of things).
... View more
12-22-2016
07:37 AM
|
0
|
4
|
2224
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-17-2020 10:47 AM | |
| 1 | 10-25-2022 11:46 AM | |
| 1 | 08-08-2022 01:40 PM | |
| 1 | 02-15-2019 08:21 AM | |
| 2 | 08-14-2023 07:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-22-2025
02:28 PM
|