| View previous topic :: View next topic |
| What should be the name for controls that contain static text? These controls are sometimes (but not always) used to label other controls. |
| Static (standard Microsoft terminology) |
|
0% |
[ 0 ] |
| Label |
|
33% |
[ 2 ] |
| Text |
|
50% |
[ 3 ] |
| Other |
|
16% |
[ 1 ] |
|
| Total Votes : 6 |
|
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Sep 05, 2004 1:23 pm Post subject: Poll 1 of 2: Help us decide on GUI naming: Label vs. Text |
|
|
| I see advantages and disadvantages to each poll choice. Which do you think is most appropriate (i.e. easiest to remember, etc.)? |
|
| Back to top |
|
 |
Beastmaster
Joined: 15 Apr 2004 Posts: 182
|
Posted: Sun Sep 05, 2004 7:44 pm Post subject: |
|
|
| Wouldn't Caption fit ? |
|
| Back to top |
|
 |
beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Sun Sep 05, 2004 7:53 pm Post subject: |
|
|
Isn't Microsoft's standard "StaticText"? I don't like the name Label because it might not be used as a label per say. It could see where I would use it other ways, and Text seems a better fit.
thanks,
beardboy |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Sep 05, 2004 8:03 pm Post subject: |
|
|
| Quote: | | Wouldn't Caption fit ? | It's good and meaningful, but since it's not a commonly used word (compared to label and text), I suspect it would be harder to remember.
| Quote: | | Isn't Microsoft's standard "StaticText"? | That could be true within their documentation, but within their API it's simply "static". Rajat was right to point out that a static control (depending on its style) can contain either a picture, a string of text, or perhaps other things. |
|
| Back to top |
|
 |
|