From: Brett L. <wak...@ea...> - 2005-11-10 23:14:25
|
Looks good to me. I think we're going to need some visual cue to tell the user that once the provisional hex is placed, clicking on it some more rotates it. ---Brett. -----Original Message----- From: Erik Vos <eri...@hc...> Sent: Nov 10, 2005 6:00 PM To: rai...@li... Subject: RE: [Rails-devel] UpgradesPanel updates > > Yes, I can do that. But I think that should be done only after > a final confirmation button is pressed. Until that happens, > the user should IMO be able to correct moves, > e.g. by selecting another field. I'm considering the following procedure: 1. By clicking an upgrade tile, that tile will be *temporarily* assigned to the selected hex. E.g. via a method of GUIHex like dropTile (int tileId). 2. Only such provisional tiles can be rotated. 3. If another upgrade tile is clicked, that tile replaces the previous provisional tile (already in place). 4. If another hex is clicked, the previously selected hex is reset (e.g. removeTile()) before the new hex gets selected. 5. When a "Done" button is clicked, the provisional tile becomes permanent (e.g. fixTile()), and the model is updated. I think GUIHex must be reworked a bit to make this all possible. Not sure when I can spend significant time on these matters, perhaps in the weekend. Erik. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |