|
POST
|
Dear Robert, i have not seen any errors in the browsers web console. thanks for your reply
... View more
01-07-2019
07:49 AM
|
0
|
2
|
1202
|
|
POST
|
Dear Robert, Sorry for late reply.i was busy in some other tasks.i just copy demo sample from samples folder.and place outside of sample folder.i paste it in client--->stemapp--->widgets.i give the folder name listview.i changes the name in client--->stemapp--->widgets-->listview-->settings.i chenged the setting.js with this line baseClass: 'jimu-widget-listview-setting'. i also changed base class in client--->stemapp--->widgets-->listview widget.js base class line baseClass: 'jimu-widget-listview'. i also add the listview widget in client--->stemapp---->config.js "widgets": [{ "label": "listview", "uri": "widgets/listview/Widget" }] }. After this i create new application in webApp builder.But i cant see listview widget in widget container. what i am missing i could not understand.please help. Thanks in advance.
... View more
01-06-2019
06:27 AM
|
0
|
4
|
1202
|
|
POST
|
Dear Megan, Q:Do you know if users on other devices are receiving the same error when they try to download the WebMap in Collector for ArcGIS? Ans:yes i check more than 2 devices.Each device shows the same error. Q:Can you open the WebMap in Collector on your device (opposed to downloading it)? yes i can open the map and polygon data i can also update its attribute.i face this error after downloading the webmap. Q:Can you access the REST endpoint for the secure service in a browser on your mobile device? i never check before.tomarrow i will check in my office. Q:In the ArcGIS Server Manager, is "Feature Access" enabled for the secure service? yes it is enabled and i can also update the attribute of the features. Best Nadir
... View more
01-02-2019
09:22 AM
|
0
|
0
|
635
|
|
POST
|
Dear All, I am facing this error from last two days.i have one secure feature service and custom base map service in arcgis server .Every thing works fine.when i published web map from portal base-map added successfully and secure service also added on the web-map. when i try to download this web-map from my Samsung galaxy device. Base-map download successfully.But the polygon data from secure feature service not download.it throws fallowing error. "The map or data could not be loaded.try downloading your map again."i tried many times but always same error came.please help what can be the reason. Thanks
... View more
01-01-2019
12:55 AM
|
0
|
2
|
751
|
|
POST
|
Dear All Before my web app builder was working fine.from yesterday i am facing one problem.Before when i create custom widget i can see this widget in container.But from yesterday custom widget not visible in container tray.i try my best i uninstalled web app builder and then again install but i am facing same issue.Please help. Thanks in Advance
... View more
12-25-2018
07:46 AM
|
0
|
6
|
1363
|
|
POST
|
Dear Robert Thanks for your help.it works.I create new application and it starts working.One thing i am still missing lets i change my widget user interface and some business logic.Then it will again not show in this app.i have to create again other application or the files or copied into the server directory and if i change some thing i can see the result in this application. Thanks again.
... View more
12-21-2018
07:44 AM
|
0
|
1
|
1151
|
|
POST
|
Dear Robert,. I tried this from webapp builder.As well as i deploy the application.but i cant see the update. below image is from localhost.But there is no update.i cant understand where is the problem. waiting for your help
... View more
12-21-2018
07:18 AM
|
0
|
3
|
1151
|
|
POST
|
i am new in web app builder.I try my first custom widget. Custom widget not showing updates.I add one custom widget mywidget in stemmap/widgets folder. <div> <div>This is my widget.</div> </div> the above statment visible on myWidget whien i press the widget button.After this update my code to get some code from config file <div> <div>This is my widget.</div> <div>This is configurable.[${config.configText}]</div> </div> the second statement not showing on the widget output.i try my best to check everything.i saved the changes and reload page many times.But out put not visible.please help how to get output.
... View more
12-20-2018
11:49 PM
|
0
|
5
|
1482
|
|
POST
|
Dear Robert Thanks.I solved all the issues.i override the toggle method of ToggleBaseMap Class.It solved all my issues. Thanks Again.
... View more
08-06-2018
10:57 PM
|
0
|
0
|
936
|
|
POST
|
Dear robert i sovled one issue. var mapExtentChange = map.on("extent-change", changeHandler); function changeHandler(evt) { var extent = evt.extent, zoomed = evt.levelChange; var intCount = 0; if (map.getZoom() > 13) { if (intCount == 0) { toggle.startup(); $('#DivBP').css("visibility", "Visible"); intCount++; } else if (intCount > 0) { $('#DivBP').css("visibility", "Visible"); intCount++; } } else { var baseMapToggle = dijit.byId('DivBP'); $('#DivBP').css("visibility", "hidden"); } } this is my code.the other issue is when i press toggle on baseMapToggle widget.map layer change.But title not change. this title inside red eclipse never change.how to change.Thanks again.
... View more
08-03-2018
07:16 AM
|
0
|
0
|
936
|
|
POST
|
tried to register widget with id==BasemapToggle but that id is already registered.this error is also i am getting.
... View more
08-02-2018
11:10 AM
|
0
|
1
|
936
|
|
POST
|
if (map.getZoom() > 13) { visFlag = true; toggle = new BasemapToggle({ map: map, visible: true, basemap: "hybrid", basemaps: { "hybrid": { "title": "hhh", "thumbnailUrl": "../Content/images/satellite.png" }, "topo": { "title": "fff", "thumbnailUrl": "../Content/images/topo.png" } } }, "BasemapToggle"); if (toggle) { console.log("i m inside Visible 13"); toggle.startup(); } } else { if (toggle) { toggle.destroy(); console.log("destroy") } } } dear all i want to change the toggle map visibility on extent change.but only one time this happened.But one time toggle map appear and disappear.it not comes second time please help.other thing i also want to display title of currently selected map
... View more
08-02-2018
10:36 AM
|
0
|
4
|
1117
|
|
POST
|
The Esri.ArcGISRuntime.Xamarin.Android package does not currently support building for the arm64-v8a or x86_64 architectures. Please uncheck these options in Project Settings -> Android Options -> Advanced -> Supported architectures. i am nearly to finish this application.how to solve this on android.
... View more
07-04-2018
12:31 AM
|
0
|
2
|
1191
|
|
POST
|
Dear Adrian, i cant make it automatic.After any change in child or parent i have to make manually synchronise. But in normal database replication if i insert record in any database child or parent it automatic synchronice to the other database.i want this type of replication in geodatabase.is there any help available in arc documentation. Thanks in advance.
... View more
05-06-2018
10:42 AM
|
0
|
1
|
592
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-04-2020 12:17 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-30-2023
10:23 PM
|