Page 3 of 3

Posted: 21 Feb 2005 09:45
by Darkvater
The last one is not so bad, just a few issues
1. center the station name in the listing vertically, now it's more to the top
2. not all data fits if I have a station with 3-4 cargotypes. This is because of the number behind it, which I think is unnecessary.
3. don't have the selection blackened, have it behave like all other dropdown lists. We do want some form of uniformity.

Posted: 21 Feb 2005 12:44
by Mad Dog McKill
RookieTycoon wrote:minor issue: selected sorted blacked completely... any idea why?
Darkvater wrote: 3. don't have the selection blackened, have it behave like all other dropdown lists. We do want some form of uniformity.
Darkvater, he is asking a question and you are not answering :P

Reading too quickly, are we?

Posted: 21 Feb 2005 12:48
by acidd_uk
Doh, beat me to it... :-)

Think that's looking really nice - you could make the window width wider by default (for same reason as DV says). Not many stations will have more than ?4? cargo types waiting...

Posted: 21 Feb 2005 13:52
by Dextro
acidd_uk wrote:Doh, beat me to it... :-)

Think that's looking really nice - you could make the window width wider by default (for same reason as DV says). Not many stations will have more than ?4? cargo types waiting...
why not alowing the window to be resizable? (probably setting a max and min width) :)

Posted: 21 Feb 2005 16:50
by acidd_uk
The screeny looks like it already is resizeable...

In fact, you could iterate all the stations before opening the window, and make it as wide as the 'biggest' station needed to be. E.g. If there were only stations with 1 cargo type waiting, then make the window width = 1. If there's a station with 4 cargo types waiting, then make it width = 4 etc.

Also, if the window is too thin to show all waiting cargo-types for a station, maybe add an arrow or a ... symbol on the right to show there are more cargo types waiting.

Looking good!

Posted: 22 Feb 2005 01:55
by RookieTycoon
Darkvater wrote: 1. center the station name in the listing vertically, now it's more to the top
Done...
Darkvater wrote: 2. not all data fits if I have a station with 3-4 cargotypes. This is because of the number behind it, which I think is unnecessary.
it's resizeable. I think the most station only have 2 cargo in it. so I choose to make it only fit for two. if it's have more than two cargo it will truncated, but will written when it get wider (sorry bad english :oops: )
acidd_uk wrote: Also, if the window is too thin to show all waiting cargo-types for a station, maybe add an arrow or a ... symbol on the right to show there are more cargo types waiting.
i like this idea... maybe a '>' will do? or...
Darkvater wrote: 3. don't have the selection blackened, have it behave like all other dropdown lists. We do want some form of uniformity.
when I looke closely (in 640x480) it not blackened completely... there is a gray (too dark gray) :roll:
i will not post anything today, i have to go out of town....
see you tomorrow.

Posted: 22 Feb 2005 10:59
by Celestar
Don't put a color tag in the string of the dropdown menu, because it doesn't get recolored to white then when selected.

Celestar

Posted: 28 Feb 2005 02:32
by RookieTycoon
Blackened problem resolved. Thank to Celestar Suggestion.
last release there are problem for more thar 2 type of cargo. resolved.

Posted: 28 Feb 2005 03:11
by glimmer
nice mate

Posted: 06 Apr 2005 02:43
by RookieTycoon
New patch again 2154 uploaded to sourceforge. with no exact cargo number. :(

Re: Station Listing Patch

Posted: 01 Jul 2009 11:31
by 2007Alain2007
I know this is a very old patch but why is this never been put in to trunk or has it and i cant find it

Re: Station Listing Patch

Posted: 01 Jul 2009 11:54
by Benny
- delete -

Re: Station Listing Patch

Posted: 01 Jul 2009 11:55
by 2007Alain2007
Dose it come up how much cargo is waiting and all that sorry for sounding stupid but were is it i can only see the grean line thing no numbers

Re: Station Listing Patch

Posted: 01 Jul 2009 11:56
by Benny
Woops, this is a patch that shows the amount of cargo waiting in numbers. You were right.

So why did this never hit trunk?

Re: Station Listing Patch

Posted: 01 Jul 2009 12:01
by 2007Alain2007
Looks like some one just for got about it what a sharm hope some one will take on the task to re update this patch becuse its realy handy to have

see were the cargo is waiting and how much of it faster the clicking like ten times and trying to find the stations

Help run a better railway

Re: Station Listing Patch

Posted: 01 Jul 2009 12:16
by Terkhen
The patch itself is very interesting, but trying to update a four year old patch is close to impossible and probably not very useful. If anyone is interested, I think it should be remade from scratch using new features added to the code since then like the new GUI and the filter framework.

Re: Station Listing Patch

Posted: 01 Jul 2009 23:06
by adf88
I can write it. This should be a moment.

//EDIT
Ready. Later I'll add button to show/hide numbers and patch for current trunk.

Re: Station Listing Patch

Posted: 03 Jul 2009 21:26
by Terkhen
It seems like something good can come from extensive grave digging :D

I took the liberty of updating adf88's patch to current trunk. I just had to transform a DrawStringTruncated into a DrawString.

Re: Station Listing Patch

Posted: 26 Aug 2009 11:06
by adf88
Updated.

//EDIT
I forgot to notice that I changed the number placement. Now it's on the left, closer to cargo label. Items can be arranged tighter. If you complain I'll revert this ;) . Screen below:
Image

Re: Station Listing Patch

Posted: 03 Sep 2009 20:08
by Terkhen
It seems like the window is not redrawn correctly when the number changes (this can be checked easily keeping the window open and looking at an station where cargo is changing).