So, I've made some changes to LeaguePage and MatchViewerPage. Kent, could you test and see if the LeaguePage works better or worse than before? Oscar, could you make sure that it doesn't get the old problem of disappearing columns in Windows?
I have also made so that the default charset to convert to from the HT XML is the same as for the current translation in use. This should make it better for you Bartosz, please test it.
/Ragnar
On Sun, Jan 18, 2004 at 01:33:16PM +0100, Ragnar Ouchterlony wrote:
I have also made so that the default charset to convert to from the HT XML is the same as for the current translation in use. This should make it better for you Bartosz, please test it.
Works great for almost everything, but I suppose that you haven't apply those changes for names of players?
Everything is displayed correctly except surnames.
Thanks a lot ;)
regards fEnIo
On Sun, 18 Jan 2004, Bartosz Fenski aka fEnIo wrote:
On Sun, Jan 18, 2004 at 01:33:16PM +0100, Ragnar Ouchterlony wrote:
I have also made so that the default charset to convert to from the HT XML is the same as for the current translation in use. This should make it better for you Bartosz, please test it.
Works great for almost everything, but I suppose that you haven't apply those changes for names of players?
Information coming from HRF:s should work ok, but information you have stored in the database from xml:s would not be. This is solved by re-importing the xml:s.
/Ragnar
On 2004-01-18, at 13.33, Ragnar Ouchterlony wrote:
So, I've made some changes to LeaguePage and MatchViewerPage. Kent, could you test and see if the LeaguePage works better or worse than before? Oscar, could you make sure that it doesn't get the old problem of disappearing columns in Windows?
The LeaguePage works great now! What was the problem?
I checked the new MatchViewerPage and saw that Martin Bengtsson didn't get the time noted for his first goal in match 11076754. Also, the last message you get in a update is printed at the top of the textbox, over the previous messages.
-- kent
On Sun, 18 Jan 2004, Kent Karlsson wrote:
On 2004-01-18, at 13.33, Ragnar Ouchterlony wrote:
So, I've made some changes to LeaguePage and MatchViewerPage. Kent, could you test and see if the LeaguePage works better or worse than before? Oscar, could you make sure that it doesn't get the old problem of disappearing columns in Windows?
The LeaguePage works great now! What was the problem?
I'm not even sure I know. But I *guess* it was due to that the static texts in the table didn't have the wxEXPAND attribute, but I'm not sure. I did some other changes that might have something to do with it.
I checked the new MatchViewerPage and saw that Martin Bengtsson didn't get the time noted for his first goal in match 11076754.
It is for me. It says, "Martin Bengtsson 23, 85, 89" in my box. Could you send a screenshot (I would like to see how it looks on Mac too :) of the match?
Also, the last message you get in a update is printed at the top of the textbox, over the previous messages.
Hmm, here it is rather a problem of not seeing the last message sometimes. I think those problems might be related but has different symptoms on different platforms. It is difficult with the platform independence.
/Ragnar
On 2004-01-18, at 14.03, Ragnar Ouchterlony wrote:
It is for me. It says, "Martin Bengtsson 23, 85, 89" in my box. Could you send a screenshot (I would like to see how it looks on Mac too :) of the match?
Sure, you can find it here: http://homepage.mac.com/kentk/.Pictures/Matchviewer.png
There are some very obvious problems with the scrollbars and some problems that text draws a background as you will see. =)
Btw, what exactly is stored in the database?
-- kent
On Sun, 18 Jan 2004, Kent Karlsson wrote:
Sure, you can find it here: http://homepage.mac.com/kentk/.Pictures/Matchviewer.png
There are some very obvious problems with the scrollbars and some problems that text draws a background as you will see. =)
Hmm, this reminds me of what we in Sweden call "Finn fem fel". :)
I see these problems here:
* åäö in the tabs are wrong. * The colour behind texts are wrong where it should be blue background. * The buttons for "+" and "X" are too big in the column to the right. * The scrolling and the scrollbars are completely crazy. * The scoring minute is missing for Bengtssons first goal.
Otherwise I think it looks surprisingly good! I will look into these problems.
Btw, what exactly is stored in the database?
Most xml data (I can specify which type of xml:s should only be stored in the memory and which to be stored on disk) is stored there, plus some settings that are invisible to the user.
/Ragnar
I just update the cvs, and I got this error
File "mattricks.py", line 36, in ? Init.start() File "/root/Mattricks/Mattricks/Init.py", line 57, in start Commandline.parse_and_start() File "/root/Mattricks/Mattricks/Commandline.py", line 109, in parse_and_start Main.main(*args) File "/root/Mattricks/Mattricks/Main.py", line 314, in main app = Main(filename) File "/root/Mattricks/Mattricks/Main.py", line 275, in __init__ wxApp.__init__(self) File "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1951, in __init__ _wxStart(self.OnInit) File "/root/Mattricks/Mattricks/Main.py", line 278, in OnInit frame = MainFrame(NULL, Main.ID_FRAME, "Mattricks", self.initial_file) File "/root/Mattricks/Mattricks/Main.py", line 88, in __init__ the_pages = [ File "/root/Mattricks/Mattricks/SummaryPage.py", line 40, in __init__ self.htdata = (filename, HRFData.hrfstorage[filename]) File "/root/Mattricks/Mattricks/HRFData.py", line 125, in __getitem__ self.hrfdata[f] = (HRFData(f), t) File "/root/Mattricks/Mattricks/HRFData.py", line 219, in __init__ f = f.encode(I18n.def_charset) TypeError: encode() argument 1 must be string, not None
so I can start anything att all
On Sun, 18 Jan 2004, bart van der hall wrote:
I just update the cvs, and I got this error
File "mattricks.py", line 36, in ? Init.start() File "/root/Mattricks/Mattricks/Init.py", line 57, in start Commandline.parse_and_start() File "/root/Mattricks/Mattricks/Commandline.py", line 109, in parse_and_start Main.main(*args) File "/root/Mattricks/Mattricks/Main.py", line 314, in main app = Main(filename) File "/root/Mattricks/Mattricks/Main.py", line 275, in __init__ wxApp.__init__(self) File "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1951, in __init__ _wxStart(self.OnInit) File "/root/Mattricks/Mattricks/Main.py", line 278, in OnInit frame = MainFrame(NULL, Main.ID_FRAME, "Mattricks", self.initial_file) File "/root/Mattricks/Mattricks/Main.py", line 88, in __init__ the_pages = [ File "/root/Mattricks/Mattricks/SummaryPage.py", line 40, in __init__ self.htdata = (filename, HRFData.hrfstorage[filename]) File "/root/Mattricks/Mattricks/HRFData.py", line 125, in __getitem__ self.hrfdata[f] = (HRFData(f), t) File "/root/Mattricks/Mattricks/HRFData.py", line 219, in __init__ f = f.encode(I18n.def_charset) TypeError: encode() argument 1 must be string, not None
so I can start anything att all
This should be fixed now.
/Ragnar
I got something to add to the wishlist
maybe you could add some sounds to the match viewer when a goal is scored, you hear Goaaaaaaaaal or something, or maybe you could do some setting yourself, to add the sounds you want yourself (when you score, you can say that "Goaaaaaaaaal" must be the sound, and when an opponent score, its like: "aaaaaaaah, the opponent scored"
maybe something for the todo list
\ bart
On Sun, 18 Jan 2004, bart van der hall wrote:
I got something to add to the wishlist
maybe you could add some sounds to the match viewer when a goal is scored, you hear Goaaaaaaaaal or something, or maybe you could do some setting yourself, to add the sounds you want yourself (when you score, you can say that "Goaaaaaaaaal" must be the sound, and when an opponent score, its like: "aaaaaaaah, the opponent scored"
maybe something for the todo list
It would probably not be too hard to implement, but it's nothing I will concentrate on, since I would turn it off immediately.
And I definitely not do anything until there are some GPL:ed sounds available.
/Ragnar
On Sun, Jan 18, 2004 at 09:21:01PM +0100, Ragnar Ouchterlony wrote:
And I definitely not do anything until there are some GPL:ed sounds available.
I've just downloaded ETW soccer game (released under GPL) and it includes many sound files.
There are SND files, but I can convert it to WAVes and put on some webpage ;)
regards fEnIo
On Sun, 18 Jan 2004, Bartosz Fenski aka fEnIo wrote:
On Sun, Jan 18, 2004 at 09:21:01PM +0100, Ragnar Ouchterlony wrote:
And I definitely not do anything until there are some GPL:ed sounds available.
I've just downloaded ETW soccer game (released under GPL) and it includes many sound files.
There are SND files, but I can convert it to WAVes and put on some webpage ;)
I'd prefer them to be in a compressed format such as speex or ogg vorbis. I would also prefer if someone else wrote the code. :)
/Ragnar
On Sun, Jan 18, 2004 at 10:43:26PM +0100, Ragnar Ouchterlony wrote:
There are SND files, but I can convert it to WAVes and put on some webpage ;)
I'd prefer them to be in a compressed format such as speex or ogg vorbis.
You know that when we have WAVes we could have everything what you want ;)
I would also prefer if someone else wrote the code. :)
I know. I'll probably won't use this (theoretical) function too, but I suppose that it could be useful for many users ;) Try to think how nice it would be looks in ChangeLog or in release info ;)
I'll try to code it myself, but it'll probably take some time ;)
regards fEnIo
On Sun, 18 Jan 2004, Bartosz Fenski aka fEnIo wrote:
On Sun, Jan 18, 2004 at 10:43:26PM +0100, Ragnar Ouchterlony wrote:
There are SND files, but I can convert it to WAVes and put on some webpage ;)
I'd prefer them to be in a compressed format such as speex or ogg vorbis.
You know that when we have WAVes we could have everything what you want ;)
I do.
I would also prefer if someone else wrote the code. :)
I know. I'll probably won't use this (theoretical) function too, but I suppose that it could be useful for many users ;) Try to think how nice it would be looks in ChangeLog or in release info ;)
I think, "Match viewer" stand rather good on it's own. :)
I'll try to code it myself, but it'll probably take some time ;)
Ok, but it will probably not be included in 0.5.
/Ragnar
On Sun, Jan 18, 2004 at 10:53:32PM +0100, Ragnar Ouchterlony wrote:
I'd prefer them to be in a compressed format such as speex or ogg vorbis.
You know that when we have WAVes we could have everything what you want ;)
I do.
I did think so ;)
I would also prefer if someone else wrote the code. :)
I know. I'll probably won't use this (theoretical) function too, but I suppose that it could be useful for many users ;) Try to think how nice it would be looks in ChangeLog or in release info ;)
I think, "Match viewer" stand rather good on it's own. :)
But "Match viewer with sound effects" sounds better, don't you think? ;)
I'll try to code it myself, but it'll probably take some time ;)
Ok, but it will probably not be included in 0.5.
With my Python skills I suppose it'll be included in 2.8 ;)
regards fEnIo
mattricks@lists.lysator.liu.se