Event, GUi and other...
Posted: Sat Dec 18, 2004 11:16 am
So i'm the first on the liist !!!
First, hello, word ands BygFoot is realy really good !
I have lot of idea, so I just write it in case of it's interest you..
There is two part :
On one hand, some idea for GUI :
- Improve history window for result :
One for the manager, One for the current team
Each time you won a cup or finish first, you receive a cup. All cup you have receive are show in the result window. In order to do this, you may implement "event" : <em>"Monaco" won the Chamopion ligues !<em> and behind an image with the cup· or <em>"Thierry Henry"</em> is the best player of the year, also if Thierry Henry is not in you club... And add the image in your gallery...
- Maybe you can add "fanion" (it's the french word for the image associated with a team") in team definition ? This image can also be use and display in the event.
On other hand, on "code" side :
Maybe use XHTML+CSS for text data instead of plain text for history, reasult, etc... -I have a fast look on your code and don't seems to use this-.
Start to separate -really- GUI from data : In variables.c we found data for the user and Gtk stuff. The idea is to split you code in two part, the functions for play (maybe lib?) and the GUI.
I don't know GTK (only QT ) but maybe I start to use GTK for help you, if I have the time ...
-
First, hello, word ands BygFoot is realy really good !
I have lot of idea, so I just write it in case of it's interest you..
There is two part :
On one hand, some idea for GUI :
- Improve history window for result :
One for the manager, One for the current team
Each time you won a cup or finish first, you receive a cup. All cup you have receive are show in the result window. In order to do this, you may implement "event" : <em>"Monaco" won the Chamopion ligues !<em> and behind an image with the cup· or <em>"Thierry Henry"</em> is the best player of the year, also if Thierry Henry is not in you club... And add the image in your gallery...
- Maybe you can add "fanion" (it's the french word for the image associated with a team") in team definition ? This image can also be use and display in the event.
On other hand, on "code" side :
Maybe use XHTML+CSS for text data instead of plain text for history, reasult, etc... -I have a fast look on your code and don't seems to use this-.
Start to separate -really- GUI from data : In variables.c we found data for the user and Gtk stuff. The idea is to split you code in two part, the functions for play (maybe lib?) and the GUI.
I don't know GTK (only QT ) but maybe I start to use GTK for help you, if I have the time ...
-