|
POST
|
Hi there, i had added an DATE field to my layer in AGOL. If I want to edt the date value in an app, I can only change the date value. It is not possible to change or add/edit time in a Web App. I get no TIME field like in the Map viewer. If I edit the DATE field in the Map viewer, I get two fields one for DATE and one for TIME. Can someone help me? Thanks, Karsten
... View more
04-28-2015
11:09 AM
|
0
|
5
|
5858
|
|
POST
|
Hi, you could label your symbol with the value of the unique ID. Place label on top of the point. Cheers, Karsten
... View more
04-27-2015
03:54 AM
|
1
|
0
|
452
|
|
POST
|
Hi Marco, the addin is great! Thanks a lot for it. Karsten
... View more
04-09-2015
11:30 AM
|
0
|
0
|
1692
|
|
POST
|
Dear Marco, is it possible to download the ‘View/edit attributes’ custom widget? I would use it in Portal for ArcGis in our Intranet? Is this possible? Thanks a lot, Karsten
... View more
04-07-2015
09:27 AM
|
0
|
3
|
6718
|
|
POST
|
Hello, is it possible to clone a Hosted Feature Service in Portal for ArcGis and give the "new" one different permissions (e.g. not editable) then the original service? Thanks for your help and any ideas, Karsten
... View more
03-31-2015
11:38 AM
|
0
|
5
|
4979
|
|
BLOG
|
Is it possible to download an Web Map Application from AGOL?
... View more
03-04-2015
12:21 PM
|
1
|
0
|
16832
|
|
POST
|
Hello, i'm new to SDk for .net. I wrote an windows desktop application, that shows csv-files (csvLayer) per drag and drop. How can I count, how many csvLayers are on the map? Thanks a lot Karsten
... View more
08-28-2014
10:48 AM
|
0
|
1
|
3103
|
|
POST
|
Hello, is it possible to build an on/off-button in a toolbar, that activates a different toolbar. I tried the following snippet: class ButtonClass5(object):
"""Implementation for GLADIS_Hilfe_addin.button (Button)"""
def __init__(self):
self.enabled = True
self.checked = False
def onClick(self):
counter += 1
status = counter % 2
if counter == 1:
(id of the toolbar).enable = True
elif:
(id of the toolbar).enable = False
pass Is this possible, or can I only enable buttons? Thanks a lot, Karsten
... View more
03-13-2013
09:48 AM
|
0
|
6
|
6794
|
|
POST
|
I tried both hints, but they didn't help me. I installed ArcMap new and now it works. Thanks a lot! krank42
... View more
03-07-2013
08:25 AM
|
0
|
0
|
647
|
|
POST
|
Hello, I wrote some python-addin toolbars and installed them. They work correctly on different computers. But on one computer with Windows XP they will install correctly, but not shown under the toolbars, although they are shown in the Add-In-Manager. Can someone help me? Greetings krank42
... View more
03-05-2013
09:40 AM
|
0
|
3
|
1277
|
|
POST
|
I tried the raw_input but it doesn't work. Writing a python script in a toolbox would be the easiest way, but I don't know the place of the toolbox. The addin is for my organization and there is no standard place for the toolboxes.
... View more
02-28-2013
09:02 AM
|
0
|
0
|
975
|
|
POST
|
For open files this works fine. But is it possible to ask for a parameter in a dialog box?
... View more
02-27-2013
09:17 AM
|
0
|
0
|
975
|
|
POST
|
Hello to everyone, is it possible to use arcpy.GetParameterAsText() for User Input e.g. for a table or a name of a featureclass? def onClick(self): # Script arguments import_file = arcpy.GetParameterAsText(0) tab_gdb = arcpy.GetParameterAsText(1) tab_mxd = arcpy.GetParameterAsText(2) # Local variables: Ausgabetabelle = import_file Geodatenbank = env.workspace # Process: Tabelle in Tabelle arcpy.TableToTable_conversion(import_file, Geodatenbank, tab_gdb, "", "", "") # Process: Tabellensicht erstellen arcpy.MakeTableView_management(Ausgabetabelle, tab_mxd, "", "", "") pass This is my code I already wrote. But it doesn't open an window for value input. Thanks alot, krank42
... View more
02-26-2013
09:30 AM
|
0
|
5
|
1356
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2020 11:33 AM | |
| 1 | 03-02-2023 12:33 PM | |
| 1 | 01-05-2022 01:14 PM | |
| 1 | 05-18-2022 09:33 AM | |
| 1 | 01-14-2022 01:17 PM |
| Online Status |
Offline
|
| Date Last Visited |
02-02-2025
08:02 PM
|