| View previous topic :: View next topic |
| How should we name controls that allow text to be entered by the user? |
| Input (reminiscent of InputBox) for single-line and "Edit" for multi-line |
|
25% |
[ 2 ] |
| "Edit" for single-line controls and "EditArea" for multi-line |
|
12% |
[ 1 ] |
| "Edit" for both types (with an option letter to set multi-line) |
|
37% |
[ 3 ] |
| "Input" for both types |
|
0% |
[ 0 ] |
| Other |
|
25% |
[ 2 ] |
|
| Total Votes : 8 |
|
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10465
|
Posted: Sun Sep 05, 2004 1:30 pm Post subject: Poll 2 of 2: Help us decide on GUI naming: Input vs. Edit |
|
|
Another poll  |
|
| Back to top |
|
 |
Beastmaster
Joined: 15 Apr 2004 Posts: 182
|
Posted: Sun Sep 05, 2004 7:34 pm Post subject: |
|
|
EditSingle
EditMulti
or
Edit, S
Edit, M
does this make sense  |
|
| Back to top |
|
 |
jack
Joined: 04 Sep 2004 Posts: 74 Location: UK
|
Posted: Sun Sep 05, 2004 7:36 pm Post subject: |
|
|
how about UserInput?
jack |
|
| Back to top |
|
 |
beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Sun Sep 05, 2004 7:50 pm Post subject: |
|
|
I didn't mind edit and editarea, but I like the idea better of having both named edit with an optional parameter.
thanks,
beardboy |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10465
|
Posted: Sun Sep 05, 2004 8:08 pm Post subject: |
|
|
A little too long to easily remember, I think.
Hard to have commas inside a parameter without escaping them, and the alternative (EditS/EditM) is not a very readable.
| Quote: | | how about UserInput? | Seems too verbose?
| Quote: | | I like the idea better of having both named edit with an optional parameter | Maybe I can have it auto-detect the type of edit via the height specified: if that height in pixels equates to more than 1.5 lines for the currently selected font, it would be a multi-line edit by default. This might lead to ambiguity problems, but I'll certainly look into it.
All your comments and votes are definitely appreciated (more are of course welcome). |
|
| Back to top |
|
 |
Beastmaster
Joined: 15 Apr 2004 Posts: 182
|
Posted: Sun Sep 05, 2004 9:09 pm Post subject: |
|
|
Huh , ...
| Quote: | | Hard to have commas inside a parameter |
this ...
meant that
| Quote: | | "Edit" for both types (with an option letter to set multi-line) |
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10465
|
Posted: Sun Sep 05, 2004 9:18 pm Post subject: |
|
|
| I get it now. Thanks. |
|
| Back to top |
|
 |
|