Customizing script tool to have split user inputs

743
3
Jump to solution
09-13-2021 09:16 AM
RPGIS
by
Occasional Contributor III

Hi,

I was wondering if what I would like to customize for a custom script tool is even possible. The user input requires the user input for both the northing and easting coordinates. I was wondering if there is a way to set it up so that the inputs are side by side.

Split inputs.JPG

I don't know if this is possible or not but I just wanted to double check.

0 Kudos
1 Solution

Accepted Solutions
Luke_Pinner
MVP Regular Contributor

Use a Value Table parameter:

 

unnamed.png

 

unnamed (1).png

 

View solution in original post

3 Replies
JamesWilcox1970
New Contributor III

You can use tkinter to create an input popup form. You can customize field position etc. I don't have any code sample to help you with, unfortunately.

0 Kudos
RPGIS
by
Occasional Contributor III

I thought I discovered some documentation that showed how to. I will post it here if I ever stumble across it again.

0 Kudos
Luke_Pinner
MVP Regular Contributor

Use a Value Table parameter:

 

unnamed.png

 

unnamed (1).png