Thus spake "bsmith":
- On first opening, the splash appears, which is nice. But the main window i
s then in the background. i.e. if I have another app open, the Vassal window
will not be in focus.
I've checked in a fix for this. (We needed to call setAlwaysOnTop() on
the splash window, but also call toFront() on the main window.) Look for
this in the next iteration.
- in prefs, replay is not capitalised near "Ask to ensure logging..."
Whish one is the correct one?
- we need a way to separate the Preference sections, there are so many that i
t's hard to tell at a glance what is set and not set.
Yes, we do. But that's not going to happen in 3.1. (I have a solution in
mind for this. All of the items in Preferences are Configurers, like in
the editor. Right now, Configurers are packed into their parent in
whatever order they're created and with no concern for niceties like
alignment, spacing, or organization. This makes it very easy to create
new configurers, but it also ensures that you get an ugly mess. An ugly
mess isn't so bad for the editor, since only module designers see that,
but it's looks awful showing a regular user the Preferences the way they
are now. As it is, fixing one will fix the other, since they use the same
components.
What we need it a bit more structure that Configurers understand, for
example, columns, groups, and left- and right-alignment.)
--
J.
_______________________________________________
Messages mailing list
Messages@forums.vassalengine.org
http://forums.vassalengine.org/mailman/ ... engine.org
Post generated using Mail2Forum (
http://www.mail2forum.com)