From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28903 invoked from network); 23 Mar 2004 17:43:00 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 23 Mar 2004 17:43:00 -0000 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5ppR-0000s3-B1 for listarch-gnats-devel@sources.redhat.com; Tue, 23 Mar 2004 12:36:41 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B5ppB-0000rk-PG for help-gnats@gnu.org; Tue, 23 Mar 2004 12:36:25 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B5pl1-0008PX-Gs for help-gnats@gnu.org; Tue, 23 Mar 2004 12:32:40 -0500 Received: from [207.17.137.64] (helo=colo-dns-ext2.juniper.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B5pjK-0007fZ-SV for help-gnats@gnu.org; Tue, 23 Mar 2004 12:30:23 -0500 Received: from merlot.juniper.net (merlot.juniper.net [172.17.27.10]) by colo-dns-ext2.juniper.net (8.12.3/8.12.3) with ESMTP id i2NHU9Bm025456; Tue, 23 Mar 2004 09:30:09 -0800 (PST) (envelope-from hatzis@juniper.net) Received: from juniper.net (ssh2.juniper.net [207.17.136.44]) by merlot.juniper.net (8.11.3/8.11.3) with ESMTP id i2NHU9J11730; Tue, 23 Mar 2004 09:30:09 -0800 (PST) (envelope-from hatzis@juniper.net) Message-ID: <40607425.9090503@juniper.net> Date: Tue, 23 Mar 2004 18:04:00 -0000 From: Mel Hatzis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Cade References: <4060628D.6040504@gointernet.co.uk> In-Reply-To: <4060628D.6040504@gointernet.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: help-gnats@gnu.org Subject: Re: Hi, any way of making the Category box bigger? X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General discussion about GNU GNATS List-Archive: List-Post: List-Help: List-Subscribe: , Sender: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org Errors-To: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org X-SW-Source: 2004-q1/txt/msg00169.txt.bz2 On 03/23/2004 08:15 AM, Adam Cade submitted: > Hi, > > Using gnats 4.0... is there any way of making the Category box bigger? > Or making it a drop down menu like the old veriosn of gnats? This is a gnatsweb question....I'm not entirely sure which version of gnatsweb you're running, however, in the gnatsweb config file, (gnatsweb-site.pl) there's the following variable: # when we have more than this many items, use a scrolling list # instead of a popup $popup_menu_becomes_obnoxious = ; This variable specifies the maximum number of field values for a drop-down menu to be used. In your case, if you have more than categories in your categories file, a listbox will be used rather than a drop down. There's no way to control this on a per-field basis...the variable applies to all Enum fields in your configuration. -- Mel Hatzis _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnats