From: Erik V. <eri...@hc...> - 2007-10-24 20:28:15
|
> Hi there, > during a test game i observed that the Revenue filed doesnt > get updated > until the User hits payout or withhold. > > While that might make sense from a rule conform handling, it > never the > less obscures/insecures the operator as he cant see currently which > value has been selected. > > I.e. you set the revenue and are then asked to either > withhold or payout > but unless you noted which value you actually "selected" the revenue > field itself doesnt show the value. > > Intentional ? I would prefer that the selected revenue is > displayed (if > necessary with a note like proposed ) before it will actually > selected > for payout or other actions. The technical reason is, that revenue setting and payout selection count as one UI action. The game engine, which updates the panel, is not informed until the payout has been chosen. But your point is valid, and I will add a provisional revenue update before the payout selection. In a future version for internet play (not yet possible), this will mean, that only the operating player will see this value before the payout selection. That looks OK to me. Erik. |