|
POST
|
I am having trouble making the onscreen-icon image bigger. I am on WAB 2.4. I am editing the \server\apps\6\jimu.js\css at lines but my icons are not bigger, what i am doing wrong? I made changes to the LayoutManger.js and that worked fine. /*css for PreloadWidgetIcon dijit*/
.jimu-widget-onscreen-icon{
position: absolute;
cursor: pointer;
border-radius: 4px;
}
.jimu-widget-onscreen-icon img{
width: 40px; /*changed from 20 to 40*/
height: 40px; /*changed from 20 to 40*/
margin: 10px;
}
... View more
04-14-2017
02:07 PM
|
0
|
6
|
5926
|
|
POST
|
Nobody has tried this widget or any other type of reporting like SSRS?
... View more
04-11-2017
07:51 AM
|
0
|
1
|
1963
|
|
POST
|
I tried using the screening widget from the Environmental Screening with WAB DEV. I down loaded the application and copied the "Screen" folder to my WebAppBuilderForArcGIS\client\stemapp\widgets directory. I started WAB and opened an application and was able to see configure the widget but when i try to run it against the Parcels layer i get the following error, "The maximum record count has been reached for one of more layers". Is there a way around this count error? I was really excited to see a report widget to incorporate into my applications. What are other options for a report widget, maybe SSRS?
... View more
04-10-2017
08:41 AM
|
0
|
2
|
2358
|
|
POST
|
I figured out what what wrong with mine. No sure if its the same problem you have but after looking at my Chrome network in developer tools i noticed that my proxy was getting stuck at' proxy.ashx?https://****.maps.arcgis.com/sharing/rest.. ' in my proxy config i had http://***.maps.arcgis.com, my proxy config file did not have 'https'. once i changed http to https in the proxy config it worked. Not sure why it's https. When i set up WEB 2.4 I put both http and https. My developer page shows my url as http not https. I checked my 2.3 apps in Chrome network developer tools and the proxy is proxy.ashx?http://****.maps.arcgis.com/sharing/rest and that's why i had on my proxy config. Not sure why it changed...? anyway after 5 hrs of trouble shooting, hopes this helps.
... View more
03-31-2017
12:11 PM
|
1
|
1
|
5503
|
|
POST
|
Robert thanks for looking into this. Can you post the httpProxy in the config.json and the and proxy.config you are using. I am lost on why it doesn't work on 2.4.
... View more
03-31-2017
11:07 AM
|
0
|
1
|
5503
|
|
POST
|
Did you ever find out what was wrong with your proxy? I am having the same issue with WAB 2.4. Proxy worked fine in WAB 2.3 but now i get This the error i get from proxy "error":{"code":403,"messageCode":"GWM_0003","message":"You do not have permissions to access this resource or perform this operation.","details":[]}} I made sure everything is set up properly. I followed the instructions here but no luck.
... View more
03-31-2017
10:10 AM
|
0
|
6
|
5503
|
|
POST
|
I was able to get to load on the Jewelery and launch pad them but not the but not foldable them but now i am getting a "Create widget error: widgets/Coordinate/Widget." popup when i switch themes.
... View more
03-29-2017
10:46 AM
|
0
|
0
|
5369
|
|
POST
|
Not sure what you mean by "Hidden", can you elaborate what you mean and what you changed please?
... View more
03-29-2017
10:41 AM
|
0
|
0
|
4833
|
|
POST
|
I removed it since i couldn't get to work, then i reinstalled it and got to work but since i couldn't print i removed it. Now i am trying to add the locallayer to WAB to test in my response to Adam and i am getting the same error as before. Not sure what i am doing wrong. I placed the LocalLayer widgetfolder in WebAppBuilderForArcGIS 2.3\client\stemapp\widgets. See pic attached I have added the code to WebAppBuilderForArcGIS 2.3\client\stemapp\predefined-apps\default\config.json. "widgetOnScreen": {
"widgets": [{
"uri": "themes/FoldableTheme/widgets/HeaderController/Widget",
"position": {
"left": 0,
"top": 0,
"right": 0,
"height": 40,
"relativeTo": "browser"
},
"version": "2.3"
}, {
"uri": "widgets/LocalLayer/Widget",
"visible": true
},{
"uri": "widgets/eQuery/Widget",
"visible": false
},{
"uri": "widgets/Scalebar/Widget",
"position": {
"left": 7,
"bottom": 25
},
"version": "2.3"
},
... View more
03-29-2017
09:25 AM
|
0
|
0
|
4833
|
|
DOC
|
Hi Robert, love the widget i have added it to maps and i have been getting alot of requests from my users if the profile result can be exported out. So i though i would through in a suggestion to be able to export the profile result to a pdf or jpeg. Awesome Work!
... View more
03-28-2017
10:01 AM
|
1
|
0
|
17440
|
|
POST
|
Joshua, Ya i think it worked. Thank you, you saved me a lot of time! Thanks!
... View more
03-24-2017
12:06 PM
|
0
|
0
|
3864
|
|
POST
|
Actually i thought it was your code that that Count_Acres1 but it wasn't. The code you posted ran but did not don't do anything. What i have # Import the arcpy module
import arcpy
fc = r'C:Temp/Test_Erase'
fields= ["OBJECTID", "ACCOUNT", "Acres1"]
with arcpy.da.SearchCursor(fc, fields) as cursor:
for row in cursor:
if row[1]==row[2]:
sql = "OBJECTID=" + str(row[0])
with arcpy.da.UpdateCursor(fc, "Count", sql) as ucur:
for urow in ucur:
urow[0]=0
ucur.updateRow(urow)
print ("Done.")
... View more
03-23-2017
01:33 PM
|
0
|
1
|
3864
|
|
DOC
|
Robert at first i did not see the "dot" before the forwards slash, but now i can see the image. THANKS!
... View more
03-23-2017
11:34 AM
|
1
|
0
|
15834
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-27-2022 11:37 AM | |
| 1 | 10-31-2023 10:16 AM | |
| 1 | 02-16-2023 01:50 PM | |
| 1 | 08-11-2021 11:13 AM | |
| 1 | 01-06-2021 10:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-10-2024
10:42 AM
|