sinkuri256 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

dialogCreateMultiInput #485

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A multiple input box dialog.

Sometimes it is very useful when inputing multiple items to move, copy, paste, 
and etc between multiple entries -- to build the strings simultaneously before 
entry. One example is search and replace strings. When constructing the 
replacement string I often see that I need to adjust the search string and 
vicaversa. My current solution is to make two lines in a dialogCreateInput 
input box but this is confusing and error prone.

Frank

Original issue reported on code.google.com by frank.we...@gmail.com on 10 Dec 2010 at 4:39