From: Brett L. <wak...@ea...> - 2005-09-27 22:19:36
|
I've just committed some UI reorganization and minor cleanups. Here's a rough list of what's changed: 1. We no longer draw every single window when a game starts. The StatusWindow opens, and if it's the beginning of a startRound, the StartRoundWindow opens. That's it. The Stock Market chart is only setVisible during stock rounds, and the Map is only setVisible during Operating Rounds. 2. I've added a series of drop-down menus to the Status Window. This includes an Options menu where you can open any of the other windows as you see fit. 3. I've added Mnemonics to all existing buttons, so now they can be accessed via ALT+key combinations if so desired. I'm still working on getting the MapWindow to correctly use ScrollBars. Hopefully that'll be working fairly soon. ---Brett. |