Page 1 of 1

How to improve statistics screen

PostPosted: 29 Apr 2013, 06:47
by acme_pjz
Hi everyone,

Currently the statistics screen can't be displayed in single screen, it will be worse if more statistics are added in newer versions. :|
1.jpg


How to improve statistics screen? Is it a good idea to use GUIListBox, just like the achievements screen?

Re: How to improve statistics screen

PostPosted: 29 Apr 2013, 07:34
by Edward_Lii
Hello acme_pjz,

acme_pjz {l Wrote}:How to improve statistics screen? Is it a good idea to use GUIListBox, just like the achievements screen?

I think this is the best solution.
A GUIListBox scales quite well and is very customizable thanks to odamite.

Another solution could be to make the statistics screen out of GUIObjects (labels and images) and a scrollbar.
But I think that will look kind of weird because the scrollbar isn't really 'attached' to the content and there will still be clipping.

Re: How to improve statistics screen

PostPosted: 29 Apr 2013, 13:30
by odamite
Hello,

I agree that using GUIListBox is the best option. It blends nicely with the achievements list too. :)

However how should it look like? Should it be more like a list with single statistics per line? Or should it look pretty much the same but only divided in small sections to support scrolling?

Re: How to improve statistics screen

PostPosted: 04 May 2013, 14:09
by acme_pjz
Hi everyone,

I have already implemented it in SVN r649. :)