From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14673 invoked by alias); 22 Aug 2004 14:00:54 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 14664 invoked from network); 22 Aug 2004 14:00:53 -0000 Received: from unknown (HELO av7-2-sn2.hy.skanova.net) (81.228.8.109) by sourceware.org with SMTP; 22 Aug 2004 14:00:53 -0000 Received: by av7-2-sn2.hy.skanova.net (Postfix, from userid 502) id 3698737E48; Sun, 22 Aug 2004 16:00:53 +0200 (CEST) Received: from smtp2-1-sn2.hy.skanova.net (smtp2-1-sn2.hy.skanova.net [81.228.8.177]) by av7-2-sn2.hy.skanova.net (Postfix) with ESMTP id 245BD37E43; Sun, 22 Aug 2004 16:00:53 +0200 (CEST) Received: from [212.181.162.155] (h155n1fls24o1048.bredband.comhem.se [212.181.162.155]) by smtp2-1-sn2.hy.skanova.net (Postfix) with ESMTP id 9D11C37E43; Sun, 22 Aug 2004 16:00:52 +0200 (CEST) X-Sender: u22611592@m1.226.comhem.se Message-Id: In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 22 Aug 2004 18:56:00 -0000 To: mskala@ansuz.sooke.bc.ca From: Hans Ronne Subject: Re: Three thoughts Cc: xconq7@sources.redhat.com X-SW-Source: 2004/txt/msg00993.txt.bz2 >On Sun, 22 Aug 2004, Hans Ronne wrote: >> As for selecting units in general, I never had any problems at the highest >> zoom level. What game are you playing, and how many units are there in the >> cell? > >I noticed the problem most in my game with the item units, because there I >had some units with as many as 25 occupants that sometimes were occupants >themselves. It becomes an issue even in the standard game with smaller >numbers of occupants, though. I see. One thing that might solve this problem, if I may bring up the Mac interface again, is to implement unit closeups. This is how you navigate within the stack on the Mac: right-click on a unit to bring up a small floating window with unit info plus one image of each occupant. Right-click on any of these images to bring up a closeup of the occupant. And so on. There is also a clickable image of the transport in each occupant closeup, so you can navigate quickly up and down in the stack. The frontmost closeup automatically becomes the current unit for commands etc. Porting this to the tcltk interface is something that I have wanted to do for a long time, but it is easier said than done. The main problem is the lack of support for floating windows in tcltk. >> them. A better alternative to scrollbars is scrolling of the map using the >> arrow keys. I ported that feature from the Mac interface to the tcltk > >It isn't really the scroll bars I'd like to turn on or off, but the >automatic scrolling based on mouse position. OK. Making that a user preference shouldn't be too difficult. I'm about to leave for a trip, but I'll look into it when I'm back. Hans