Select to view content in your preferred language

arcgis 10.2 python add-in, create new tool to popup message box and allow user input

533
2
03-13-2014 05:43 PM
LiYao
by
Deactivated User
Hi Everyone,

I am a newbie in the arcgis python add-in. Now I need to create new tool to popup message box and allow user input their request, how can I realize this?
Thanks!
Tags (2)
0 Kudos
2 Replies
XanderBakker
Esri Esteemed Contributor
You could use something like:

filename = raw_input('Enter a file name: ')


More info here:
http://docs.python.org/2.7/library/functions.html#raw_input

Kind regards,

Xander
0 Kudos
LiYao
by
Deactivated User
Thanks a lot
0 Kudos