Joshua Ian Rosenfeld

Results 29 comments of Joshua Ian Rosenfeld

@ChrisBuscaglia not sure I follow. Lets say source = String(255) target = String(2) If the source value was "Hello", it would map to "He". If this is the case, we...

@ChrisBuscaglia having a hard time re-creating this one. When I tried to pass a 255 into a length 2 text field, it fails for me and gives me this error...

@chris-fox I've noticed this and worked around it when implementing the Unit Tests. If this has been changed please notify me. If not I'd be happy to give an attempt...

I've already implemented something along those lines. Essentially you can enter a value in a text field and it appears as an option as a source or target domain in...

@previnWong wouldn't, at that point, they be able to go into the target data and add a domain through the traditional means? Or is it more of an ease of...

Not sure if that dialog box is available in the SDK for .NET/C#. The closest I could find was ArcGIS.Desktop.Framework.Dialogs.BrowseForFolder but that seems to open up a windows dialog box,...

@clareprice I looked into this again today. Turns out the default Windows dialog box is the expected behavior for a GPTool searching for xml input. The reason being is the...

The current fix Paul and I quickly worked up for this changes some code in dlaFieldCalculator.py (the file that crashes on this error) ```py try: # printRow(row,names) updateCursor.updateRow(row) except: error...

@MikeMillerGIS this was merged, issue can be closed.

This was merged, can close the issue @MikeMillerGIS