Page 1 of 1

Re: Status Bar (messages)

PostPosted: Tue Dec 13, 2016 2:35 am
by ger21
I was doing something yesterday, and was writing messages in reverse order to make them more readable.

I think that either way will have different issues.

Re: Status Bar (messages)

PostPosted: Tue Dec 13, 2016 7:12 am
by A_Camera
Vmax549 wrote:It could be a cultural thing I guess.

.bɘƨɿɘvɘɿ ƚon ƨi ƚi ƚƨɒɘl ƚA

Re: Status Bar (messages)

PostPosted: Tue Dec 13, 2016 10:57 am
by cncdrive
Originally this was in the usual top to bottom way, but several customers asked to change this and to write the last message to the top row so it is easier to follow it for the eyes.
When customers asked about it we also thought that it might be easier for the eyes to follow the happening if you can focus on the top of the status box.
Also if custom screens are built then it can be sized to any pixels height, so it is possible to size the box with only a part of the very bottom line is seen which could be annoying,
while the top row can be always seen in full no matter how the box is sized.

And for custom listboxes there are 2 functions, one which writes to the top row and one which writes to the last row, so with custom listboxes both ways of writting are possible.

So, it is nothing to do with culture, this was a thing asked mostly by USA customers. :)

Re: Status Bar (messages)

PostPosted: Tue Dec 13, 2016 11:08 am
by A_Camera
cncdrive wrote:Originally this was in the usual top to bottom way, but several customers asked to change this and to write the last message to the top row so it is easier to follow it for the eyes.
When customers asked about it we also thought that it might be easier for the eyes to follow the happening if you can focus on the top of the status box.
Also if custom screens are built then it can be sized to any pixels height, so it is possible to size the box with only a part of the very bottom line is seen which could be annoying,
while the top row can be always seen in full no matter how the box is sized.

And for custom listboxes there are 2 functions, one which writes to the top row and one which writes to the last row, so with custom listboxes both ways of writting are possible.

So, it is nothing to do with culture, this was a thing asked mostly by USA customers. :)

Of course it is not a cultural thing. As a matter of fact, it is common practice in alert lists to type the last alert on top, so the oldest is on the bottom. The status bar is a sort of alert list, so it is very logical to have the last message on top. After all, it is a list, not a document. Perhaps not logical for everyone...