From: Frederick W. <fre...@go...> - 2012-01-13 17:56:57
|
@Stefan: These are very good observations. > That is an argument: however then it is surprising that pressing the left > mouse button removes the tooltip and still have the hex highlighted. > And If I move the mouse pointer over the tooltip, the tooltip remains, but the > hex itself is not highlighted anymore. Both fixed now in origin/master. Tooltips are now lightwight again (became possible due to the prior hexmap layering/refactoring). > Other observations: > * The revenue calculation is now displayed twice at the revenue step. Fixed now in origin/master. > * The disadvantage of the fixed size info panel is that one has to scroll down > if one want to show the revenue details. Here it would be better to increase > size if one activate details (even if this triggers a resize). Such size increase is now also available in origin/master. @Erik: > That would also remove the annoyance (at least to me), that the tooltip disappears after a very short while. Now the tooltip is configured such that it will never disappear. On top of that, the tooltip appears on the map panel upon mouse click if no action/correction is expected. @Erik/Brett: > Another idea might be to replace the tooltip by a message in some special > area or status line. I prefer tooltips to another info area - mainly because this saves some space. So don't count on me to refactor that. |