AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Poll 2 of 2: Help us decide on GUI naming: Input vs. Edit

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
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%
 25%  [ 2 ]
"Edit" for single-line controls and "EditArea" for multi-line
12%
 12%  [ 1 ]
"Edit" for both types (with an option letter to set multi-line)
37%
 37%  [ 3 ]
"Input" for both types
0%
 0%  [ 0 ]
Other
25%
 25%  [ 2 ]
Total Votes : 8

Author Message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10465

PostPosted: Sun Sep 05, 2004 1:30 pm    Post subject: Poll 2 of 2: Help us decide on GUI naming: Input vs. Edit Reply with quote

Another poll Smile
Back to top
View user's profile Send private message Send e-mail
Beastmaster



Joined: 15 Apr 2004
Posts: 182

PostPosted: Sun Sep 05, 2004 7:34 pm    Post subject: Reply with quote

EditSingle
EditMulti
or
Edit, S
Edit, M

does this make sense Question
Back to top
View user's profile Send private message
jack



Joined: 04 Sep 2004
Posts: 74
Location: UK

PostPosted: Sun Sep 05, 2004 7:36 pm    Post subject: Reply with quote

how about UserInput?

jack
Back to top
View user's profile Send private message
beardboy



Joined: 02 Mar 2004
Posts: 444
Location: SLC, Utah

PostPosted: Sun Sep 05, 2004 7:50 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10465

PostPosted: Sun Sep 05, 2004 8:08 pm    Post subject: Reply with quote

Quote:
EditSingle
A little too long to easily remember, I think.
Quote:
Edit, S
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
View user's profile Send private message Send e-mail
Beastmaster



Joined: 15 Apr 2004
Posts: 182

PostPosted: Sun Sep 05, 2004 9:09 pm    Post subject: Reply with quote

Huh , ...
Quote:
Hard to have commas inside a parameter

this ...
Quote:
Edit, S
Edit, M

meant that Exclamation

Quote:
"Edit" for both types (with an option letter to set multi-line)

Wink
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10465

PostPosted: Sun Sep 05, 2004 9:18 pm    Post subject: Reply with quote

I get it now. Thanks.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group